Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sort with oneof field name in amino-json #21782

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 18, 2024

  1. fix: sort with oneof field name in amino-json

    The Marshal operation in amino-json needs to take the oneof field name
    into consideration when ordering the fields, otherwise the resulting
    JSON will not be properly ordered.
    maharifu committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1beb756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ed948 View commit details
    Browse the repository at this point in the history
  3. sort JSON after marshalling

    kocubinski authored and maharifu committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    16dc491 View commit details
    Browse the repository at this point in the history
  4. fix: amino-json custom encoders

    Custom encoders module_account and threshold_string need to output
    fields in lexicographical order.
    maharifu committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b16697e View commit details
    Browse the repository at this point in the history