You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current proxy settings are not up to date, and new features are needed to enable safe proxy use for validators. I would like to see either the set_children extrinsic added to the Staking proxy or a new proxy type. Currently, the most secure option for a set_children proxy would be NonFungibile, however, this would still allow the swap_coldkey/hotkey functions, making my coldkey vulnerable to attacks by using this proxy type.
Describe the solution you'd like
Add new proxy type for set_children or add set_children to Staking proxy.
Add swap_coldkey/hotkey to NonFungibile as these functions could be used indirectly to get control over a cold/hot key
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current proxy settings are not up to date, and new features are needed to enable safe proxy use for validators. I would like to see either the
set_children
extrinsic added to theStaking
proxy or a new proxy type. Currently, the most secure option for aset_children
proxy would beNonFungibile
, however, this would still allow the swap_coldkey/hotkey functions, making my coldkey vulnerable to attacks by using this proxy type.Describe the solution you'd like
set_children
or addset_children
to Staking proxy.swap_coldkey/hotkey
toNonFungibile
as these functions could be used indirectly to get control over a cold/hot keyDescribe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: