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
As part of the D-Day governance solution, after AHM, we want to ensure the ability to rescue stalled parachains.
Currently, parachain rescue is performed using the Paras::force_set_current_code(para_id, new_code) call directly on the relay chain. However, with AHM, governance will be moved to AssetHub, making force_set_current_code quite expensive. As an alternative, a pre-authorized code hash feature has been proposed: #7574.
Relates to: #5588 (comment)
Context
As part of the D-Day governance solution, after AHM, we want to ensure the ability to rescue stalled parachains.
Currently, parachain rescue is performed using the
Paras::force_set_current_code(para_id, new_code)
call directly on the relay chain. However, with AHM, governance will be moved to AssetHub, makingforce_set_current_code
quite expensive. As an alternative, a pre-authorized code hash feature has been proposed: #7574.Also we need this: #78
Solution
TODO
The text was updated successfully, but these errors were encountered: