AstarNetwork/Astar

[Astar] Integrate `tx-pause` & `safe mode`

Opened this issue · 0 comments

Follow-up on #1364 for the Astar runtime.

SafeMode Config

  • ForceEnterOrigin: EnsureRootOrTwoThirdsTechnicalCommittee
  • ForceExtendOrigin: EnsureRootOrTwoThirdsTechnicalCommittee
  • ForceExitOrigin: EnsureRootOrAllTechnicalCommittee

TxPause Config

  • PauseOrigin: EnsureRootOrTwoThirdsTechnicalCommittee
  • UnpauseOrigin: EnsureRootOrTwoThirdsTechnicalCommittee

TODO

  • Perform XCM e2e tests