-
Notifications
You must be signed in to change notification settings - Fork 858
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
[Staking] Fix: migrate_currency supports cases with leftover old staking locks #7933
base: master
Are you sure you want to change the base?
Conversation
All GitHub workflows were cancelled due to failure one of the required jobs. |
The largest account that has to force_withdraw around 150 DOTs is https://polkadot.subscan.io/account/13YMK2eb11XSc7CJgqDBrNswzLpMMc8pWkzxYkqaMruPG8xk which is a parachain sovereign account. It makes sense because they have a lot of reserve. What I ask here is to make sure to post a final list of these accounts right before the fellowship runtimes upgrade to 2503 in the runtimes PR for transparency. |
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.
I have edited the test to print a few more stats + pass the try-state checks (by bringing in the VoterList
and other pallets).
LGTM
closes #7931.
TODO
Migration stats:
Westend:
success: 73023, err: 0, total force withdrawn stake: 340726297547707, no_migration_needed: 53
Kusama:
success: 26096, err: 0, total force withdrawn stake: 893395700711867, no_migration_needed: 0
Polkadot:
success: 56044, err: 0, total force withdrawn stake: 157489603546239, no_migration_needed: 0