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

feat(accounts): use gogoproto API instead of protov2. #18653

Merged
merged 20 commits into from
Dec 8, 2023

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    381c68c View commit details
    Browse the repository at this point in the history
  2. move description extraction to a later stage

    unknown unknown committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    06abade View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. cleanups

    unknown unknown committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4cba9cb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. add protov2 any unknown proto support

    unknown unknown committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    30aed7a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into tip/codec/unknown_any

    unknown unknown committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    142a23c View commit details
    Browse the repository at this point in the history
  3. use protobuf.Any in x/accounts instead of golang any

    unknown unknown committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5a02492 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. tmp commit praying to god

    unknown unknown committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6561acc View commit details
    Browse the repository at this point in the history
  2. continue fixing with very much pain

    unknown unknown committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a575014 View commit details
    Browse the repository at this point in the history
  3. close to finish fixing all

    unknown unknown committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f60f005 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. fix all

    unknown unknown committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    eb78e39 View commit details
    Browse the repository at this point in the history
  2. revert interface registry changes

    unknown unknown committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    262bc0b View commit details
    Browse the repository at this point in the history
  3. cleanup AddAccount logic and make it more lean

    unknown unknown committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    47aaba7 View commit details
    Browse the repository at this point in the history
  4. add interface registry

    unknown unknown committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2b6a2f3 View commit details
    Browse the repository at this point in the history
  5. revert unknown proto changes

    unknown unknown committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c8f9692 View commit details
    Browse the repository at this point in the history
  6. make linter happy

    unknown unknown committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1b9d735 View commit details
    Browse the repository at this point in the history
  7. cli fixes

    unknown unknown committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ce7b4e0 View commit details
    Browse the repository at this point in the history
  8. CHANGELOG.md

    unknown unknown committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4054de8 View commit details
    Browse the repository at this point in the history
  9. lint gods are happy

    unknown unknown committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    58a3b20 View commit details
    Browse the repository at this point in the history
  10. Update x/accounts/account_test.go

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    testinginprod and coderabbitai[bot] committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6de1484 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    a70d3fe View commit details
    Browse the repository at this point in the history