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: Cosmos SDK v0.46.0 #914

Merged
merged 32 commits into from
Aug 10, 2022
Merged

feat: Cosmos SDK v0.46.0 #914

merged 32 commits into from
Aug 10, 2022

Commits on Jul 26, 2022

  1. add cosmsocmd code

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    fad0985 View commit details
    Browse the repository at this point in the history
  2. remove cosmoscmd

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    764cf66 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    c88bbc6 View commit details
    Browse the repository at this point in the history
  4. format

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    b08a0aa View commit details
    Browse the repository at this point in the history
  5. re-format

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    13e7e4a View commit details
    Browse the repository at this point in the history
  6. fix imports

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    f0f3457 View commit details
    Browse the repository at this point in the history
  7. change ibc to v5

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    9bbf9a9 View commit details
    Browse the repository at this point in the history
  8. use storetypes package

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    6be36fb View commit details
    Browse the repository at this point in the history
  9. fix New command

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    829bf9e View commit details
    Browse the repository at this point in the history
  10. resolve app.go

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    6f411a9 View commit details
    Browse the repository at this point in the history
  11. update hooks signatures

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5edac7d View commit details
    Browse the repository at this point in the history
  12. fix initializer keeper calls

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    df1ac93 View commit details
    Browse the repository at this point in the history
  13. update sim utils

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    19c5ae9 View commit details
    Browse the repository at this point in the history
  14. update cli util code

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    19c7abf View commit details
    Browse the repository at this point in the history
  15. Merge branch 'develop' into feat/v0.46.0

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    df7b6d5 View commit details
    Browse the repository at this point in the history
  16. remaining fixes

    aljo242 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4f70d89 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. merge

    aljo242 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    13f9338 View commit details
    Browse the repository at this point in the history
  2. fix claim suite

    aljo242 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    c08712b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feat/v0.46.0

    Alex Johnson authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4d6df54 View commit details
    Browse the repository at this point in the history
  4. fix go.sum

    aljo242 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    bdd58ae View commit details
    Browse the repository at this point in the history
  5. Update cmd/genaccounts.go

    Co-authored-by: Lucas Btd <lucas.bertrand.22@gmail.com>
    Alex Johnson and lumtis authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    81c5721 View commit details
    Browse the repository at this point in the history
  6. Update x/claim/keeper/mission_delegation_hooks.go

    Co-authored-by: Lucas Btd <lucas.bertrand.22@gmail.com>
    Alex Johnson and lumtis authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    78f1b73 View commit details
    Browse the repository at this point in the history
  7. move util to testutil

    aljo242 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e9c0c18 View commit details
    Browse the repository at this point in the history
  8. update dependencies for cosmos-proto

    aljo242 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    6bff668 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. feat: buf proto generation (#917)

    * add .clang-format
    
    * setup buf
    
    * add scripts and update Makefile
    
    * make proto-format
    
    * make proto-gen
    Alex Johnson authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    1fac165 View commit details
    Browse the repository at this point in the history
  2. update fundraising dep

    aljo242 committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    6225f03 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. remove ibc fork

    aljo242 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6737a26 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. use ibc beta release

    aljo242 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b3f8e9e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. feat: cosmos proto annotations (#918)

    * cosmos proto Int
    
    * remaining cosmos scalar annotations
    
    * proto format
    Alex Johnson authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    e234cf5 View commit details
    Browse the repository at this point in the history
  2. fix(localnet): add missing staking param for 0.46 (#919)

    * add missing param
    
    * fix init channel
    
    * update key info
    lumtis authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    0cb1b07 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

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

Commits on Aug 10, 2022

  1. conflicts

    lumtis committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    bfdf277 View commit details
    Browse the repository at this point in the history