This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete Control Pallet Implementation (paritytech#917)
* Add create_channel & some refactor * Fix test * Not allow origin as relaychain? * handle error * Fix breaking tests * Create/Update channel & Disable inbound channel * Revamp tests remove the relaychain case * Update weight with cumulus * Revert "Create/Update channel & Disable inbound channel" * Add smoke tests for xcm based control extrinsic * Scripts and tests for set_operation_mode * Use template node for xcm tests * Update cumulus * Revamp test with customize xcm call * Add constraint only allow origin from Parachain * Fix lint error * Some polish * Update parachain/pallets/control/src/lib.rs Co-authored-by: Vincent Geddes <vincent@snowfork.com> * Some improvement * Explicit only allow ParaId as origin for all extrinsic * Update cumulus(ControlOrigin allow from sibling only) * Revert "Explicit only allow ParaId as origin for all extrinsic" --------- Co-authored-by: Vincent Geddes <vincent@snowfork.com>
- Loading branch information
Showing
29 changed files
with
923 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cumulus
updated
7 files
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.