-
Notifications
You must be signed in to change notification settings - Fork 16
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: Intergrate multi-staking module #104
!feat: Intergrate multi-staking module #104
Conversation
migrate bank
…o/realio-network into intergrate-multistaking
@@ -141,7 +149,7 @@ var ( | |||
genutil.AppModuleBasic{}, | |||
bank.AppModuleBasic{}, | |||
capability.AppModuleBasic{}, | |||
staking.AppModuleBasic{}, |
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.
@catShaark should we keep the staking module here to? We are still using the staking keeper down here.
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.
We change to multi-staking module, which is wrap staking module
Add module multi-staking
Add upgrade handler for new version