-
Notifications
You must be signed in to change notification settings - Fork 335
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
Remove the most recent staking migration #765
Conversation
It's definitely not significant, but I wanted to point out that removing the storage item without deleting it will leave some junk in storage. |
Sorry, that Close button is way too close to the Comment button for me 😅 |
Good point, I'd rather kill it. Inconveniently, now this requires a follow up migration to remove the |
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'm not fully familiar with all the fixes and migrations that went in. But this PR definitely just removes them, and adds a migration to remove the previous migration flag.
I say we remove through democracy using |
Sure, we should make a jira ticket for it so we don't forget. It's nicer then because we can be done with this in 1 migration instead of 2. |
…hrough democracy on-chain
Removes the migration from #757 and #748 and the associated tests. It also removes the
hotfix_unreserve_nomination
extrinsic and event.It does NOT kill the storage bool, it just removes the type declaration from the code. There is a jira ticket to make a democracy proposal of frame_system::kill_storage call for the storage value
FixBondLessMigrationExecuted
.