Add XCM pallet and config to Polkadot runtime (#4313)

* xcm added

* xcm pallet & config added Polkadot

* set advertise XCM version to 2 for Polkadot

* remove ChildSystemParachainAsSuperuser from Polkadot XCM config

* remove unpaid execution for system parachains

* remove unused imports

Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
This commit is contained in:
Ignacio Palacios
2021-11-22 15:00:42 +01:00
committed by GitHub
parent 5cca7e8d9c
commit d85003448e
4 changed files with 188 additions and 7 deletions
+4
View File
@@ -6772,6 +6772,7 @@ dependencies = [
"pallet-treasury",
"pallet-utility",
"pallet-vesting",
"pallet-xcm",
"parity-scale-codec",
"polkadot-primitives",
"polkadot-runtime-common",
@@ -6804,6 +6805,9 @@ dependencies = [
"substrate-wasm-builder",
"tiny-keccak",
"trie-db",
"xcm",
"xcm-builder",
"xcm-executor",
]
[[package]]