Add the ability to suspend or resume XCM execution on the XCMP queue (#896)
* Add the ability to suspend or resume XCM execution on the XCMP queue * Rename QueueActive to QueueSuspended * Add the ability to suspend the DMP queue * Rename XCMP to DMP in comments where appropriate Co-authored-by:Alexander Popiak <alexander.popiak@parity.io> * Add a bypass for XCMP queue suspension * Revert "Add the ability to suspend the DMP queue" This reverts commit 363ca09b41e40fce3f2740e7ab78f5c54781ca5c. * Change controller origin to either root or council-issued origin * Rename to ControllerOriginConverter Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io>
Showing
- cumulus/pallets/xcmp-queue/src/lib.rs 55 additions, 1 deletioncumulus/pallets/xcmp-queue/src/lib.rs
- cumulus/pallets/xcmp-queue/src/mock.rs 29 additions, 1 deletioncumulus/pallets/xcmp-queue/src/mock.rs
- cumulus/pallets/xcmp-queue/src/tests.rs 27 additions, 1 deletioncumulus/pallets/xcmp-queue/src/tests.rs
- cumulus/parachain-template/runtime/src/lib.rs 2 additions, 0 deletionscumulus/parachain-template/runtime/src/lib.rs
- cumulus/polkadot-parachains/rococo-parachain/src/lib.rs 2 additions, 0 deletionscumulus/polkadot-parachains/rococo-parachain/src/lib.rs
- cumulus/polkadot-parachains/statemine/src/lib.rs 3 additions, 0 deletionscumulus/polkadot-parachains/statemine/src/lib.rs
- cumulus/polkadot-parachains/statemint/src/lib.rs 3 additions, 0 deletionscumulus/polkadot-parachains/statemint/src/lib.rs
- cumulus/polkadot-parachains/westmint/src/lib.rs 2 additions, 0 deletionscumulus/polkadot-parachains/westmint/src/lib.rs
- cumulus/primitives/core/src/lib.rs 1 addition, 1 deletioncumulus/primitives/core/src/lib.rs
Please register or sign in to comment