Extrinsic for setting sn owner hotkey#1513
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 fmtandcargo clippyto ensure my code is formatted and linted correctly