-
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
im-online
session keys migration will not run on Kusama
#262
Comments
Good find. Can you please make a pr to fix this? Then we need to revert the release once more 🙈 |
Sure. The question is, do I need to fix it for Polkadot as well? I'm not sure if the Polkadot upgrade pipeline strictly follows Kusama's one. Like, if we have 1.1.2 -> 1.1.3 -> 1.2.0 on Kusama, is it exactly the same for Polkadot? (I mean in the best-case scenario when OpenGov approves those changes) |
The upgrade will also be applied for polkadot https://polkadot.polkassembly.io/referenda/581 |
We have a Kusama runtime upgrade to 1.1.3 on track that will be enacted soon: https://kusama.subsquare.io/referenda/359
That will prevent the execution of the session keys migration in 1.2.0 release:
runtimes/relay/kusama/src/lib.rs
Line 1863 in 2dd830a
CC @bkchr
The text was updated successfully, but these errors were encountered: