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

backport: Use enum instead of int32 for BondStatus (#7499) #7516

Merged
merged 2 commits into from
Oct 19, 2020

Commits on Oct 12, 2020

  1. Use enum instead of int32 for BondStatus (#7499)

    * Migrate staking module
    
    * Add gov legacy
    
    * Add comments
    
    * Add x/distrib
    
    * x/crisis
    
    * x/mint
    
    * Fix test
    
    * migrate x/genutil
    
    * Fix lint
    
    * Fix staking constants
    
    * Fix test
    
    * Update x/genutil/legacy/v040/migrate.go
    
    Co-authored-by: Marie Gauthier <[email protected]>
    
    * Add migrate script instead of change BondStatus constants
    
    * Change staking bondStatus to enum
    
    * Fix test
    
    * Fix another test
    
    * Remove staking exported
    
    * fix references
    
    * Better constants
    
    * Fix build
    
    * Fix lint
    
    * Remove buf version
    
    * Fix tests
    
    * Fix test
    
    Co-authored-by: Marie Gauthier <[email protected]>
    Co-authored-by: Aleksandr Bezobchuk <[email protected]>
    3 people committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    17eeff0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Update CHANGELOG

    amaury1093 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    5ca31f0 View commit details
    Browse the repository at this point in the history