Skip to content
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

Clean up undecodable proxy #150

Conversation

liamaharon
Copy link
Contributor

Closes #145

The key is undecodable because it contains a Proxy with type SudoBalances which then also failed to migrate in paritytech/polkadot-sdk@cf4c744 due to the type being removed from the runtime at the same time as the migration was added to the runtime. See the linked issue for details.

As the offending proxy belongs being a dormant, old sudo account and is almost certainly not needed, in the interests of keeping this PR simple and minimising time spent on this issue I opted to just delete the undecodable key. If deemed worth the time, I could instead properly migrate the proxy / unreserve the locked funds from it but I doubt this is necessary.

@liamaharon liamaharon mentioned this pull request Jan 18, 2024
19 tasks
@liamaharon
Copy link
Contributor Author

Removing instead via referenda https://polkadot.polkassembly.io/referenda/440

@liamaharon liamaharon closed this Jan 24, 2024
@liamaharon liamaharon deleted the liam-remove-sudo-balances-proxy branch January 25, 2024 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proxy::Proxies undecodable storage on Polkadot
2 participants