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

x/gov - Proto Migration #5737

Merged
merged 39 commits into from
Mar 4, 2020
Merged

x/gov - Proto Migration #5737

merged 39 commits into from
Mar 4, 2020

Commits on Feb 27, 2020

  1. Simple refactoring of gov to use protobuf for store encoding (for eve…

    …rything besides proposal)
    aaronc committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    e8155d6 View commit details
    Browse the repository at this point in the history
  2. Rename GovCodec to gov.Codec

    aaronc committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    3919645 View commit details
    Browse the repository at this point in the history
  3. mv codec.proto -> types.proto

    aaronc committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    d563248 View commit details
    Browse the repository at this point in the history
  4. WIP on fixing tests

    aaronc committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    38d44e8 View commit details
    Browse the repository at this point in the history
  5. Update x/gov/types/codec.go

    Co-Authored-By: Bot from GolangCI <[email protected]>
    aaronc and golangcibot committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    2e0033a View commit details
    Browse the repository at this point in the history
  6. WIP on StdProposal

    aaronc committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    830ada0 View commit details
    Browse the repository at this point in the history
  7. WIP on proposal proto

    aaronc committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    2cf8a5e View commit details
    Browse the repository at this point in the history
  8. WIP on std codec

    aaronc committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    8bd648e View commit details
    Browse the repository at this point in the history
  9. Protogen fix

    aaronc committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    feb8b0d View commit details
    Browse the repository at this point in the history
  10. Fix distribution proto package

    aaronc committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    333066e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    81735de View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    8f131e2 View commit details
    Browse the repository at this point in the history
  2. Update codec

    alexanderbez committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    081e62c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    725e2dc View commit details
    Browse the repository at this point in the history
  4. Update keeper

    alexanderbez committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    e2b7214 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31dc272 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0384a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a89eb77 View commit details
    Browse the repository at this point in the history
  8. Update gov types

    alexanderbez committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    7562c27 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8183080 View commit details
    Browse the repository at this point in the history
  10. types updates

    alexanderbez committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    fb42f8b View commit details
    Browse the repository at this point in the history
  11. Update handler

    alexanderbez committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    fe7b022 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    833368c View commit details
    Browse the repository at this point in the history
  13. update tests

    alexanderbez committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    5f0c53d View commit details
    Browse the repository at this point in the history
  14. Update tests

    alexanderbez committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    1a25cda View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    05cef02 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    eedc6f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9dced8 View commit details
    Browse the repository at this point in the history
  3. Proto lint & gen

    alexanderbez committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    00180fa View commit details
    Browse the repository at this point in the history
  4. Add changelog entries

    alexanderbez committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    04cf635 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79b0439 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6e36b8 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    Co-Authored-By: Aaron Craelius <[email protected]>
    alexanderbez and aaronc authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    9aa2581 View commit details
    Browse the repository at this point in the history
  8. Address feedback

    alexanderbez committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    3b87727 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'bez/5444-gov-proto-enc' of github.com:cosmos/cosmos-sdk…

    … into bez/5444-gov-proto-enc
    alexanderbez committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    463f522 View commit details
    Browse the repository at this point in the history
  10. Address feedback

    alexanderbez committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    d256e5a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94103b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Remove named return

    alexanderbez committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    430739c View commit details
    Browse the repository at this point in the history
  2. Update x/upgrade/types/types.proto

    Co-Authored-By: Anil Kumar Kammari <[email protected]>
    alexanderbez and anilcse authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    0cbe4e5 View commit details
    Browse the repository at this point in the history