Add Basic XCM (#1934)

* basic setup

* fix compile

* add back xcmsink

* Update primitives.rs

* add downward xcm for sudo

* Update paras_sudo_wrapper.rs

* Update Cargo.lock

* some cleanups

* Add error log

Co-authored-by: Sergei Shulepov <sergei@parity.io>
This commit is contained in:
Shawn Tabrizi
2020-12-14 02:11:08 -08:00
committed by GitHub
parent a5fe710cc6
commit adaa63098b
7 changed files with 108 additions and 4 deletions
+2
View File
@@ -35,6 +35,7 @@ pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "m
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
xcm = { package = "xcm", path = "../../xcm", default-features = false }
xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false }
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false }
libsecp256k1 = { version = "0.3.5", default-features = false, optional = true }
@@ -84,6 +85,7 @@ std = [
"pallet-timestamp/std",
"pallet-vesting/std",
"xcm/std",
"xcm-executor/std",
]
runtime-benchmarks = [
"libsecp256k1/hmac",