-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Page URL
What’s the issue?
The key management section appears to be outdated with the asset hub migration on Kusama and the state on polkadot.js
Case: Trying to update the session keys of a Kusama validator.
Referring to [this](https://docs.google.com/document/d/1X4EjL-7he70vtUumNhEqnUs7XdTCDj8TQpGJhNuAklY/edit?tab=t.0) Post AHM guide:
From these steps, it seems like Assets should be present on AssetHub (and not the RelayChain). However, currently, it appears that all assets are still on the relay chain.
On the Relay Chain, any key management operations appear to be missing:
On AssetHub, none of our validators show up, but we have the option to declare a new validating intention for these accounts (which we do not want).
Trying to directly call the extrinsic for setting the SessionKeys on the kusama relay chain requires a proof, which is not mentioned in the documentation (Also the documentation shows a screenshot of the author rotateKeys() call here instead of the setKeys() call):
Suggested improvement
It would be immensely helpful to show the current process on Kusama on how to change the session keys and on which chain. It appears to me, that currently the documentation as well as the post AHM guide and the polkadot.js UI are misalinged in this regard.
I would be happy to support by raising a PR with examples or support in any way possible once the process is clear to me.