mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 02:01:06 +00:00
* support for XCM v1 * Fixes * Fix. * Use `xcm::latest` * Bump Polkadot Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
committed by
Bastian Köcher
parent
fd80849dde
commit
e36689ffc8
Generated
+173
-158
@@ -90,6 +90,12 @@ dependencies = [
|
|||||||
"opaque-debug 0.3.0",
|
"opaque-debug 0.3.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "ahash"
|
||||||
|
version = "0.4.7"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ahash"
|
name = "ahash"
|
||||||
version = "0.7.4"
|
version = "0.7.4"
|
||||||
@@ -729,7 +735,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bp-header-chain"
|
name = "bp-header-chain"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"finality-grandpa",
|
"finality-grandpa",
|
||||||
"frame-support",
|
"frame-support",
|
||||||
@@ -744,7 +750,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bp-message-dispatch"
|
name = "bp-message-dispatch"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bp-runtime",
|
"bp-runtime",
|
||||||
"frame-support",
|
"frame-support",
|
||||||
@@ -755,7 +761,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bp-messages"
|
name = "bp-messages"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec",
|
"bitvec",
|
||||||
"bp-runtime",
|
"bp-runtime",
|
||||||
@@ -770,7 +776,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bp-polkadot-core"
|
name = "bp-polkadot-core"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bp-messages",
|
"bp-messages",
|
||||||
"bp-runtime",
|
"bp-runtime",
|
||||||
@@ -787,7 +793,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bp-rialto"
|
name = "bp-rialto"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bp-messages",
|
"bp-messages",
|
||||||
"bp-runtime",
|
"bp-runtime",
|
||||||
@@ -802,7 +808,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bp-rococo"
|
name = "bp-rococo"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bp-messages",
|
"bp-messages",
|
||||||
"bp-polkadot-core",
|
"bp-polkadot-core",
|
||||||
@@ -819,7 +825,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bp-runtime"
|
name = "bp-runtime"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support",
|
"frame-support",
|
||||||
"hash-db",
|
"hash-db",
|
||||||
@@ -836,7 +842,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bp-test-utils"
|
name = "bp-test-utils"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bp-header-chain",
|
"bp-header-chain",
|
||||||
"ed25519-dalek",
|
"ed25519-dalek",
|
||||||
@@ -851,7 +857,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bp-wococo"
|
name = "bp-wococo"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bp-messages",
|
"bp-messages",
|
||||||
"bp-polkadot-core",
|
"bp-polkadot-core",
|
||||||
@@ -866,7 +872,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bridge-runtime-common"
|
name = "bridge-runtime-common"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bp-message-dispatch",
|
"bp-message-dispatch",
|
||||||
"bp-messages",
|
"bp-messages",
|
||||||
@@ -3202,13 +3208,22 @@ dependencies = [
|
|||||||
"crunchy",
|
"crunchy",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "hashbrown"
|
||||||
|
version = "0.9.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
||||||
|
dependencies = [
|
||||||
|
"ahash 0.4.7",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hashbrown"
|
name = "hashbrown"
|
||||||
version = "0.11.2"
|
version = "0.11.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash 0.7.4",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -3247,9 +3262,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hex-literal"
|
name = "hex-literal"
|
||||||
version = "0.3.3"
|
version = "0.3.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "21e4590e13640f19f249fe3e4eca5113bc4289f2497710378190e7f4bd96f45b"
|
checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hex-literal-impl"
|
name = "hex-literal-impl"
|
||||||
@@ -3599,7 +3614,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg 1.0.1",
|
"autocfg 1.0.1",
|
||||||
"hashbrown",
|
"hashbrown 0.11.2",
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3908,8 +3923,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kusama-runtime"
|
name = "kusama-runtime"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"beefy-primitives",
|
"beefy-primitives",
|
||||||
"bitvec",
|
"bitvec",
|
||||||
@@ -3921,7 +3936,7 @@ dependencies = [
|
|||||||
"frame-system-benchmarking",
|
"frame-system-benchmarking",
|
||||||
"frame-system-rpc-runtime-api",
|
"frame-system-rpc-runtime-api",
|
||||||
"frame-try-runtime",
|
"frame-try-runtime",
|
||||||
"hex-literal 0.3.3",
|
"hex-literal 0.3.1",
|
||||||
"log",
|
"log",
|
||||||
"pallet-authority-discovery",
|
"pallet-authority-discovery",
|
||||||
"pallet-authorship",
|
"pallet-authorship",
|
||||||
@@ -4681,11 +4696,11 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lru"
|
name = "lru"
|
||||||
version = "0.6.6"
|
version = "0.6.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"
|
checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hashbrown",
|
"hashbrown 0.9.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -4788,7 +4803,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "de006e09d04fc301a5f7e817b75aa49801c4479a8af753764416b085337ddcc5"
|
checksum = "de006e09d04fc301a5f7e817b75aa49801c4479a8af753764416b085337ddcc5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hash-db",
|
"hash-db",
|
||||||
"hashbrown",
|
"hashbrown 0.11.2",
|
||||||
"parity-util-mem",
|
"parity-util-mem",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -4821,8 +4836,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "metered-channel"
|
name = "metered-channel"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.14",
|
"derive_more 0.99.14",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -5407,7 +5422,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-bridge-dispatch"
|
name = "pallet-bridge-dispatch"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bp-message-dispatch",
|
"bp-message-dispatch",
|
||||||
"bp-runtime",
|
"bp-runtime",
|
||||||
@@ -5423,7 +5438,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-bridge-grandpa"
|
name = "pallet-bridge-grandpa"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bp-header-chain",
|
"bp-header-chain",
|
||||||
"bp-runtime",
|
"bp-runtime",
|
||||||
@@ -5444,7 +5459,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-bridge-messages"
|
name = "pallet-bridge-messages"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec",
|
"bitvec",
|
||||||
"bp-message-dispatch",
|
"bp-message-dispatch",
|
||||||
@@ -6074,8 +6089,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pallet-xcm"
|
name = "pallet-xcm"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support",
|
"frame-support",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
@@ -6193,7 +6208,7 @@ checksum = "7ad6f1acec69b95caf435bbd158d486e5a0a44fcf51531e84922c59ff09e8457"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"ethereum-types",
|
"ethereum-types",
|
||||||
"hashbrown",
|
"hashbrown 0.11.2",
|
||||||
"impl-trait-for-tuples",
|
"impl-trait-for-tuples",
|
||||||
"lru",
|
"lru",
|
||||||
"parity-util-mem-derive",
|
"parity-util-mem-derive",
|
||||||
@@ -6525,8 +6540,8 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-approval-distribution"
|
name = "polkadot-approval-distribution"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"polkadot-node-network-protocol",
|
"polkadot-node-network-protocol",
|
||||||
@@ -6539,8 +6554,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-availability-bitfield-distribution"
|
name = "polkadot-availability-bitfield-distribution"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"polkadot-node-network-protocol",
|
"polkadot-node-network-protocol",
|
||||||
@@ -6552,8 +6567,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-availability-distribution"
|
name = "polkadot-availability-distribution"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"lru",
|
"lru",
|
||||||
@@ -6575,8 +6590,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-availability-recovery"
|
name = "polkadot-availability-recovery"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"lru",
|
"lru",
|
||||||
@@ -6594,8 +6609,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-cli"
|
name = "polkadot-cli"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-benchmarking-cli",
|
"frame-benchmarking-cli",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -6614,8 +6629,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-client"
|
name = "polkadot-client"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"beefy-primitives",
|
"beefy-primitives",
|
||||||
"frame-benchmarking",
|
"frame-benchmarking",
|
||||||
@@ -6717,8 +6732,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-collator-protocol"
|
name = "polkadot-collator-protocol"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"always-assert",
|
"always-assert",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -6737,8 +6752,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-core-primitives"
|
name = "polkadot-core-primitives"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parity-util-mem",
|
"parity-util-mem",
|
||||||
@@ -6749,8 +6764,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-dispute-distribution"
|
name = "polkadot-dispute-distribution"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"lru",
|
"lru",
|
||||||
@@ -6773,8 +6788,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-erasure-coding"
|
name = "polkadot-erasure-coding"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"polkadot-node-primitives",
|
"polkadot-node-primitives",
|
||||||
@@ -6787,8 +6802,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-gossip-support"
|
name = "polkadot-gossip-support"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"polkadot-node-network-protocol",
|
"polkadot-node-network-protocol",
|
||||||
@@ -6805,8 +6820,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-network-bridge"
|
name = "polkadot-network-bridge"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -6825,8 +6840,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-collation-generation"
|
name = "polkadot-node-collation-generation"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
@@ -6843,8 +6858,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-approval-voting"
|
name = "polkadot-node-core-approval-voting"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec",
|
"bitvec",
|
||||||
"derive_more 0.99.14",
|
"derive_more 0.99.14",
|
||||||
@@ -6873,8 +6888,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-av-store"
|
name = "polkadot-node-core-av-store"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec",
|
"bitvec",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -6893,8 +6908,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-backing"
|
name = "polkadot-node-core-backing"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec",
|
"bitvec",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -6911,8 +6926,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-bitfield-signing"
|
name = "polkadot-node-core-bitfield-signing"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"polkadot-node-subsystem",
|
"polkadot-node-subsystem",
|
||||||
@@ -6926,8 +6941,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-candidate-validation"
|
name = "polkadot-node-core-candidate-validation"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -6944,8 +6959,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-chain-api"
|
name = "polkadot-node-core-chain-api"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"polkadot-node-subsystem",
|
"polkadot-node-subsystem",
|
||||||
@@ -6959,8 +6974,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-chain-selection"
|
name = "polkadot-node-core-chain-selection"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"futures-timer 3.0.2",
|
"futures-timer 3.0.2",
|
||||||
@@ -6976,8 +6991,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-dispute-coordinator"
|
name = "polkadot-node-core-dispute-coordinator"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec",
|
"bitvec",
|
||||||
"derive_more 0.99.14",
|
"derive_more 0.99.14",
|
||||||
@@ -6995,8 +7010,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-dispute-participation"
|
name = "polkadot-node-core-dispute-participation"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"polkadot-node-primitives",
|
"polkadot-node-primitives",
|
||||||
@@ -7008,8 +7023,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-parachains-inherent"
|
name = "polkadot-node-core-parachains-inherent"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -7025,8 +7040,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-provisioner"
|
name = "polkadot-node-core-provisioner"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec",
|
"bitvec",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -7040,8 +7055,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-pvf"
|
name = "polkadot-node-core-pvf"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"always-assert",
|
"always-assert",
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
@@ -7070,8 +7085,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-core-runtime-api"
|
name = "polkadot-node-core-runtime-api"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"memory-lru",
|
"memory-lru",
|
||||||
@@ -7088,8 +7103,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-jaeger"
|
name = "polkadot-node-jaeger"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-std",
|
"async-std",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
@@ -7106,8 +7121,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-metrics"
|
name = "polkadot-node-metrics"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -7122,8 +7137,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-network-protocol"
|
name = "polkadot-node-network-protocol"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -7139,8 +7154,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-primitives"
|
name = "polkadot-node-primitives"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
@@ -7163,8 +7178,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-subsystem"
|
name = "polkadot-node-subsystem"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"polkadot-node-jaeger",
|
"polkadot-node-jaeger",
|
||||||
"polkadot-node-subsystem-types",
|
"polkadot-node-subsystem-types",
|
||||||
@@ -7173,8 +7188,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-subsystem-test-helpers"
|
name = "polkadot-node-subsystem-test-helpers"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -7199,8 +7214,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-subsystem-types"
|
name = "polkadot-node-subsystem-types"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-std",
|
"async-std",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@@ -7229,8 +7244,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-node-subsystem-util"
|
name = "polkadot-node-subsystem-util"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -7259,8 +7274,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-overseer"
|
name = "polkadot-overseer"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -7281,8 +7296,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-overseer-all-subsystems-gen"
|
name = "polkadot-overseer-all-subsystems-gen"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"proc-macro2 1.0.28",
|
"proc-macro2 1.0.28",
|
||||||
@@ -7292,8 +7307,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-overseer-gen"
|
name = "polkadot-overseer-gen"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -7309,8 +7324,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-overseer-gen-proc-macro"
|
name = "polkadot-overseer-gen-proc-macro"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-crate 1.0.0",
|
"proc-macro-crate 1.0.0",
|
||||||
"proc-macro2 1.0.28",
|
"proc-macro2 1.0.28",
|
||||||
@@ -7320,8 +7335,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-parachain"
|
name = "polkadot-parachain"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derive_more 0.99.14",
|
"derive_more 0.99.14",
|
||||||
"frame-support",
|
"frame-support",
|
||||||
@@ -7336,12 +7351,12 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-primitives"
|
name = "polkadot-primitives"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec",
|
"bitvec",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
"hex-literal 0.3.3",
|
"hex-literal 0.3.1",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parity-util-mem",
|
"parity-util-mem",
|
||||||
"polkadot-core-primitives",
|
"polkadot-core-primitives",
|
||||||
@@ -7366,8 +7381,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-rpc"
|
name = "polkadot-rpc"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"beefy-gadget",
|
"beefy-gadget",
|
||||||
"beefy-gadget-rpc",
|
"beefy-gadget-rpc",
|
||||||
@@ -7399,8 +7414,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-runtime"
|
name = "polkadot-runtime"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"beefy-primitives",
|
"beefy-primitives",
|
||||||
"bitvec",
|
"bitvec",
|
||||||
@@ -7412,7 +7427,7 @@ dependencies = [
|
|||||||
"frame-system-benchmarking",
|
"frame-system-benchmarking",
|
||||||
"frame-system-rpc-runtime-api",
|
"frame-system-rpc-runtime-api",
|
||||||
"frame-try-runtime",
|
"frame-try-runtime",
|
||||||
"hex-literal 0.3.3",
|
"hex-literal 0.3.1",
|
||||||
"log",
|
"log",
|
||||||
"pallet-authority-discovery",
|
"pallet-authority-discovery",
|
||||||
"pallet-authorship",
|
"pallet-authorship",
|
||||||
@@ -7474,8 +7489,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-runtime-common"
|
name = "polkadot-runtime-common"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec",
|
"bitvec",
|
||||||
"frame-benchmarking",
|
"frame-benchmarking",
|
||||||
@@ -7517,8 +7532,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-runtime-parachains"
|
name = "polkadot-runtime-parachains"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"bitvec",
|
"bitvec",
|
||||||
@@ -7556,15 +7571,15 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-service"
|
name = "polkadot-service"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"beefy-gadget",
|
"beefy-gadget",
|
||||||
"beefy-primitives",
|
"beefy-primitives",
|
||||||
"frame-system-rpc-runtime-api",
|
"frame-system-rpc-runtime-api",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
"hex-literal 0.3.3",
|
"hex-literal 0.3.1",
|
||||||
"kusama-runtime",
|
"kusama-runtime",
|
||||||
"kvdb",
|
"kvdb",
|
||||||
"kvdb-rocksdb",
|
"kvdb-rocksdb",
|
||||||
@@ -7605,7 +7620,7 @@ dependencies = [
|
|||||||
"polkadot-runtime",
|
"polkadot-runtime",
|
||||||
"polkadot-runtime-parachains",
|
"polkadot-runtime-parachains",
|
||||||
"polkadot-statement-distribution",
|
"polkadot-statement-distribution",
|
||||||
"rococo-runtime 0.9.9",
|
"rococo-runtime 0.9.9-1",
|
||||||
"sc-authority-discovery",
|
"sc-authority-discovery",
|
||||||
"sc-basic-authorship",
|
"sc-basic-authorship",
|
||||||
"sc-block-builder",
|
"sc-block-builder",
|
||||||
@@ -7652,8 +7667,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-statement-distribution"
|
name = "polkadot-statement-distribution"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec 0.5.2",
|
"arrayvec 0.5.2",
|
||||||
"futures 0.3.16",
|
"futures 0.3.16",
|
||||||
@@ -7673,8 +7688,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-statement-table"
|
name = "polkadot-statement-table"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"polkadot-primitives",
|
"polkadot-primitives",
|
||||||
@@ -7683,8 +7698,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-test-client"
|
name = "polkadot-test-client"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"polkadot-node-subsystem",
|
"polkadot-node-subsystem",
|
||||||
@@ -7708,8 +7723,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-test-runtime"
|
name = "polkadot-test-runtime"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"beefy-primitives",
|
"beefy-primitives",
|
||||||
"bitvec",
|
"bitvec",
|
||||||
@@ -7768,8 +7783,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polkadot-test-service"
|
name = "polkadot-test-service"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-benchmarking",
|
"frame-benchmarking",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
@@ -8614,7 +8629,7 @@ dependencies = [
|
|||||||
"frame-support",
|
"frame-support",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
"hex",
|
"hex",
|
||||||
"hex-literal 0.3.3",
|
"hex-literal 0.3.1",
|
||||||
"log",
|
"log",
|
||||||
"pallet-assets",
|
"pallet-assets",
|
||||||
"pallet-aura",
|
"pallet-aura",
|
||||||
@@ -8648,8 +8663,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rococo-runtime"
|
name = "rococo-runtime"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"beefy-primitives",
|
"beefy-primitives",
|
||||||
"bp-messages",
|
"bp-messages",
|
||||||
@@ -8661,7 +8676,7 @@ dependencies = [
|
|||||||
"frame-support",
|
"frame-support",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
"frame-system-rpc-runtime-api",
|
"frame-system-rpc-runtime-api",
|
||||||
"hex-literal 0.3.3",
|
"hex-literal 0.3.1",
|
||||||
"log",
|
"log",
|
||||||
"pallet-authority-discovery",
|
"pallet-authority-discovery",
|
||||||
"pallet-authorship",
|
"pallet-authorship",
|
||||||
@@ -10174,7 +10189,7 @@ dependencies = [
|
|||||||
"frame-support",
|
"frame-support",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
"hex",
|
"hex",
|
||||||
"hex-literal 0.3.3",
|
"hex-literal 0.3.1",
|
||||||
"log",
|
"log",
|
||||||
"parachain-info",
|
"parachain-info",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
@@ -10257,8 +10272,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "slot-range-helper"
|
name = "slot-range-helper"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"enumn",
|
"enumn",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
@@ -11082,7 +11097,7 @@ dependencies = [
|
|||||||
"frame-system-benchmarking",
|
"frame-system-benchmarking",
|
||||||
"frame-system-rpc-runtime-api",
|
"frame-system-rpc-runtime-api",
|
||||||
"hex",
|
"hex",
|
||||||
"hex-literal 0.3.3",
|
"hex-literal 0.3.1",
|
||||||
"log",
|
"log",
|
||||||
"node-primitives",
|
"node-primitives",
|
||||||
"pallet-assets",
|
"pallet-assets",
|
||||||
@@ -11170,7 +11185,7 @@ dependencies = [
|
|||||||
"frame-system-benchmarking",
|
"frame-system-benchmarking",
|
||||||
"frame-system-rpc-runtime-api",
|
"frame-system-rpc-runtime-api",
|
||||||
"hex",
|
"hex",
|
||||||
"hex-literal 0.3.3",
|
"hex-literal 0.3.1",
|
||||||
"log",
|
"log",
|
||||||
"node-primitives",
|
"node-primitives",
|
||||||
"pallet-assets",
|
"pallet-assets",
|
||||||
@@ -11560,18 +11575,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "1.0.26"
|
version = "1.0.24"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"
|
checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror-impl",
|
"thiserror-impl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror-impl"
|
name = "thiserror-impl"
|
||||||
version = "1.0.26"
|
version = "1.0.24"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"
|
checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 1.0.28",
|
"proc-macro2 1.0.28",
|
||||||
"quote 1.0.9",
|
"quote 1.0.9",
|
||||||
@@ -12074,7 +12089,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa"
|
checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hash-db",
|
"hash-db",
|
||||||
"hashbrown",
|
"hashbrown 0.11.2",
|
||||||
"log",
|
"log",
|
||||||
"rustc-hex",
|
"rustc-hex",
|
||||||
"smallvec 1.6.1",
|
"smallvec 1.6.1",
|
||||||
@@ -12179,7 +12194,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
|
checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 0.1.10",
|
||||||
"rand 0.6.5",
|
"rand 0.7.3",
|
||||||
"static_assertions",
|
"static_assertions",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -12776,8 +12791,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "westend-runtime"
|
name = "westend-runtime"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"beefy-primitives",
|
"beefy-primitives",
|
||||||
"bitvec",
|
"bitvec",
|
||||||
@@ -12789,7 +12804,7 @@ dependencies = [
|
|||||||
"frame-system-benchmarking",
|
"frame-system-benchmarking",
|
||||||
"frame-system-rpc-runtime-api",
|
"frame-system-rpc-runtime-api",
|
||||||
"frame-try-runtime",
|
"frame-try-runtime",
|
||||||
"hex-literal 0.3.3",
|
"hex-literal 0.3.1",
|
||||||
"log",
|
"log",
|
||||||
"pallet-authority-discovery",
|
"pallet-authority-discovery",
|
||||||
"pallet-authorship",
|
"pallet-authorship",
|
||||||
@@ -12877,7 +12892,7 @@ dependencies = [
|
|||||||
"frame-system-benchmarking",
|
"frame-system-benchmarking",
|
||||||
"frame-system-rpc-runtime-api",
|
"frame-system-rpc-runtime-api",
|
||||||
"hex",
|
"hex",
|
||||||
"hex-literal 0.3.3",
|
"hex-literal 0.3.1",
|
||||||
"log",
|
"log",
|
||||||
"node-primitives",
|
"node-primitives",
|
||||||
"pallet-assets",
|
"pallet-assets",
|
||||||
@@ -13018,8 +13033,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xcm"
|
name = "xcm"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"derivative",
|
"derivative",
|
||||||
"impl-trait-for-tuples",
|
"impl-trait-for-tuples",
|
||||||
@@ -13029,8 +13044,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xcm-builder"
|
name = "xcm-builder"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support",
|
"frame-support",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
@@ -13048,8 +13063,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xcm-executor"
|
name = "xcm-executor"
|
||||||
version = "0.9.9"
|
version = "0.9.9-1"
|
||||||
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#0f4a7663c605d4b002ccae02df22a7fc0819d582"
|
source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-support",
|
"frame-support",
|
||||||
"impl-trait-for-tuples",
|
"impl-trait-for-tuples",
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ use cumulus_primitives_core::relay_chain::BlockNumber as RelayBlockNumber;
|
|||||||
use cumulus_primitives_core::DmpMessageHandler;
|
use cumulus_primitives_core::DmpMessageHandler;
|
||||||
use codec::{Encode, Decode};
|
use codec::{Encode, Decode};
|
||||||
use sp_runtime::RuntimeDebug;
|
use sp_runtime::RuntimeDebug;
|
||||||
use xcm::{VersionedXcm, v0::{Xcm, Junction, Outcome, ExecuteXcm, Error as XcmError}};
|
use xcm::{VersionedXcm, latest::{Xcm, Junction, Outcome, ExecuteXcm, Error as XcmError}};
|
||||||
use frame_support::{traits::EnsureOrigin, dispatch::Weight, weights::constants::WEIGHT_PER_MILLIS};
|
use frame_support::{traits::EnsureOrigin, dispatch::Weight, weights::constants::WEIGHT_PER_MILLIS};
|
||||||
pub use pallet::*;
|
pub use pallet::*;
|
||||||
|
|
||||||
@@ -341,11 +341,11 @@ mod tests {
|
|||||||
use sp_runtime::{testing::Header, traits::{IdentityLookup, BlakeTwo256}};
|
use sp_runtime::{testing::Header, traits::{IdentityLookup, BlakeTwo256}};
|
||||||
use sp_runtime::DispatchError::BadOrigin;
|
use sp_runtime::DispatchError::BadOrigin;
|
||||||
use sp_version::RuntimeVersion;
|
use sp_version::RuntimeVersion;
|
||||||
use xcm::v0::{MultiLocation, OriginKind};
|
use xcm::latest::{MultiLocation, OriginKind};
|
||||||
|
|
||||||
type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic<Test>;
|
type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic<Test>;
|
||||||
type Block = frame_system::mocking::MockBlock<Test>;
|
type Block = frame_system::mocking::MockBlock<Test>;
|
||||||
type Xcm = xcm::v0::Xcm<Call>;
|
type Xcm = xcm::latest::Xcm<Call>;
|
||||||
|
|
||||||
frame_support::construct_runtime!(
|
frame_support::construct_runtime!(
|
||||||
pub enum Test where
|
pub enum Test where
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ use cumulus_primitives_core::{ParaId, DmpMessageHandler};
|
|||||||
use cumulus_primitives_core::relay_chain::BlockNumber as RelayBlockNumber;
|
use cumulus_primitives_core::relay_chain::BlockNumber as RelayBlockNumber;
|
||||||
use codec::{Encode, Decode};
|
use codec::{Encode, Decode};
|
||||||
use sp_runtime::traits::BadOrigin;
|
use sp_runtime::traits::BadOrigin;
|
||||||
use xcm::{VersionedXcm, v0::{Xcm, Junction, Outcome, ExecuteXcm}};
|
use xcm::{VersionedXcm, latest::{Xcm, Junction, Outcome, ExecuteXcm}};
|
||||||
use frame_support::dispatch::Weight;
|
use frame_support::dispatch::Weight;
|
||||||
pub use pallet::*;
|
pub use pallet::*;
|
||||||
|
|
||||||
|
|||||||
@@ -42,11 +42,8 @@ use rand_chacha::{
|
|||||||
ChaChaRng,
|
ChaChaRng,
|
||||||
};
|
};
|
||||||
use sp_runtime::{traits::Hash, RuntimeDebug};
|
use sp_runtime::{traits::Hash, RuntimeDebug};
|
||||||
use sp_std::{convert::TryFrom, prelude::*};
|
use sp_std::{prelude::*, convert::TryFrom};
|
||||||
use xcm::{
|
use xcm::{latest::prelude::*, WrapVersion, VersionedXcm};
|
||||||
v0::{Error as XcmError, ExecuteXcm, Junction, MultiLocation, Outcome, SendXcm, Xcm},
|
|
||||||
VersionedXcm,
|
|
||||||
};
|
|
||||||
|
|
||||||
pub use pallet::*;
|
pub use pallet::*;
|
||||||
|
|
||||||
@@ -69,6 +66,9 @@ pub mod pallet {
|
|||||||
|
|
||||||
/// Information on the avaialble XCMP channels.
|
/// Information on the avaialble XCMP channels.
|
||||||
type ChannelInfo: GetChannelInfo;
|
type ChannelInfo: GetChannelInfo;
|
||||||
|
|
||||||
|
/// Means of converting an `Xcm` into a `VersionedXcm`.
|
||||||
|
type VersionWrapper: WrapVersion;
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Default for QueueConfigData {
|
impl Default for QueueConfigData {
|
||||||
@@ -351,7 +351,7 @@ impl<T: Config> Pallet<T> {
|
|||||||
log::debug!("Processing XCMP-XCM: {:?}", &hash);
|
log::debug!("Processing XCMP-XCM: {:?}", &hash);
|
||||||
let (result, event) = match Xcm::<T::Call>::try_from(xcm) {
|
let (result, event) = match Xcm::<T::Call>::try_from(xcm) {
|
||||||
Ok(xcm) => {
|
Ok(xcm) => {
|
||||||
let location = (Junction::Parent, Junction::Parachain(sender.into()));
|
let location = (Parent, Parachain(sender.into()));
|
||||||
match T::XcmExecutor::execute_xcm(location.into(), xcm, max_weight) {
|
match T::XcmExecutor::execute_xcm(location.into(), xcm, max_weight) {
|
||||||
Outcome::Error(e) => (Err(e.clone()), Event::Fail(Some(hash), e)),
|
Outcome::Error(e) => (Err(e.clone()), Event::Fail(Some(hash), e)),
|
||||||
Outcome::Complete(w) => (Ok(w), Event::Success(Some(hash))),
|
Outcome::Complete(w) => (Ok(w), Event::Success(Some(hash))),
|
||||||
@@ -777,13 +777,14 @@ impl<T: Config> SendXcm for Pallet<T> {
|
|||||||
fn send_xcm(dest: MultiLocation, msg: Xcm<()>) -> Result<(), XcmError> {
|
fn send_xcm(dest: MultiLocation, msg: Xcm<()>) -> Result<(), XcmError> {
|
||||||
match &dest {
|
match &dest {
|
||||||
// An HRMP message for a sibling parachain.
|
// An HRMP message for a sibling parachain.
|
||||||
MultiLocation::X2(Junction::Parent, Junction::Parachain(id)) => {
|
X2(Parent, Parachain(id)) => {
|
||||||
let msg = VersionedXcm::<()>::from(msg);
|
let versioned_xcm = T::VersionWrapper::wrap_version(&dest, msg)
|
||||||
let hash = T::Hashing::hash_of(&msg);
|
.map_err(|()| XcmError::DestinationUnsupported)?;
|
||||||
|
let hash = T::Hashing::hash_of(&versioned_xcm);
|
||||||
Self::send_fragment(
|
Self::send_fragment(
|
||||||
(*id).into(),
|
(*id).into(),
|
||||||
XcmpMessageFormat::ConcatenatedVersionedXcm,
|
XcmpMessageFormat::ConcatenatedVersionedXcm,
|
||||||
msg,
|
versioned_xcm,
|
||||||
)
|
)
|
||||||
.map_err(|e| XcmError::SendFailed(<&'static str>::from(e)))?;
|
.map_err(|e| XcmError::SendFailed(<&'static str>::from(e)))?;
|
||||||
Self::deposit_event(Event::XcmpMessageSent(Some(hash)));
|
Self::deposit_event(Event::XcmpMessageSent(Some(hash)));
|
||||||
|
|||||||
@@ -17,10 +17,7 @@ use super::*;
|
|||||||
use crate as xcmp_queue;
|
use crate as xcmp_queue;
|
||||||
use sp_core::H256;
|
use sp_core::H256;
|
||||||
use frame_support::parameter_types;
|
use frame_support::parameter_types;
|
||||||
use sp_runtime::{
|
use sp_runtime::{traits::{BlakeTwo256, IdentityLookup}, testing::Header};
|
||||||
traits::{BlakeTwo256, IdentityLookup},
|
|
||||||
testing::{Header},
|
|
||||||
};
|
|
||||||
use xcm_builder::{
|
use xcm_builder::{
|
||||||
FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset, CurrencyAdapter,
|
FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset, CurrencyAdapter,
|
||||||
ParentIsDefault,
|
ParentIsDefault,
|
||||||
@@ -107,10 +104,8 @@ impl cumulus_pallet_parachain_system::Config for Test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const RelayChain: MultiLocation = MultiLocation::X1(Junction::Parent);
|
pub const RelayChain: MultiLocation = X1(Parent);
|
||||||
pub Ancestry: MultiLocation = MultiLocation::X1(
|
pub Ancestry: MultiLocation = X1(Parachain(1u32.into()));
|
||||||
Junction::Parachain(1u32.into())
|
|
||||||
);
|
|
||||||
pub UnitWeightCost: Weight = 1_000_000;
|
pub UnitWeightCost: Weight = 1_000_000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -157,6 +152,7 @@ impl Config for Test {
|
|||||||
type Event = Event;
|
type Event = Event;
|
||||||
type XcmExecutor = xcm_executor::XcmExecutor<XcmConfig>;
|
type XcmExecutor = xcm_executor::XcmExecutor<XcmConfig>;
|
||||||
type ChannelInfo = ParachainSystem;
|
type ChannelInfo = ParachainSystem;
|
||||||
|
type VersionWrapper = ();
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn new_test_ext() -> sp_io::TestExternalities {
|
pub fn new_test_ext() -> sp_io::TestExternalities {
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ use sp_runtime::traits::Saturating;
|
|||||||
use frame_system::Config as SystemConfig;
|
use frame_system::Config as SystemConfig;
|
||||||
use cumulus_primitives_core::ParaId;
|
use cumulus_primitives_core::ParaId;
|
||||||
use cumulus_pallet_xcm::{Origin as CumulusOrigin, ensure_sibling_para};
|
use cumulus_pallet_xcm::{Origin as CumulusOrigin, ensure_sibling_para};
|
||||||
use xcm::v0::{Xcm, Error as XcmError, SendXcm, OriginKind, MultiLocation, Junction};
|
use xcm::latest::{Xcm, Error as XcmError, SendXcm, OriginKind, MultiLocation, Junction};
|
||||||
|
|
||||||
pub use pallet::*;
|
pub use pallet::*;
|
||||||
|
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ pub use sp_runtime::{Perbill, Permill};
|
|||||||
// XCM imports
|
// XCM imports
|
||||||
use pallet_xcm::{EnsureXcm, IsMajorityOfBody, XcmPassthrough};
|
use pallet_xcm::{EnsureXcm, IsMajorityOfBody, XcmPassthrough};
|
||||||
use polkadot_parachain::primitives::Sibling;
|
use polkadot_parachain::primitives::Sibling;
|
||||||
use xcm::v0::{BodyId, Junction::*, MultiLocation, MultiLocation::*, NetworkId, Xcm};
|
use xcm::latest::prelude::*;
|
||||||
use xcm_builder::{
|
use xcm_builder::{
|
||||||
AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,
|
AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,
|
||||||
EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,
|
EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,
|
||||||
@@ -356,7 +356,7 @@ pub type LocalOriginToLocation = SignedToAccountId32<Origin, AccountId, RococoNe
|
|||||||
/// queues.
|
/// queues.
|
||||||
pub type XcmRouter = (
|
pub type XcmRouter = (
|
||||||
// Two routers - use UMP to communicate with the relay chain:
|
// Two routers - use UMP to communicate with the relay chain:
|
||||||
cumulus_primitives_utility::ParentAsUmp<ParachainSystem>,
|
cumulus_primitives_utility::ParentAsUmp<ParachainSystem, ()>,
|
||||||
// ..and XCMP to communicate with the sibling chains.
|
// ..and XCMP to communicate with the sibling chains.
|
||||||
XcmpQueue,
|
XcmpQueue,
|
||||||
);
|
);
|
||||||
@@ -383,6 +383,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
|
|||||||
type Event = Event;
|
type Event = Event;
|
||||||
type XcmExecutor = XcmExecutor<XcmConfig>;
|
type XcmExecutor = XcmExecutor<XcmConfig>;
|
||||||
type ChannelInfo = ParachainSystem;
|
type ChannelInfo = ParachainSystem;
|
||||||
|
type VersionWrapper = ();
|
||||||
}
|
}
|
||||||
|
|
||||||
impl cumulus_pallet_dmp_queue::Config for Runtime {
|
impl cumulus_pallet_dmp_queue::Config for Runtime {
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ pub use sp_runtime::BuildStorage;
|
|||||||
pub use sp_runtime::{Perbill, Permill};
|
pub use sp_runtime::{Perbill, Permill};
|
||||||
|
|
||||||
// XCM imports
|
// XCM imports
|
||||||
use xcm::v0::{Junction::*, MultiLocation, MultiLocation::*, NetworkId};
|
use xcm::latest::prelude::*;
|
||||||
use xcm_builder::{
|
use xcm_builder::{
|
||||||
AllowUnpaidExecutionFrom, FixedWeightBounds, LocationInverter, ParentAsSuperuser,
|
AllowUnpaidExecutionFrom, FixedWeightBounds, LocationInverter, ParentAsSuperuser,
|
||||||
ParentIsDefault, SovereignSignedViaLocation,
|
ParentIsDefault, SovereignSignedViaLocation,
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ pub use sp_runtime::BuildStorage;
|
|||||||
use pallet_xcm::{EnsureXcm, IsMajorityOfBody, XcmPassthrough};
|
use pallet_xcm::{EnsureXcm, IsMajorityOfBody, XcmPassthrough};
|
||||||
use polkadot_parachain::primitives::Sibling;
|
use polkadot_parachain::primitives::Sibling;
|
||||||
use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
|
use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
|
||||||
use xcm::v0::{BodyId, Junction, MultiLocation, NetworkId};
|
use xcm::latest::prelude::*;
|
||||||
use xcm_builder::{
|
use xcm_builder::{
|
||||||
AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,
|
AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,
|
||||||
EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,
|
EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,
|
||||||
@@ -466,10 +466,10 @@ impl parachain_info::Config for Runtime {}
|
|||||||
impl cumulus_pallet_aura_ext::Config for Runtime {}
|
impl cumulus_pallet_aura_ext::Config for Runtime {}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const KsmLocation: MultiLocation = MultiLocation::X1(Junction::Parent);
|
pub const KsmLocation: MultiLocation = X1(Parent);
|
||||||
pub const RelayNetwork: NetworkId = NetworkId::Kusama;
|
pub const RelayNetwork: NetworkId = NetworkId::Kusama;
|
||||||
pub RelayChainOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into();
|
pub RelayChainOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into();
|
||||||
pub Ancestry: MultiLocation = Junction::Parachain(ParachainInfo::parachain_id().into()).into();
|
pub Ancestry: MultiLocation = Parachain(ParachainInfo::parachain_id().into()).into();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used
|
/// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used
|
||||||
@@ -529,8 +529,8 @@ parameter_types! {
|
|||||||
|
|
||||||
match_type! {
|
match_type! {
|
||||||
pub type ParentOrParentsExecutivePlurality: impl Contains<MultiLocation> = {
|
pub type ParentOrParentsExecutivePlurality: impl Contains<MultiLocation> = {
|
||||||
MultiLocation::X1(Junction::Parent) |
|
X1(Parent) |
|
||||||
MultiLocation::X2(Junction::Parent, Junction::Plurality { id: BodyId::Executive, .. })
|
X2(Parent, Plurality { id: BodyId::Executive, .. })
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -568,7 +568,7 @@ pub type LocalOriginToLocation = SignedToAccountId32<Origin, AccountId, RelayNet
|
|||||||
/// queues.
|
/// queues.
|
||||||
pub type XcmRouter = (
|
pub type XcmRouter = (
|
||||||
// Two routers - use UMP to communicate with the relay chain:
|
// Two routers - use UMP to communicate with the relay chain:
|
||||||
cumulus_primitives_utility::ParentAsUmp<ParachainSystem>,
|
cumulus_primitives_utility::ParentAsUmp<ParachainSystem, ()>,
|
||||||
// ..and XCMP to communicate with the sibling chains.
|
// ..and XCMP to communicate with the sibling chains.
|
||||||
XcmpQueue,
|
XcmpQueue,
|
||||||
);
|
);
|
||||||
@@ -595,6 +595,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
|
|||||||
type Event = Event;
|
type Event = Event;
|
||||||
type XcmExecutor = XcmExecutor<XcmConfig>;
|
type XcmExecutor = XcmExecutor<XcmConfig>;
|
||||||
type ChannelInfo = ParachainSystem;
|
type ChannelInfo = ParachainSystem;
|
||||||
|
type VersionWrapper = ();
|
||||||
}
|
}
|
||||||
|
|
||||||
impl cumulus_pallet_dmp_queue::Config for Runtime {
|
impl cumulus_pallet_dmp_queue::Config for Runtime {
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ pub use sp_runtime::BuildStorage;
|
|||||||
use pallet_xcm::{EnsureXcm, IsMajorityOfBody, XcmPassthrough};
|
use pallet_xcm::{EnsureXcm, IsMajorityOfBody, XcmPassthrough};
|
||||||
use polkadot_parachain::primitives::Sibling;
|
use polkadot_parachain::primitives::Sibling;
|
||||||
use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
|
use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
|
||||||
use xcm::v0::{BodyId, Junction, MultiAsset, MultiLocation, NetworkId, Xcm};
|
use xcm::latest::prelude::*;
|
||||||
use xcm_builder::{
|
use xcm_builder::{
|
||||||
AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,
|
AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,
|
||||||
EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,
|
EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,
|
||||||
@@ -432,10 +432,10 @@ impl parachain_info::Config for Runtime {}
|
|||||||
impl cumulus_pallet_aura_ext::Config for Runtime {}
|
impl cumulus_pallet_aura_ext::Config for Runtime {}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const DotLocation: MultiLocation = MultiLocation::X1(Junction::Parent);
|
pub const DotLocation: MultiLocation = X1(Parent);
|
||||||
pub const RelayNetwork: NetworkId = NetworkId::Polkadot;
|
pub const RelayNetwork: NetworkId = NetworkId::Polkadot;
|
||||||
pub RelayChainOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into();
|
pub RelayChainOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into();
|
||||||
pub Ancestry: MultiLocation = Junction::Parachain(ParachainInfo::parachain_id().into()).into();
|
pub Ancestry: MultiLocation = Parachain(ParachainInfo::parachain_id().into()).into();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used
|
/// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used
|
||||||
@@ -495,8 +495,8 @@ parameter_types! {
|
|||||||
|
|
||||||
match_type! {
|
match_type! {
|
||||||
pub type ParentOrParentsExecutivePlurality: impl Contains<MultiLocation> = {
|
pub type ParentOrParentsExecutivePlurality: impl Contains<MultiLocation> = {
|
||||||
MultiLocation::X1(Junction::Parent) |
|
X1(Parent) |
|
||||||
MultiLocation::X2(Junction::Parent, Junction::Plurality { id: BodyId::Executive, .. })
|
X2(Parent, Plurality { id: BodyId::Executive, .. })
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -534,7 +534,7 @@ pub type LocalOriginToLocation = SignedToAccountId32<Origin, AccountId, RelayNet
|
|||||||
/// queues.
|
/// queues.
|
||||||
pub type XcmRouter = (
|
pub type XcmRouter = (
|
||||||
// Two routers - use UMP to communicate with the relay chain:
|
// Two routers - use UMP to communicate with the relay chain:
|
||||||
cumulus_primitives_utility::ParentAsUmp<ParachainSystem>,
|
cumulus_primitives_utility::ParentAsUmp<ParachainSystem, ()>,
|
||||||
// ..and XCMP to communicate with the sibling chains.
|
// ..and XCMP to communicate with the sibling chains.
|
||||||
XcmpQueue,
|
XcmpQueue,
|
||||||
);
|
);
|
||||||
@@ -561,6 +561,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
|
|||||||
type Event = Event;
|
type Event = Event;
|
||||||
type XcmExecutor = XcmExecutor<XcmConfig>;
|
type XcmExecutor = XcmExecutor<XcmConfig>;
|
||||||
type ChannelInfo = ParachainSystem;
|
type ChannelInfo = ParachainSystem;
|
||||||
|
type VersionWrapper = ();
|
||||||
}
|
}
|
||||||
|
|
||||||
impl cumulus_pallet_dmp_queue::Config for Runtime {
|
impl cumulus_pallet_dmp_queue::Config for Runtime {
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ pub use sp_runtime::BuildStorage;
|
|||||||
use pallet_xcm::XcmPassthrough;
|
use pallet_xcm::XcmPassthrough;
|
||||||
use polkadot_parachain::primitives::Sibling;
|
use polkadot_parachain::primitives::Sibling;
|
||||||
use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
|
use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
|
||||||
use xcm::v0::{Junction, MultiLocation, NetworkId};
|
use xcm::latest::prelude::*;
|
||||||
use xcm_builder::{
|
use xcm_builder::{
|
||||||
AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,
|
AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,
|
||||||
EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,
|
EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,
|
||||||
@@ -431,10 +431,10 @@ impl parachain_info::Config for Runtime {}
|
|||||||
impl cumulus_pallet_aura_ext::Config for Runtime {}
|
impl cumulus_pallet_aura_ext::Config for Runtime {}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const WestendLocation: MultiLocation = MultiLocation::X1(Junction::Parent);
|
pub const WestendLocation: MultiLocation = X1(Parent);
|
||||||
pub RelayNetwork: NetworkId = NetworkId::Named(b"Westend".to_vec());
|
pub RelayNetwork: NetworkId = NetworkId::Named(b"Westend".to_vec());
|
||||||
pub RelayChainOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into();
|
pub RelayChainOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into();
|
||||||
pub Ancestry: MultiLocation = Junction::Parachain(ParachainInfo::parachain_id().into()).into();
|
pub Ancestry: MultiLocation = Parachain(ParachainInfo::parachain_id().into()).into();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used
|
/// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used
|
||||||
@@ -493,8 +493,8 @@ parameter_types! {
|
|||||||
|
|
||||||
match_type! {
|
match_type! {
|
||||||
pub type ParentOrParentsPlurality: impl Contains<MultiLocation> = {
|
pub type ParentOrParentsPlurality: impl Contains<MultiLocation> = {
|
||||||
MultiLocation::X1(Junction::Parent) |
|
X1(Parent) |
|
||||||
MultiLocation::X2(Junction::Parent, Junction::Plurality { .. })
|
X2(Parent, Plurality { .. })
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -532,7 +532,7 @@ pub type LocalOriginToLocation = SignedToAccountId32<Origin, AccountId, RelayNet
|
|||||||
/// queues.
|
/// queues.
|
||||||
pub type XcmRouter = (
|
pub type XcmRouter = (
|
||||||
// Two routers - use UMP to communicate with the relay chain:
|
// Two routers - use UMP to communicate with the relay chain:
|
||||||
cumulus_primitives_utility::ParentAsUmp<ParachainSystem>,
|
cumulus_primitives_utility::ParentAsUmp<ParachainSystem, ()>,
|
||||||
// ..and XCMP to communicate with the sibling chains.
|
// ..and XCMP to communicate with the sibling chains.
|
||||||
XcmpQueue,
|
XcmpQueue,
|
||||||
);
|
);
|
||||||
@@ -559,6 +559,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
|
|||||||
type Event = Event;
|
type Event = Event;
|
||||||
type XcmExecutor = XcmExecutor<XcmConfig>;
|
type XcmExecutor = XcmExecutor<XcmConfig>;
|
||||||
type ChannelInfo = ParachainSystem;
|
type ChannelInfo = ParachainSystem;
|
||||||
|
type VersionWrapper = ();
|
||||||
}
|
}
|
||||||
|
|
||||||
impl cumulus_pallet_dmp_queue::Config for Runtime {
|
impl cumulus_pallet_dmp_queue::Config for Runtime {
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
use sp_std::marker::PhantomData;
|
use sp_std::marker::PhantomData;
|
||||||
use codec::Encode;
|
use codec::Encode;
|
||||||
use cumulus_primitives_core::UpwardMessageSender;
|
use cumulus_primitives_core::UpwardMessageSender;
|
||||||
use xcm::{VersionedXcm, v0::{Xcm, MultiLocation, Junction, SendXcm, Error as XcmError}};
|
use xcm::{WrapVersion, latest::prelude::*};
|
||||||
|
|
||||||
/// Xcm router which recognises the `Parent` destination and handles it by sending the message into
|
/// Xcm router which recognises the `Parent` destination and handles it by sending the message into
|
||||||
/// the given UMP `UpwardMessageSender` implementation. Thus this essentially adapts an
|
/// the given UMP `UpwardMessageSender` implementation. Thus this essentially adapts an
|
||||||
@@ -31,13 +31,15 @@ use xcm::{VersionedXcm, v0::{Xcm, MultiLocation, Junction, SendXcm, Error as Xcm
|
|||||||
/// NOTE: This is a pretty dumb "just send it" router; we will probably want to introduce queuing
|
/// NOTE: This is a pretty dumb "just send it" router; we will probably want to introduce queuing
|
||||||
/// to UMP eventually and when we do, the pallet which implements the queuing will be responsible
|
/// to UMP eventually and when we do, the pallet which implements the queuing will be responsible
|
||||||
/// for the `SendXcm` implementation.
|
/// for the `SendXcm` implementation.
|
||||||
pub struct ParentAsUmp<T>(PhantomData<T>);
|
pub struct ParentAsUmp<T, W>(PhantomData<(T, W)>);
|
||||||
impl<T: UpwardMessageSender> SendXcm for ParentAsUmp<T> {
|
impl<T: UpwardMessageSender, W: WrapVersion> SendXcm for ParentAsUmp<T, W> {
|
||||||
fn send_xcm(dest: MultiLocation, msg: Xcm<()>) -> Result<(), XcmError> {
|
fn send_xcm(dest: MultiLocation, msg: Xcm<()>) -> Result<(), XcmError> {
|
||||||
match &dest {
|
match &dest {
|
||||||
// An upward message for the relay chain.
|
// An upward message for the relay chain.
|
||||||
MultiLocation::X1(Junction::Parent) => {
|
MultiLocation::X1(Parent) => {
|
||||||
let data = VersionedXcm::<()>::from(msg).encode();
|
let versioned_xcm = W::wrap_version(&dest, msg)
|
||||||
|
.map_err(|()| XcmError::DestinationUnsupported)?;
|
||||||
|
let data = versioned_xcm.encode();
|
||||||
|
|
||||||
T::send_upward_message(data)
|
T::send_upward_message(data)
|
||||||
.map_err(|e| XcmError::SendFailed(e.into()))?;
|
.map_err(|e| XcmError::SendFailed(e.into()))?;
|
||||||
|
|||||||
Reference in New Issue
Block a user