-
Notifications
You must be signed in to change notification settings - Fork 101
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
Rename OnDemandAssignmentProvider
to OnDemand
on Kusama
#417
Rename OnDemandAssignmentProvider
to OnDemand
on Kusama
#417
Conversation
For non-storage-versioned migrations, I used this trick to make a migration idempotent: https://github.com/polkadot-fellows/runtimes/pull/178/files#diff-efa4caeb17487ecb13d8f5eb7863c3241d84afa2e73fbf25909a2ca89df0f362R1816-R1819 That needs a lot of care, but until we have paritytech/polkadot-sdk#2421 we don't have a better option AFAIK |
@tdimitrov Just realized: We also should do this renaming on our testnets in polkadot-sdk. |
Renaming a pallet turns out to be a tedious process:
I suggest to hold off the rename until |
@tdimitrov guessing this was already solved by #490? Or maybe I'm missing something. |
Not exactly but it looks consistent at the moment so I'm closing this PR. |
Extracted from #401
TODOs: