diff --git a/Cargo.lock b/Cargo.lock index e52c9d318e5..e5e3504caeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1072,7 +1072,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-runtime-common", "polkadot-runtime-constants", "scale-info", @@ -1171,7 +1171,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-runtime-common", "scale-info", "serde", @@ -1676,7 +1676,7 @@ dependencies = [ "parking_lot 0.12.1", "polkadot-client", "polkadot-node-primitives", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "polkadot-service", "polkadot-test-client", @@ -1807,7 +1807,7 @@ dependencies = [ "log", "pallet-balances", "parity-scale-codec", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "sc-client-api", "scale-info", "serde", @@ -1926,7 +1926,7 @@ dependencies = [ "frame-support", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "sp-api", "sp-runtime", @@ -1982,7 +1982,7 @@ dependencies = [ "log", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "sp-runtime", "sp-std", @@ -2085,7 +2085,7 @@ dependencies = [ "pallet-balances", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "sc-block-builder", "sc-consensus", @@ -2555,9 +2555,9 @@ dependencies = [ [[package]] name = "enumn" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344" +checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2" dependencies = [ "proc-macro2", "quote", @@ -3926,8 +3926,8 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "beefy-primitives", "bitvec", @@ -4019,8 +4019,8 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "frame-support", "polkadot-primitives", @@ -4762,20 +4762,20 @@ dependencies = [ [[package]] name = "lru" -version = "0.6.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91" +checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a" dependencies = [ "hashbrown 0.11.2", ] [[package]] name = "lru" -version = "0.7.7" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a" +checksum = "936d98d2ddd79c18641c6709e7bb09981449694e402d1a0f0f657ea8d61f4a51" dependencies = [ - "hashbrown 0.11.2", + "hashbrown 0.12.3", ] [[package]] @@ -4907,11 +4907,11 @@ dependencies = [ [[package]] name = "memory-lru" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a" +checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395" dependencies = [ - "lru 0.6.6", + "lru 0.8.0", ] [[package]] @@ -5359,7 +5359,7 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" [[package]] name = "orchestra" version = "0.0.1" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "async-trait", "dyn-clonable", @@ -5375,7 +5375,7 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" version = "0.0.1" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "expander 0.0.6", "itertools", @@ -6427,8 +6427,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "frame-support", "frame-system", @@ -6445,8 +6445,8 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "frame-benchmarking", "frame-support", @@ -6498,7 +6498,7 @@ dependencies = [ "parachain-template-runtime", "parity-scale-codec", "polkadot-cli", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "polkadot-service", "sc-basic-authorship", @@ -6574,7 +6574,7 @@ dependencies = [ "pallet-xcm", "parachain-info", "parity-scale-codec", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-runtime-common", "scale-info", "serde", @@ -6840,7 +6840,7 @@ dependencies = [ "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "polkadot-runtime-common", "scale-info", @@ -7014,8 +7014,8 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7029,8 +7029,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7043,8 +7043,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "derive_more", "fatality", @@ -7066,8 +7066,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "fatality", "futures", @@ -7087,8 +7087,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "clap 3.2.20", "frame-benchmarking-cli", @@ -7113,8 +7113,8 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7154,8 +7154,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "always-assert", "fatality", @@ -7175,8 +7175,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7188,8 +7188,8 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "derive_more", "fatality", @@ -7211,8 +7211,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7225,8 +7225,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "futures", "futures-timer", @@ -7245,8 +7245,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "always-assert", "async-trait", @@ -7269,8 +7269,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "futures", "parity-scale-codec", @@ -7287,8 +7287,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "bitvec", "derive_more", @@ -7316,8 +7316,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "bitvec", "futures", @@ -7336,8 +7336,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "bitvec", "fatality", @@ -7355,8 +7355,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7370,8 +7370,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "async-trait", "futures", @@ -7380,7 +7380,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "sp-maybe-compressed-blob", "tracing-gum", @@ -7388,8 +7388,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7403,8 +7403,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "futures", "futures-timer", @@ -7420,8 +7420,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "fatality", "futures", @@ -7439,8 +7439,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "async-trait", "futures", @@ -7456,8 +7456,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "bitvec", "fatality", @@ -7474,8 +7474,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "always-assert", "assert_matches", @@ -7486,8 +7486,8 @@ dependencies = [ "parity-scale-codec", "pin-project", "polkadot-core-primitives", - "polkadot-node-subsystem-util", - "polkadot-parachain 0.9.28", + "polkadot-node-metrics", + "polkadot-parachain 0.9.29", "rand 0.8.5", "rayon", "sc-executor", @@ -7506,8 +7506,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "futures", "polkadot-node-primitives", @@ -7522,8 +7522,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "futures", "memory-lru", @@ -7538,8 +7538,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "async-std", "lazy_static", @@ -7556,8 +7556,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "bs58", "futures", @@ -7575,8 +7575,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "async-trait", "derive_more", @@ -7597,13 +7597,13 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "schnorrkel", "serde", @@ -7619,8 +7619,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7629,8 +7629,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "async-trait", "futures", @@ -7647,8 +7647,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "async-trait", "derive_more", @@ -7670,8 +7670,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "async-trait", "derive_more", @@ -7703,8 +7703,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "async-trait", "futures", @@ -7726,8 +7726,8 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "derive_more", "frame-support", @@ -7774,7 +7774,7 @@ dependencies = [ "parity-scale-codec", "penpal-runtime", "polkadot-cli", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "polkadot-service", "rococo-parachain-runtime", @@ -7826,8 +7826,8 @@ dependencies = [ [[package]] name = "polkadot-performance-test" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7841,8 +7841,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "bitvec", "frame-system", @@ -7850,7 +7850,7 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "polkadot-core-primitives", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "scale-info", "serde", "sp-api", @@ -7871,8 +7871,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7903,8 +7903,8 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "beefy-primitives", "bitvec", @@ -7991,8 +7991,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "beefy-primitives", "bitvec", @@ -8038,8 +8038,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "frame-support", "polkadot-primitives", @@ -8050,8 +8050,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "bs58", "parity-scale-codec", @@ -8062,8 +8062,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "bitflags", "bitvec", @@ -8105,8 +8105,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "async-trait", "beefy-gadget", @@ -8152,7 +8152,7 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "polkadot-rpc", "polkadot-runtime", @@ -8210,8 +8210,8 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8231,8 +8231,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8241,8 +8241,8 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8266,8 +8266,8 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "beefy-primitives", "bitvec", @@ -8294,7 +8294,7 @@ dependencies = [ "pallet-vesting", "pallet-xcm", "parity-scale-codec", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -8327,8 +8327,8 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "frame-benchmarking", "frame-system", @@ -8340,7 +8340,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "polkadot-rpc", "polkadot-runtime-common", @@ -8473,7 +8473,7 @@ dependencies = [ [[package]] name = "prioritized-metered-channel" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "coarsetime", "crossbeam-queue", @@ -9056,7 +9056,7 @@ dependencies = [ "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "scale-info", "serde", "sp-api", @@ -9079,8 +9079,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -9098,25 +9098,39 @@ dependencies = [ "pallet-balances", "pallet-beefy", "pallet-beefy-mmr", + "pallet-bounties", + "pallet-child-bounties", "pallet-collective", + "pallet-democracy", + "pallet-elections-phragmen", + "pallet-gilt", "pallet-grandpa", + "pallet-identity", "pallet-im-online", "pallet-indices", "pallet-membership", "pallet-mmr", "pallet-multisig", "pallet-offences", + "pallet-preimage", "pallet-proxy", + "pallet-recovery", + "pallet-scheduler", "pallet-session", + "pallet-society", "pallet-staking", "pallet-sudo", "pallet-timestamp", + "pallet-tips", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", "pallet-utility", + "pallet-vesting", "pallet-xcm", + "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -9140,6 +9154,7 @@ dependencies = [ "sp-std", "sp-transaction-pool", "sp-version", + "static_assertions", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -9148,8 +9163,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "frame-support", "polkadot-primitives", @@ -10784,8 +10799,8 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "enumn", "parity-scale-codec", @@ -11682,7 +11697,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-runtime-common", "scale-info", "serde", @@ -11749,7 +11764,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-runtime-common", "polkadot-runtime-constants", "scale-info", @@ -12106,8 +12121,8 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "frame-support", "polkadot-primitives", @@ -12396,8 +12411,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12407,8 +12422,8 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -13122,8 +13137,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "beefy-primitives", "bitvec", @@ -13177,7 +13192,7 @@ dependencies = [ "pallet-xcm", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -13211,8 +13226,8 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "frame-support", "polkadot-primitives", @@ -13265,7 +13280,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "polkadot-runtime-common", "scale-info", "serde", @@ -13497,8 +13512,8 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13511,15 +13526,15 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "frame-support", "frame-system", "log", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain 0.9.28", + "polkadot-parachain 0.9.29", "scale-info", "sp-arithmetic", "sp-io", @@ -13531,8 +13546,8 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "frame-benchmarking", "frame-support", @@ -13549,8 +13564,8 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "0.9.28" -source = "git+https://github.com/paritytech/polkadot?branch=master#850d1f5a819de5a9bf52a149ffd8b7d584ba1076" +version = "0.9.29" +source = "git+https://github.com/paritytech/polkadot?branch=master#403c3e144fe9c6dcb13cc6fd7775dff67feb7598" dependencies = [ "Inflector", "proc-macro2",