-
Notifications
You must be signed in to change notification settings - Fork 218
Extrinsic for setting sn owner hotkey #1513
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
Conversation
Would it be possible to remove this call from the ProxyType::Owner scope? Keeping it there increases risk, as most new subnet owners run their validator on this hotkey and receive child key delegation from larger validators. If an adversary gains access to the proxy key, they could alter it for over a week. Although these issues might be partly remedied through validator coordination, it remains unfavorable for the subnet owner. Excluding this call from the Owner proxy scope or moving the extrinsic to the Subtensor pallet would effectively mitigate the risk. |
Addressed, thanks |
…ensor into feat/set-sn-owner-hotkey
…eat/set-sn-owner-hotkey
Description
Add admin extrinsic for sn owner and root to set the subnet owner hotkey.
Type of Change
Checklist
cargo fmt
andcargo clippy
to ensure my code is formatted and linted correctly