XCM: Land xcm-handler and xcm-executor (#1771)

Co-authored-by: Gavin Wood <gavin@parity.io>
This commit is contained in:
Sergei Shulepov
2020-10-06 10:03:07 +02:00
committed by GitHub
parent ecc1273dd3
commit 22e7d54f4d
7 changed files with 646 additions and 1 deletions
+15
View File
@@ -10033,6 +10033,21 @@ dependencies = [
"parity-scale-codec",
]
[[package]]
name = "xcm-executor"
version = "0.8.22"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
"parity-scale-codec",
"sp-arithmetic",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
"xcm",
]
[[package]]
name = "yamux"
version = "0.8.0"