Fix xcmp message processing condition. (#510)

* Fix xcmp message processing condition.

* add a very simple test

* Update Cargo.lock

* remove comment

* remove comment

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: Alexander Popiak <alexander.popiak@gmail.com>
This commit is contained in:
Shaun Wang
2021-07-07 02:35:59 +12:00
committed by GitHub
parent 9b85b5117e
commit 0966c8a4c3
5 changed files with 221 additions and 2 deletions
+5
View File
@@ -1783,16 +1783,21 @@ dependencies = [
name = "cumulus-pallet-xcmp-queue"
version = "0.1.0"
dependencies = [
"cumulus-pallet-parachain-system",
"cumulus-primitives-core",
"frame-support",
"frame-system",
"log",
"pallet-balances",
"parity-scale-codec",
"rand 0.8.3",
"rand_chacha 0.3.1",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
"xcm",
"xcm-builder",
"xcm-executor",
]