-
Notifications
You must be signed in to change notification settings - Fork 49
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
migrate staking #241
migrate staking #241
Conversation
// to run staking store migration | ||
stakingKeeper := keepers.StakingKeeper | ||
stkingMigrator := keeper.NewMigrator(stakingKeeper) | ||
stkingMigrator.Migrate13to14(ctx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In classic-terra/cosmos-sdk
, the ConsensusVersion
of the Staking
module is not incremented in order to keep it consistent with cosmos/cosmos-sdk
, so it is different from common module migrations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary of changes
Closes: #109, after merging the
canonical-wasm
branch, it will be rebased to themain
branch.Report of required housekeeping
(FOR ADMIN) Before merging