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 we move the governance system from the relay chain to AssetHub, we must ensure that we can still upgrade the system parachains with xcm::Transact(authorize_upgrade(new_code_hash)) after the AHM migration.
Relates to: #7541
Relates to: #5588 (comment)
Description
As we move the governance system from the relay chain to AssetHub, we must ensure that we can still upgrade the system parachains with
xcm::Transact(authorize_upgrade(new_code_hash))
after the AHM migration.1. Ensure XCM configuration:
authorize_upgrade
from the AssetHub and/or Collectives governance systems. #7541 (comment)2. Ensure AssetHub can upgrade itself
(I guess it should work by default)
TODO
authorize_upgrade
from AH/Collectives governance systemapolkadot-fellows
The text was updated successfully, but these errors were encountered: