Merge remote-tracking branch 'origin/master' into gav-xcm-v3

This commit is contained in:
Gav Wood
2022-03-11 18:28:04 +01:00
11 changed files with 168 additions and 160 deletions
Generated
+153 -147
View File
@@ -732,6 +732,7 @@ dependencies = [
[[package]]
name = "bp-header-chain"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"finality-grandpa",
"frame-support",
@@ -747,6 +748,7 @@ dependencies = [
[[package]]
name = "bp-message-dispatch"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bp-runtime",
"frame-support",
@@ -758,6 +760,7 @@ dependencies = [
[[package]]
name = "bp-messages"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bitvec",
"bp-runtime",
@@ -773,6 +776,7 @@ dependencies = [
[[package]]
name = "bp-polkadot-core"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bp-messages",
"bp-runtime",
@@ -790,6 +794,7 @@ dependencies = [
[[package]]
name = "bp-rococo"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bp-messages",
"bp-polkadot-core",
@@ -806,6 +811,7 @@ dependencies = [
[[package]]
name = "bp-runtime"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"frame-support",
"hash-db",
@@ -823,6 +829,7 @@ dependencies = [
[[package]]
name = "bp-test-utils"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bp-header-chain",
"ed25519-dalek",
@@ -837,6 +844,7 @@ dependencies = [
[[package]]
name = "bp-wococo"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bp-messages",
"bp-polkadot-core",
@@ -851,6 +859,7 @@ dependencies = [
[[package]]
name = "bridge-runtime-common"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bp-message-dispatch",
"bp-messages",
@@ -1007,7 +1016,7 @@ dependencies = [
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-parachain",
"polkadot-runtime-common",
"polkadot-runtime",
"scale-info",
"serde",
"smallvec",
@@ -2627,9 +2636,9 @@ dependencies = [
[[package]]
name = "expander"
version = "0.0.5"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"
checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"
dependencies = [
"blake2 0.10.4",
"fs-err",
@@ -4172,7 +4181,8 @@ dependencies = [
[[package]]
name = "kusama-runtime"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -4259,7 +4269,8 @@ dependencies = [
[[package]]
name = "kusama-runtime-constants"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -5122,7 +5133,8 @@ dependencies = [
[[package]]
name = "metered-channel"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"derive_more",
"futures 0.3.21",
@@ -5779,6 +5791,7 @@ dependencies = [
[[package]]
name = "pallet-bridge-dispatch"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bp-message-dispatch",
"bp-runtime",
@@ -5795,6 +5808,7 @@ dependencies = [
[[package]]
name = "pallet-bridge-grandpa"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bp-header-chain",
"bp-runtime",
@@ -5816,6 +5830,7 @@ dependencies = [
[[package]]
name = "pallet-bridge-messages"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bitvec",
"bp-message-dispatch",
@@ -6590,17 +6605,16 @@ dependencies = [
[[package]]
name = "pallet-xcm"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
"scale-info",
"serde",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
"xcm",
@@ -6609,7 +6623,8 @@ dependencies = [
[[package]]
name = "pallet-xcm-benchmarks"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6617,7 +6632,6 @@ dependencies = [
"log",
"parity-scale-codec",
"scale-info",
"sp-io",
"sp-runtime",
"sp-std",
"xcm",
@@ -6737,6 +6751,7 @@ dependencies = [
"parachain-info",
"parity-scale-codec",
"polkadot-parachain",
"polkadot-runtime",
"polkadot-runtime-common",
"scale-info",
"serde",
@@ -7170,7 +7185,8 @@ dependencies = [
[[package]]
name = "polkadot-approval-distribution"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"futures 0.3.21",
"polkadot-node-network-protocol",
@@ -7183,7 +7199,8 @@ dependencies = [
[[package]]
name = "polkadot-availability-bitfield-distribution"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"futures 0.3.21",
"polkadot-node-network-protocol",
@@ -7195,7 +7212,8 @@ dependencies = [
[[package]]
name = "polkadot-availability-distribution"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"derive_more",
"fatality",
@@ -7217,7 +7235,8 @@ dependencies = [
[[package]]
name = "polkadot-availability-recovery"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"fatality",
"futures 0.3.21",
@@ -7237,7 +7256,8 @@ dependencies = [
[[package]]
name = "polkadot-cli"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"clap 3.1.6",
"frame-benchmarking-cli",
@@ -7259,7 +7279,8 @@ dependencies = [
[[package]]
name = "polkadot-client"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"beefy-primitives",
"frame-benchmarking",
@@ -7364,7 +7385,8 @@ dependencies = [
[[package]]
name = "polkadot-collator-protocol"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"always-assert",
"fatality",
@@ -7384,7 +7406,8 @@ dependencies = [
[[package]]
name = "polkadot-core-primitives"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"parity-scale-codec",
"parity-util-mem",
@@ -7396,7 +7419,8 @@ dependencies = [
[[package]]
name = "polkadot-dispute-distribution"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"derive_more",
"fatality",
@@ -7418,7 +7442,8 @@ dependencies = [
[[package]]
name = "polkadot-erasure-coding"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"parity-scale-codec",
"polkadot-node-primitives",
@@ -7431,7 +7456,8 @@ dependencies = [
[[package]]
name = "polkadot-gossip-support"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -7450,7 +7476,8 @@ dependencies = [
[[package]]
name = "polkadot-network-bridge"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7468,7 +7495,8 @@ dependencies = [
[[package]]
name = "polkadot-node-collation-generation"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"futures 0.3.21",
"parity-scale-codec",
@@ -7485,7 +7513,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-approval-voting"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bitvec",
"derive_more",
@@ -7512,7 +7541,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-av-store"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bitvec",
"futures 0.3.21",
@@ -7531,7 +7561,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-backing"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bitvec",
"futures 0.3.21",
@@ -7548,7 +7579,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-bitfield-signing"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"futures 0.3.21",
"polkadot-node-subsystem",
@@ -7562,7 +7594,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-candidate-validation"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7579,7 +7612,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-chain-api"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"futures 0.3.21",
"polkadot-node-subsystem",
@@ -7593,7 +7627,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-chain-selection"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -7609,7 +7644,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-dispute-coordinator"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"fatality",
"futures 0.3.21",
@@ -7627,7 +7663,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-parachains-inherent"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7643,7 +7680,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-provisioner"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bitvec",
"futures 0.3.21",
@@ -7659,7 +7697,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-pvf"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"always-assert",
"assert_matches",
@@ -7688,7 +7727,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-pvf-checker"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"futures 0.3.21",
"polkadot-node-primitives",
@@ -7703,7 +7743,8 @@ dependencies = [
[[package]]
name = "polkadot-node-core-runtime-api"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"futures 0.3.21",
"memory-lru",
@@ -7720,7 +7761,8 @@ dependencies = [
[[package]]
name = "polkadot-node-jaeger"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"async-std",
"lazy_static",
@@ -7737,7 +7779,8 @@ dependencies = [
[[package]]
name = "polkadot-node-metrics"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bs58",
"futures 0.3.21",
@@ -7755,7 +7798,8 @@ dependencies = [
[[package]]
name = "polkadot-node-network-protocol"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"async-trait",
"fatality",
@@ -7772,7 +7816,8 @@ dependencies = [
[[package]]
name = "polkadot-node-primitives"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bounded-vec",
"futures 0.3.21",
@@ -7793,7 +7838,8 @@ dependencies = [
[[package]]
name = "polkadot-node-subsystem"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"polkadot-node-jaeger",
"polkadot-node-subsystem-types",
@@ -7802,7 +7848,8 @@ dependencies = [
[[package]]
name = "polkadot-node-subsystem-test-helpers"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7819,7 +7866,8 @@ dependencies = [
[[package]]
name = "polkadot-node-subsystem-types"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"derive_more",
"futures 0.3.21",
@@ -7837,7 +7885,8 @@ dependencies = [
[[package]]
name = "polkadot-node-subsystem-util"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"async-trait",
"derive_more",
@@ -7869,7 +7918,8 @@ dependencies = [
[[package]]
name = "polkadot-overseer"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"futures 0.3.21",
"futures-timer",
@@ -7889,7 +7939,8 @@ dependencies = [
[[package]]
name = "polkadot-overseer-gen"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"async-trait",
"futures 0.3.21",
@@ -7905,9 +7956,10 @@ dependencies = [
[[package]]
name = "polkadot-overseer-gen-proc-macro"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"expander 0.0.5",
"expander 0.0.6",
"proc-macro-crate 1.1.3",
"proc-macro2",
"quote",
@@ -7916,7 +7968,8 @@ dependencies = [
[[package]]
name = "polkadot-parachain"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"derive_more",
"frame-support",
@@ -7932,7 +7985,8 @@ dependencies = [
[[package]]
name = "polkadot-performance-test"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"env_logger",
"kusama-runtime",
@@ -7946,7 +8000,8 @@ dependencies = [
[[package]]
name = "polkadot-primitives"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bitvec",
"frame-system",
@@ -7975,7 +8030,8 @@ dependencies = [
[[package]]
name = "polkadot-rpc"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"beefy-gadget",
"beefy-gadget-rpc",
@@ -8005,7 +8061,8 @@ dependencies = [
[[package]]
name = "polkadot-runtime"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -8088,7 +8145,8 @@ dependencies = [
[[package]]
name = "polkadot-runtime-common"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -8134,7 +8192,8 @@ dependencies = [
[[package]]
name = "polkadot-runtime-constants"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -8145,7 +8204,8 @@ dependencies = [
[[package]]
name = "polkadot-runtime-metrics"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bs58",
"parity-scale-codec",
@@ -8156,7 +8216,8 @@ dependencies = [
[[package]]
name = "polkadot-runtime-parachains"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"bitflags",
"bitvec",
@@ -8197,7 +8258,8 @@ dependencies = [
[[package]]
name = "polkadot-service"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"async-trait",
"beefy-gadget",
@@ -8297,7 +8359,8 @@ dependencies = [
[[package]]
name = "polkadot-statement-distribution"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"arrayvec 0.5.2",
"fatality",
@@ -8317,7 +8380,8 @@ dependencies = [
[[package]]
name = "polkadot-statement-table"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"parity-scale-codec",
"polkadot-primitives",
@@ -8326,7 +8390,8 @@ dependencies = [
[[package]]
name = "polkadot-test-client"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"parity-scale-codec",
"polkadot-node-subsystem",
@@ -8350,7 +8415,8 @@ dependencies = [
[[package]]
name = "polkadot-test-runtime"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -8411,7 +8477,8 @@ dependencies = [
[[package]]
name = "polkadot-test-service"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"frame-benchmarking",
"frame-system",
@@ -8427,7 +8494,6 @@ dependencies = [
"polkadot-parachain",
"polkadot-primitives",
"polkadot-rpc",
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"polkadot-service",
"polkadot-test-runtime",
@@ -9070,7 +9136,8 @@ dependencies = [
[[package]]
name = "rococo-runtime"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"beefy-primitives",
"bp-messages",
@@ -9144,7 +9211,8 @@ dependencies = [
[[package]]
name = "rococo-runtime-constants"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -10732,7 +10800,8 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
[[package]]
name = "slot-range-helper"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"enumn",
"parity-scale-codec",
@@ -11610,7 +11679,7 @@ dependencies = [
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-parachain",
"polkadot-runtime-common",
"polkadot-runtime",
"scale-info",
"serde",
"smallvec",
@@ -11676,7 +11745,7 @@ dependencies = [
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-parachain",
"polkadot-runtime-common",
"polkadot-runtime",
"polkadot-runtime-constants",
"scale-info",
"serde",
@@ -11984,7 +12053,8 @@ checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
[[package]]
name = "test-runtime-constants"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -12981,7 +13051,8 @@ dependencies = [
[[package]]
name = "westend-runtime"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"beefy-primitives",
"bitvec",
@@ -13066,7 +13137,8 @@ dependencies = [
[[package]]
name = "westend-runtime-constants"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"frame-support",
"polkadot-primitives",
@@ -13118,7 +13190,7 @@ dependencies = [
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-parachain",
"polkadot-runtime-common",
"polkadot-runtime",
"scale-info",
"serde",
"smallvec",
@@ -13285,24 +13357,24 @@ dependencies = [
[[package]]
name = "xcm"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"derivative",
"impl-trait-for-tuples",
"log",
"parity-scale-codec",
"scale-info",
"sp-io",
"xcm-procedural",
]
[[package]]
name = "xcm-builder"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"log",
"pallet-transaction-payment",
"parity-scale-codec",
@@ -13318,7 +13390,8 @@ dependencies = [
[[package]]
name = "xcm-executor"
version = "0.9.17"
version = "0.9.18"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -13336,6 +13409,7 @@ dependencies = [
[[package]]
name = "xcm-procedural"
version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#e6fa871e39bab8ccec27070b3b93a2e5e50ff0a4"
dependencies = [
"Inflector",
"proc-macro2",
@@ -13406,71 +13480,3 @@ dependencies = [
"cc",
"libc",
]
[[patch.unused]]
name = "polkadot"
version = "0.9.17"
[[patch.unused]]
name = "polkadot-primitives-test-helpers"
version = "0.9.17"
[[patch.unused]]
name = "polkadot-test-malus"
version = "0.9.17"
[[patch.unused]]
name = "polkadot-voter-bags"
version = "0.9.17"
[[patch.unused]]
name = "remote-ext-tests-bags-list"
version = "0.9.17"
[[patch.unused]]
name = "staking-miner"
version = "0.9.17"
[[patch.unused]]
name = "test-parachain-adder"
version = "0.9.17"
[[patch.unused]]
name = "test-parachain-adder-collator"
version = "0.9.17"
[[patch.unused]]
name = "test-parachain-halt"
version = "0.9.17"
[[patch.unused]]
name = "test-parachain-undying"
version = "0.9.17"
[[patch.unused]]
name = "test-parachain-undying-collator"
version = "0.9.17"
[[patch.unused]]
name = "test-parachains"
version = "0.9.17"
[[patch.unused]]
name = "xcm-executor-integration-tests"
version = "0.9.17"
[[patch.unused]]
name = "xcm-simulator"
version = "0.9.17"
[[patch.unused]]
name = "xcm-simulator-example"
version = "0.9.17"
[[patch.unused]]
name = "xcm-simulator-fuzzer"
version = "0.9.17"
[[patch.unused]]
name = "zombienet-backchannel"
version = "0.9.17"
+2
View File
@@ -57,6 +57,7 @@ sp-version = { git = "https://github.com/paritytech/substrate", default-features
# Polkadot
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
@@ -109,6 +110,7 @@ std = [
"pallet-xcm/std",
"parachain-info/std",
"polkadot-parachain/std",
"polkadot-runtime/std",
"polkadot-runtime-common/std",
"sp-api/std",
"sp-block-builder/std",
+1 -1
View File
@@ -45,7 +45,7 @@ use xcm_config::{XcmConfig, XcmOriginToTransactDispatchOrigin};
pub use sp_runtime::BuildStorage;
// Polkadot Imports
use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
use polkadot_runtime::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
// XCM Imports
use xcm::latest::prelude::BodyId;
+2 -2
View File
@@ -58,7 +58,7 @@ kusama-runtime-constants = { git = "https://github.com/paritytech/polkadot", def
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
@@ -111,7 +111,7 @@ std = [
"parachains-common/std",
"polkadot-core-primitives/std",
"polkadot-parachain/std",
"polkadot-runtime-common/std",
"polkadot-runtime/std",
"sp-api/std",
"sp-block-builder/std",
"sp-consensus-aura/std",
+1 -1
View File
@@ -65,7 +65,7 @@ pub use sp_runtime::BuildStorage;
use frame_support::weights::Weight;
// Polkadot imports
use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
use polkadot_runtime::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
/// The address format for describing accounts.
pub type Address = sp_runtime::MultiAddress<AccountId, ()>;
+2 -2
View File
@@ -53,7 +53,7 @@ kusama-runtime-constants = { git = "https://github.com/paritytech/polkadot", def
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
@@ -133,7 +133,7 @@ std = [
"pallet-xcm/std",
"polkadot-core-primitives/std",
"polkadot-parachain/std",
"polkadot-runtime-common/std",
"polkadot-runtime/std",
"sp-api/std",
"sp-block-builder/std",
"sp-consensus-aura/std",
+1 -1
View File
@@ -68,7 +68,7 @@ pub use sp_runtime::BuildStorage;
// Polkadot imports
use pallet_xcm::{EnsureXcm, IsMajorityOfBody};
use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
use polkadot_runtime::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
use xcm::latest::BodyId;
use xcm_executor::XcmExecutor;
+2 -2
View File
@@ -52,7 +52,7 @@ sp-version = { git = "https://github.com/paritytech/substrate", default-features
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
@@ -131,7 +131,7 @@ std = [
"pallet-xcm/std",
"polkadot-core-primitives/std",
"polkadot-parachain/std",
"polkadot-runtime-common/std",
"polkadot-runtime/std",
"polkadot-runtime-constants/std",
"sp-api/std",
"sp-block-builder/std",
+1 -1
View File
@@ -69,7 +69,7 @@ pub use sp_runtime::BuildStorage;
// Polkadot imports
use pallet_xcm::{EnsureXcm, IsMajorityOfBody};
use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
use polkadot_runtime::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
use xcm::latest::BodyId;
use xcm_executor::XcmExecutor;
+2 -2
View File
@@ -51,7 +51,7 @@ sp-version = { git = "https://github.com/paritytech/substrate", default-features
pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
westend-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
@@ -129,7 +129,7 @@ std = [
"pallet-xcm/std",
"polkadot-core-primitives/std",
"polkadot-parachain/std",
"polkadot-runtime-common/std",
"polkadot-runtime/std",
"sp-api/std",
"sp-block-builder/std",
"sp-consensus-aura/std",
+1 -1
View File
@@ -67,7 +67,7 @@ use xcm_config::{XcmConfig, XcmOriginToTransactDispatchOrigin};
pub use sp_runtime::BuildStorage;
// Polkadot imports
use polkadot_runtime_common::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
use polkadot_runtime::{BlockHashCount, RocksDbWeight, SlowAdjustingFeeUpdate};
use xcm_executor::XcmExecutor;
impl_opaque_keys! {