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

app: upgrade v1.1.2 to v2 #354

Merged
merged 18 commits into from
Mar 6, 2022

Commits on Mar 6, 2022

  1. app: set up upgrade handler for v2

    use newer sdk version instructions
    
    run migrations and set modules versions to 1
    
    add TODO
    
    use osmosis style upgrade handlers
    
    remove upgrade handler for olympus mons
    
    make note of inflation module change as well
    
    add store loaders upgrade
    
    set the params for erc20 module
    
    set the params for claims
    
    pass in keeers to upgrade handler
    
    apply upgrade at specified height
    
    remove store loaders upgrade
    
    bump the claims consensus version
    
    add binaries info to upgrade info
    
    add new claims params
    
    add comment
    
    throw upgrade plan at cosmovisor
    
    clean up changes that should be in v2
    
    clean up changes that should be in v2, again
    
    remove extra dependency
    khoslaventures committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    ba858dc View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    khoslaventures committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    0ac5bdf View commit details
    Browse the repository at this point in the history
  3. add changelog

    khoslaventures committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    6740e0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52319f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8b7fc6 View commit details
    Browse the repository at this point in the history
  6. Fix improt error

    ValarDragon committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    870f899 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb94f99 View commit details
    Browse the repository at this point in the history
  8. log errors

    khoslaventures committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    7a0c467 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e224ca2 View commit details
    Browse the repository at this point in the history
  10. add back height gate

    khoslaventures committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    c378c2b View commit details
    Browse the repository at this point in the history
  11. add missing bracket

    khoslaventures committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    bb6d1ad View commit details
    Browse the repository at this point in the history
  12. erc20 migrator

    fedekunze committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    c45bfa3 View commit details
    Browse the repository at this point in the history
  13. nolint

    fedekunze committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    49e27e5 View commit details
    Browse the repository at this point in the history
  14. claims migration

    fedekunze committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    8db9f8c View commit details
    Browse the repository at this point in the history
  15. add TODO

    fedekunze committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    35973ce View commit details
    Browse the repository at this point in the history
  16. rm erc20 upgrade

    fedekunze committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    ee9fb2c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    662a6e7 View commit details
    Browse the repository at this point in the history
  18. update changelog

    fedekunze committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    3144e40 View commit details
    Browse the repository at this point in the history