-
Notifications
You must be signed in to change notification settings - Fork 416
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/runtime 1302 release prep #1432
Conversation
ipapandinas
commented
Mar 4, 2025
- Removes old migrations and helpers, and cleanup storage value migration for pallet dAppStaking.
- Prepares for the runtime-1302 release for Shiden.
Co-authored-by: Ermal Kaleci <ermalkaleci@gmail.com>
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.
LGTM
What I'd suggest to do as an extra check - after mimicking runtime upgrade via chopsticks, you can force trigger a new era, and check that new tier config was correctly calculated from the tier parameters.
The way to do this is to first disable the safeguard.
Executing this call should do it:
0x63000a040480802ef6eba87d4e0518600ef1e62725100b7b5a91cad652ab8b6acdaa827d15e10400
Then it's just a matter of calling dappStaking->force
to trigger a new era.
Minimum allowed line rate is |
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.
LGTM
@Dinonard - I tested your suggestion with |
Great! But one more check you mention I've checked Shiden now, and there are 85 slots? |
I am calculating 58 slots on Shiden now by summing |
Oh that's right, all good then! ✅ Let's upgrade tomorrow. |