-
Notifications
You must be signed in to change notification settings - Fork 97
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
Undecodable Kusama session keys #151
Comments
@bkchr here're the undecodable session keys. What're the steps to create a
|
We need a referendum on the whitelisted track that is using a The keys you listed above, I assume you sanity checked that they are not used by validators in the active set (should not be possible). |
Validated using a migration on this branch https://github.com/liamaharon/runtimes/tree/liam-test-no-active-validators Will work on a referenda to remove these keys. |
Actually a duplicate of paritytech/polkadot-sdk#1149 which got closed without removing the values 🙈 |
Will be fixed in https://kusama.subsquare.io/referenda/334 |
Referendum passed and verified no more undecodable keys. |
I just think that this is the problem here. Aka the key is broken there since quite some time and we just always skip it now when doing migrations. Just check how many are broken and then go ahead to remove these from the state. This can probably be done using a
kill_storage
extrinsic, so we don't need to wait for a runtime upgrade.Originally posted by @bkchr in #140 (comment)
Taking a look
The text was updated successfully, but these errors were encountered: