From f3a366bf96b7963dfc3387ac216ee36b4cd2f0af Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Thu, 8 Sep 2022 10:38:44 +0200 Subject: [PATCH 1/6] Bump transaction_version for westend --- runtime/westend/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 17341b0c2677..a9f6eff237d9 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 11, + transaction_version: 12, state_version: 0, }; From ce3fca0744fed96730eaca677e94ce9a96ac3593 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Thu, 8 Sep 2022 10:38:42 +0200 Subject: [PATCH 2/6] Bump transaction_version for rococo --- runtime/rococo/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 942ed8667f9b..522db94110e2 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -102,7 +102,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 1, + transaction_version: 2, state_version: 0, }; From 800b37751aa032b7fa0d93cc934d6c4c86d6071f Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Thu, 8 Sep 2022 10:38:39 +0200 Subject: [PATCH 3/6] Bump transaction_version for kusama --- runtime/kusama/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index c89e030e0a25..58096b424880 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -127,7 +127,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 12, + transaction_version: 13, state_version: 0, }; From 41c02a723e44a9218b42a278aad2977ceee37d85 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Thu, 8 Sep 2022 10:38:34 +0200 Subject: [PATCH 4/6] Bump transaction_version for polkadot --- runtime/polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 76fec6ae12c0..23245dcd314a 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 13, + transaction_version: 14, state_version: 0, }; From bd1f1d30489e90490b0438f4c0c3e0e13d8cfac6 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Wed, 7 Sep 2022 15:25:45 +0200 Subject: [PATCH 5/6] Bump spec_version to 9290 --- runtime/kusama/src/lib.rs | 2 +- runtime/polkadot/src/lib.rs | 2 +- runtime/rococo/src/lib.rs | 2 +- runtime/westend/src/lib.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 58096b424880..5c49391ec1c1 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -121,7 +121,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 9280, + spec_version: 9290, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 23245dcd314a..9c3ee15414f2 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 9280, + spec_version: 9290, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 522db94110e2..d22e93646887 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -96,7 +96,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("rococo"), impl_name: create_runtime_str!("parity-rococo-v2.0"), authoring_version: 0, - spec_version: 9280, + spec_version: 9290, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index a9f6eff237d9..4f18fd64051a 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -106,7 +106,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 9280, + spec_version: 9290, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, From b4a9bcd9c92cb8783659639f79c162883d76b966 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Wed, 7 Sep 2022 15:25:42 +0200 Subject: [PATCH 6/6] Bump crate versions --- Cargo.lock | 166 +++++++++--------- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- core-primitives/Cargo.toml | 2 +- erasure-coding/Cargo.toml | 2 +- erasure-coding/fuzzer/Cargo.toml | 2 +- node/client/Cargo.toml | 2 +- node/collation-generation/Cargo.toml | 2 +- node/core/approval-voting/Cargo.toml | 2 +- node/core/av-store/Cargo.toml | 2 +- node/core/backing/Cargo.toml | 2 +- node/core/bitfield-signing/Cargo.toml | 2 +- node/core/candidate-validation/Cargo.toml | 2 +- node/core/chain-api/Cargo.toml | 2 +- node/core/chain-selection/Cargo.toml | 2 +- node/core/dispute-coordinator/Cargo.toml | 2 +- node/core/parachains-inherent/Cargo.toml | 2 +- node/core/provisioner/Cargo.toml | 2 +- node/core/pvf-checker/Cargo.toml | 2 +- node/core/pvf/Cargo.toml | 2 +- node/core/runtime-api/Cargo.toml | 2 +- node/gum/Cargo.toml | 2 +- node/gum/proc-macro/Cargo.toml | 2 +- node/jaeger/Cargo.toml | 2 +- node/malus/Cargo.toml | 2 +- node/metrics/Cargo.toml | 2 +- node/network/approval-distribution/Cargo.toml | 2 +- .../availability-distribution/Cargo.toml | 2 +- node/network/availability-recovery/Cargo.toml | 2 +- node/network/bitfield-distribution/Cargo.toml | 2 +- node/network/bridge/Cargo.toml | 2 +- node/network/collator-protocol/Cargo.toml | 2 +- node/network/dispute-distribution/Cargo.toml | 2 +- node/network/gossip-support/Cargo.toml | 2 +- node/network/protocol/Cargo.toml | 2 +- .../network/statement-distribution/Cargo.toml | 2 +- node/overseer/Cargo.toml | 2 +- node/primitives/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- node/subsystem-test-helpers/Cargo.toml | 2 +- node/subsystem-types/Cargo.toml | 2 +- node/subsystem-util/Cargo.toml | 2 +- node/subsystem/Cargo.toml | 2 +- node/test/client/Cargo.toml | 2 +- node/test/performance-test/Cargo.toml | 2 +- node/test/service/Cargo.toml | 2 +- node/zombienet-backchannel/Cargo.toml | 2 +- parachain/Cargo.toml | 2 +- parachain/test-parachains/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 2 +- .../test-parachains/adder/collator/Cargo.toml | 2 +- parachain/test-parachains/halt/Cargo.toml | 2 +- parachain/test-parachains/undying/Cargo.toml | 2 +- .../undying/collator/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- primitives/test-helpers/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- runtime/common/slot_range_helper/Cargo.toml | 2 +- runtime/kusama/Cargo.toml | 2 +- runtime/kusama/constants/Cargo.toml | 2 +- runtime/metrics/Cargo.toml | 2 +- runtime/parachains/Cargo.toml | 2 +- runtime/polkadot/Cargo.toml | 2 +- runtime/polkadot/constants/Cargo.toml | 2 +- runtime/rococo/Cargo.toml | 2 +- runtime/rococo/constants/Cargo.toml | 2 +- runtime/test-runtime/Cargo.toml | 2 +- runtime/test-runtime/constants/Cargo.toml | 2 +- runtime/westend/Cargo.toml | 2 +- runtime/westend/constants/Cargo.toml | 2 +- statement-table/Cargo.toml | 2 +- utils/generate-bags/Cargo.toml | 2 +- utils/remote-ext-tests/bags-list/Cargo.toml | 2 +- utils/staking-miner/Cargo.toml | 2 +- xcm/Cargo.toml | 2 +- xcm/pallet-xcm-benchmarks/Cargo.toml | 2 +- xcm/pallet-xcm/Cargo.toml | 2 +- xcm/procedural/Cargo.toml | 2 +- xcm/xcm-builder/Cargo.toml | 2 +- xcm/xcm-executor/Cargo.toml | 2 +- xcm/xcm-executor/integration-tests/Cargo.toml | 2 +- xcm/xcm-simulator/Cargo.toml | 2 +- xcm/xcm-simulator/example/Cargo.toml | 2 +- xcm/xcm-simulator/fuzzer/Cargo.toml | 2 +- 85 files changed, 167 insertions(+), 167 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0934291480d1..1c5dbb60388c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3199,7 +3199,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" -version = "0.9.28" +version = "0.9.29" dependencies = [ "beefy-primitives", "bitvec", @@ -3299,7 +3299,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-support", "polkadot-primitives", @@ -5653,7 +5653,7 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-support", "frame-system", @@ -5675,7 +5675,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-benchmarking", "frame-support", @@ -5989,7 +5989,7 @@ checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94" [[package]] name = "polkadot" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_cmd", "color-eyre", @@ -6004,7 +6004,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "env_logger 0.9.0", @@ -6027,7 +6027,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "bitvec", @@ -6051,7 +6051,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "derive_more", @@ -6080,7 +6080,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "env_logger 0.9.0", @@ -6109,7 +6109,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.28" +version = "0.9.29" dependencies = [ "clap", "frame-benchmarking-cli", @@ -6135,7 +6135,7 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.28" +version = "0.9.29" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6177,7 +6177,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.28" +version = "0.9.29" dependencies = [ "always-assert", "assert_matches", @@ -6205,7 +6205,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.28" +version = "0.9.29" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6217,7 +6217,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "async-trait", @@ -6248,7 +6248,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.28" +version = "0.9.29" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6261,7 +6261,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "async-trait", @@ -6288,7 +6288,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.28" +version = "0.9.29" dependencies = [ "always-assert", "assert_matches", @@ -6317,7 +6317,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.28" +version = "0.9.29" dependencies = [ "futures", "parity-scale-codec", @@ -6336,7 +6336,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "async-trait", @@ -6375,7 +6375,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "bitvec", @@ -6403,7 +6403,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "bitvec", @@ -6429,7 +6429,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.28" +version = "0.9.29" dependencies = [ "futures", "polkadot-node-subsystem", @@ -6445,7 +6445,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "async-trait", @@ -6467,7 +6467,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.28" +version = "0.9.29" dependencies = [ "futures", "maplit", @@ -6486,7 +6486,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "futures", @@ -6507,7 +6507,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "fatality", @@ -6534,7 +6534,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.28" +version = "0.9.29" dependencies = [ "async-trait", "futures", @@ -6550,7 +6550,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.28" +version = "0.9.29" dependencies = [ "bitvec", "fatality", @@ -6571,7 +6571,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.28" +version = "0.9.29" dependencies = [ "always-assert", "assert_matches", @@ -6605,7 +6605,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "0.9.28" +version = "0.9.29" dependencies = [ "futures", "futures-timer", @@ -6628,7 +6628,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.28" +version = "0.9.29" dependencies = [ "futures", "memory-lru", @@ -6650,7 +6650,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.28" +version = "0.9.29" dependencies = [ "async-std", "lazy_static", @@ -6667,7 +6667,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_cmd", "bs58", @@ -6695,7 +6695,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.28" +version = "0.9.29" dependencies = [ "async-trait", "derive_more", @@ -6717,7 +6717,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.28" +version = "0.9.29" dependencies = [ "bounded-vec", "futures", @@ -6739,7 +6739,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.28" +version = "0.9.29" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -6748,7 +6748,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.28" +version = "0.9.29" dependencies = [ "async-trait", "futures", @@ -6766,7 +6766,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.28" +version = "0.9.29" dependencies = [ "async-trait", "derive_more", @@ -6788,7 +6788,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "async-trait", @@ -6828,7 +6828,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "async-trait", @@ -6854,7 +6854,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.28" +version = "0.9.29" dependencies = [ "derive_more", "frame-support", @@ -6870,7 +6870,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" -version = "0.9.28" +version = "0.9.29" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -6884,7 +6884,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.28" +version = "0.9.29" dependencies = [ "bitvec", "frame-system", @@ -6913,7 +6913,7 @@ dependencies = [ [[package]] name = "polkadot-primitives-test-helpers" -version = "0.9.28" +version = "0.9.29" dependencies = [ "polkadot-primitives", "rand 0.8.5", @@ -6924,7 +6924,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.28" +version = "0.9.29" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -6955,7 +6955,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.28" +version = "0.9.29" dependencies = [ "beefy-primitives", "bitvec", @@ -7050,7 +7050,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.28" +version = "0.9.29" dependencies = [ "beefy-primitives", "bitvec", @@ -7101,7 +7101,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-support", "polkadot-primitives", @@ -7112,7 +7112,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "0.9.28" +version = "0.9.29" dependencies = [ "bs58", "parity-scale-codec", @@ -7123,7 +7123,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "bitflags", @@ -7174,7 +7174,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "async-trait", @@ -7286,7 +7286,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.28" +version = "0.9.29" dependencies = [ "arrayvec 0.5.2", "assert_matches", @@ -7317,7 +7317,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.28" +version = "0.9.29" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7326,7 +7326,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.28" +version = "0.9.29" dependencies = [ "futures", "parity-scale-codec", @@ -7352,7 +7352,7 @@ dependencies = [ [[package]] name = "polkadot-test-malus" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "async-trait", @@ -7380,7 +7380,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.28" +version = "0.9.29" dependencies = [ "beefy-primitives", "bitvec", @@ -7445,7 +7445,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-benchmarking", "frame-system", @@ -7500,7 +7500,7 @@ dependencies = [ [[package]] name = "polkadot-voter-bags" -version = "0.9.28" +version = "0.9.29" dependencies = [ "clap", "generate-bags", @@ -8095,7 +8095,7 @@ dependencies = [ [[package]] name = "remote-ext-tests-bags-list" -version = "0.9.28" +version = "0.9.29" dependencies = [ "clap", "frame-system", @@ -8223,7 +8223,7 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.28" +version = "0.9.29" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -8291,7 +8291,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-support", "polkadot-primitives", @@ -9837,7 +9837,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" -version = "0.9.28" +version = "0.9.29" dependencies = [ "enumn", "parity-scale-codec", @@ -10637,7 +10637,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staking-miner" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_cmd", "clap", @@ -11021,7 +11021,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-parachain-adder" -version = "0.9.28" +version = "0.9.29" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -11034,7 +11034,7 @@ dependencies = [ [[package]] name = "test-parachain-adder-collator" -version = "0.9.28" +version = "0.9.29" dependencies = [ "clap", "futures", @@ -11060,14 +11060,14 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.9.28" +version = "0.9.29" dependencies = [ "substrate-wasm-builder", ] [[package]] name = "test-parachain-undying" -version = "0.9.28" +version = "0.9.29" dependencies = [ "dlmalloc", "log", @@ -11081,7 +11081,7 @@ dependencies = [ [[package]] name = "test-parachain-undying-collator" -version = "0.9.28" +version = "0.9.29" dependencies = [ "clap", "futures", @@ -11107,7 +11107,7 @@ dependencies = [ [[package]] name = "test-parachains" -version = "0.9.28" +version = "0.9.29" dependencies = [ "parity-scale-codec", "sp-core", @@ -11118,7 +11118,7 @@ dependencies = [ [[package]] name = "test-runtime-constants" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-support", "polkadot-primitives", @@ -11440,7 +11440,7 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "0.9.28" +version = "0.9.29" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -11450,7 +11450,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" -version = "0.9.28" +version = "0.9.29" dependencies = [ "assert_matches", "expander 0.0.6", @@ -12227,7 +12227,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.28" +version = "0.9.29" dependencies = [ "beefy-primitives", "bitvec", @@ -12322,7 +12322,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-support", "polkadot-primitives", @@ -12548,7 +12548,7 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.28" +version = "0.9.29" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -12561,7 +12561,7 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-support", "frame-system", @@ -12584,7 +12584,7 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-benchmarking", "frame-support", @@ -12601,7 +12601,7 @@ dependencies = [ [[package]] name = "xcm-executor-integration-tests" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-support", "frame-system", @@ -12621,7 +12621,7 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "0.9.28" +version = "0.9.29" dependencies = [ "Inflector", "proc-macro2", @@ -12631,7 +12631,7 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-support", "parity-scale-codec", @@ -12647,7 +12647,7 @@ dependencies = [ [[package]] name = "xcm-simulator-example" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-support", "frame-system", @@ -12670,7 +12670,7 @@ dependencies = [ [[package]] name = "xcm-simulator-fuzzer" -version = "0.9.28" +version = "0.9.29" dependencies = [ "frame-support", "frame-system", @@ -12729,7 +12729,7 @@ dependencies = [ [[package]] name = "zombienet-backchannel" -version = "0.9.28" +version = "0.9.29" dependencies = [ "futures-util", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index cf238625e2d6..4983b346225b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ path = "src/main.rs" name = "polkadot" description = "Implementation of a `https://polkadot.network` node in Rust based on the Substrate framework." license = "GPL-3.0-only" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" rust-version = "1.57.0" # custom profiles diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1a161db7916d..4cc97cf9af8d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2021" diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index 7d238efcd207..9bbe8f516afb 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-core-primitives" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 551158c80489..f259470ad418 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/erasure-coding/fuzzer/Cargo.toml b/erasure-coding/fuzzer/Cargo.toml index ee5a371fe1f3..06a85e63d2e5 100644 --- a/erasure-coding/fuzzer/Cargo.toml +++ b/erasure-coding/fuzzer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erasure_coding_fuzzer" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index 2b1878740f73..f252ade32892 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-client" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index ff34d39e408e..fdffe1922a64 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-collation-generation" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index 2ac2859b8ddc..f2572cac8232 100644 --- a/node/core/approval-voting/Cargo.toml +++ b/node/core/approval-voting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-approval-voting" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index 054768af1a65..9cea9f1bdc24 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-av-store" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index fda4b6f2a61a..474cac5908b0 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-backing" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index 564cebfa486d..c10c60518235 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-bitfield-signing" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index 1b6881ae5378..29464f603340 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-candidate-validation" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index 2d05cba96c69..51d860ce2f0a 100644 --- a/node/core/chain-api/Cargo.toml +++ b/node/core/chain-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-chain-api" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/chain-selection/Cargo.toml b/node/core/chain-selection/Cargo.toml index 13dee2b29b5e..8d9875b6f389 100644 --- a/node/core/chain-selection/Cargo.toml +++ b/node/core/chain-selection/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-chain-selection" description = "Chain Selection Subsystem" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/dispute-coordinator/Cargo.toml b/node/core/dispute-coordinator/Cargo.toml index 43c48d17897a..bc22b40c8529 100644 --- a/node/core/dispute-coordinator/Cargo.toml +++ b/node/core/dispute-coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/parachains-inherent/Cargo.toml b/node/core/parachains-inherent/Cargo.toml index 49cb577100c0..cfb4605449b3 100644 --- a/node/core/parachains-inherent/Cargo.toml +++ b/node/core/parachains-inherent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-parachains-inherent" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index 2f5c1f9aa5dd..4f18c10aba35 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-provisioner" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/pvf-checker/Cargo.toml b/node/core/pvf-checker/Cargo.toml index ffbec76c8342..ce348e73855f 100644 --- a/node/core/pvf-checker/Cargo.toml +++ b/node/core/pvf-checker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-pvf-checker" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index fd2406c0bd32..c30b62589230 100644 --- a/node/core/pvf/Cargo.toml +++ b/node/core/pvf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-pvf" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index d7021da332ec..d16e31019a89 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-runtime-api" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/gum/Cargo.toml b/node/gum/Cargo.toml index 9768057c5d5c..a0a17877dd07 100644 --- a/node/gum/Cargo.toml +++ b/node/gum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-gum" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" description = "Stick logs together with the TraceID as provided by tempo" diff --git a/node/gum/proc-macro/Cargo.toml b/node/gum/proc-macro/Cargo.toml index d3048666e049..95c845b5efb1 100644 --- a/node/gum/proc-macro/Cargo.toml +++ b/node/gum/proc-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-gum-proc-macro" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" description = "Generate an overseer including builder pattern and message wrapper from a single annotated struct definition." diff --git a/node/jaeger/Cargo.toml b/node/jaeger/Cargo.toml index 56777766c4ea..b47999aa0e32 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-jaeger" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" description = "Polkadot Jaeger primitives, but equally useful for Grafana/Tempo" diff --git a/node/malus/Cargo.toml b/node/malus/Cargo.toml index b469e8060871..cfc56307b146 100644 --- a/node/malus/Cargo.toml +++ b/node/malus/Cargo.toml @@ -2,7 +2,7 @@ name = "polkadot-test-malus" description = "Misbehaving nodes for local testnets, system and Simnet tests." license = "GPL-3.0-only" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" readme = "README.md" diff --git a/node/metrics/Cargo.toml b/node/metrics/Cargo.toml index 216d511d04bf..a5221a05dbd8 100644 --- a/node/metrics/Cargo.toml +++ b/node/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-metrics" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" description = "Subsystem metric helpers" diff --git a/node/network/approval-distribution/Cargo.toml b/node/network/approval-distribution/Cargo.toml index 68fae906c21e..ac34d57d586b 100644 --- a/node/network/approval-distribution/Cargo.toml +++ b/node/network/approval-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-approval-distribution" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index df96eb15af5e..43d56a1ace24 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-availability-distribution" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index 955e95d3aeda..fce9755a05a3 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-availability-recovery" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 1cae4a6170f5..e3a4fd3d2095 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-availability-bitfield-distribution" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index 1604e9b9f852..809c06a76b81 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network-bridge" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 1a8b26277f66..df9e75c9e951 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator-protocol" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/dispute-distribution/Cargo.toml b/node/network/dispute-distribution/Cargo.toml index 509ac1545d4c..f50f24bf42c8 100644 --- a/node/network/dispute-distribution/Cargo.toml +++ b/node/network/dispute-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-dispute-distribution" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/gossip-support/Cargo.toml b/node/network/gossip-support/Cargo.toml index 0fc4dbf55b5e..38e9a5730178 100644 --- a/node/network/gossip-support/Cargo.toml +++ b/node/network/gossip-support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-gossip-support" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index cda9173f8524..04347a801090 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-network-protocol" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" description = "Primitives types for the Node-side" diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index 6ca960e61030..a173ee865e20 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-distribution" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "Statement Distribution Subsystem" edition = "2021" diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index 5d09616216f7..d25639084eb5 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-overseer" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index df930d4b46b6..2e916df6a87e 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-primitives" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" description = "Primitives types for the Node-side" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 8863c63a5a29..049b3f0c4683 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" rust-version = "1.60" diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 705a82856ab9..aa91f4c88695 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" description = "Subsystem traits and message definitions" diff --git a/node/subsystem-types/Cargo.toml b/node/subsystem-types/Cargo.toml index 9fa570cf7b03..24274dd22608 100644 --- a/node/subsystem-types/Cargo.toml +++ b/node/subsystem-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem-types" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" description = "Subsystem traits and message definitions" diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index bc52b113265e..d515be37fe3e 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem-util" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" description = "Subsystem traits and message definitions" diff --git a/node/subsystem/Cargo.toml b/node/subsystem/Cargo.toml index 84a99bbda21b..4d6523b6567a 100644 --- a/node/subsystem/Cargo.toml +++ b/node/subsystem/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" description = "Subsystem traits and message definitions and the generated overseer" diff --git a/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index e620cd7130b5..64df4beebda7 100644 --- a/node/test/client/Cargo.toml +++ b/node/test/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-client" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/test/performance-test/Cargo.toml b/node/test/performance-test/Cargo.toml index e42fe946caf5..783f5194a0f5 100644 --- a/node/test/performance-test/Cargo.toml +++ b/node/test/performance-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-performance-test" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index fc6eb33fea5c..c4ff1923eb2d 100644 --- a/node/test/service/Cargo.toml +++ b/node/test/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-service" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/zombienet-backchannel/Cargo.toml b/node/zombienet-backchannel/Cargo.toml index bb2998be0335..7976ceed52dc 100644 --- a/node/zombienet-backchannel/Cargo.toml +++ b/node/zombienet-backchannel/Cargo.toml @@ -2,7 +2,7 @@ name = "zombienet-backchannel" description = "Zombienet backchannel to notify test runner and coordinate with malus actors." license = "GPL-3.0-only" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" readme = "README.md" diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 6efd64b2c245..42ffbfab1fa6 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2021" diff --git a/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index 41bee7b39f60..e1877440b070 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachains" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "Integration tests using the test-parachains" edition = "2021" diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index 8b4c5749e43b..f54809c34df2 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2021" diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index cb2b7564aa22..0463711130d2 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder-collator" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "Collator for the adder test parachain" edition = "2021" diff --git a/parachain/test-parachains/halt/Cargo.toml b/parachain/test-parachains/halt/Cargo.toml index d4d8a0e12be2..954d64abc9c4 100644 --- a/parachain/test-parachains/halt/Cargo.toml +++ b/parachain/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-halt" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2021" diff --git a/parachain/test-parachains/undying/Cargo.toml b/parachain/test-parachains/undying/Cargo.toml index 25697dcf747c..4bc3e6d08b68 100644 --- a/parachain/test-parachains/undying/Cargo.toml +++ b/parachain/test-parachains/undying/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-undying" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "Test parachain for zombienet integration tests" edition = "2021" diff --git a/parachain/test-parachains/undying/collator/Cargo.toml b/parachain/test-parachains/undying/collator/Cargo.toml index 5573053a800d..a9b5eed27e6d 100644 --- a/parachain/test-parachains/undying/collator/Cargo.toml +++ b/parachain/test-parachains/undying/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-undying-collator" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "Collator for the undying test parachain" edition = "2021" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index b615e78b6604..d018cfdf9e54 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/primitives/test-helpers/Cargo.toml b/primitives/test-helpers/Cargo.toml index dd5e2ded6ae0..ed086c87cfc9 100644 --- a/primitives/test-helpers/Cargo.toml +++ b/primitives/test-helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives-test-helpers" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 548148d8048b..570f156190b4 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 894511e607ee..e3a06626b3ef 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/common/slot_range_helper/Cargo.toml b/runtime/common/slot_range_helper/Cargo.toml index ea8cbf6e6de4..ce15d30f7539 100644 --- a/runtime/common/slot_range_helper/Cargo.toml +++ b/runtime/common/slot_range_helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slot-range-helper" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 496210c72c9a..5a52aa9ea7ae 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/kusama/constants/Cargo.toml b/runtime/kusama/constants/Cargo.toml index f3d2f1e73fdb..4498a22dc214 100644 --- a/runtime/kusama/constants/Cargo.toml +++ b/runtime/kusama/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime-constants" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/metrics/Cargo.toml b/runtime/metrics/Cargo.toml index 6aa5feb5b759..97f9c4373900 100644 --- a/runtime/metrics/Cargo.toml +++ b/runtime/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-metrics" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index b913adcf1639..1feeb3540b1c 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-parachains" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 2963933712d4..2173bcdd5bba 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/polkadot/constants/Cargo.toml b/runtime/polkadot/constants/Cargo.toml index 46480d141ca5..00a31ed619bb 100644 --- a/runtime/polkadot/constants/Cargo.toml +++ b/runtime/polkadot/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-constants" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index 0ca78c98d2af..0e3b036d6e22 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-runtime" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/rococo/constants/Cargo.toml b/runtime/rococo/constants/Cargo.toml index 051b6e4175a9..70a523dad94e 100644 --- a/runtime/rococo/constants/Cargo.toml +++ b/runtime/rococo/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-runtime-constants" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 2313be141443..68c9b7116a45 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-runtime" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/test-runtime/constants/Cargo.toml b/runtime/test-runtime/constants/Cargo.toml index aa97fa64f936..35c2ebf10d9d 100644 --- a/runtime/test-runtime/constants/Cargo.toml +++ b/runtime/test-runtime/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-runtime-constants" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 148fd4c120b6..2cea436f17da 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/westend/constants/Cargo.toml b/runtime/westend/constants/Cargo.toml index 388f1a5c7464..fa4868616d34 100644 --- a/runtime/westend/constants/Cargo.toml +++ b/runtime/westend/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime-constants" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index baf2dd13de6c..06973daff94b 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/utils/generate-bags/Cargo.toml b/utils/generate-bags/Cargo.toml index a6f54f6d445f..a8ffb6b1c9ee 100644 --- a/utils/generate-bags/Cargo.toml +++ b/utils/generate-bags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-voter-bags" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/utils/remote-ext-tests/bags-list/Cargo.toml b/utils/remote-ext-tests/bags-list/Cargo.toml index b9b429765022..d3999c779ef1 100644 --- a/utils/remote-ext-tests/bags-list/Cargo.toml +++ b/utils/remote-ext-tests/bags-list/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "remote-ext-tests-bags-list" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/utils/staking-miner/Cargo.toml b/utils/staking-miner/Cargo.toml index 018af7c7a1af..1d0e4f4f54a4 100644 --- a/utils/staking-miner/Cargo.toml +++ b/utils/staking-miner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "staking-miner" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] edition = "2021" diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index 700d1a3f5119..d8d93a1951ae 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "The basic XCM datastructures." edition = "2021" diff --git a/xcm/pallet-xcm-benchmarks/Cargo.toml b/xcm/pallet-xcm-benchmarks/Cargo.toml index e3e2fa88f978..f3afebcc7e80 100644 --- a/xcm/pallet-xcm-benchmarks/Cargo.toml +++ b/xcm/pallet-xcm-benchmarks/Cargo.toml @@ -2,7 +2,7 @@ name = "pallet-xcm-benchmarks" authors = ["Parity Technologies "] edition = "2021" -version = "0.9.28" +version = "0.9.29" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/xcm/pallet-xcm/Cargo.toml b/xcm/pallet-xcm/Cargo.toml index b5a977658d42..e090859dce8c 100644 --- a/xcm/pallet-xcm/Cargo.toml +++ b/xcm/pallet-xcm/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Parity Technologies "] edition = "2021" name = "pallet-xcm" -version = "0.9.28" +version = "0.9.29" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } diff --git a/xcm/procedural/Cargo.toml b/xcm/procedural/Cargo.toml index e09d5c13c49b..eb03022be5a2 100644 --- a/xcm/procedural/Cargo.toml +++ b/xcm/procedural/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Parity Technologies "] name = "xcm-procedural" -version = "0.9.28" +version = "0.9.29" edition = "2021" [lib] diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index 91c37297463d..35936e068c67 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies "] edition = "2021" name = "xcm-builder" description = "Tools & types for building with XCM and its executor." -version = "0.9.28" +version = "0.9.29" [dependencies] parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] } diff --git a/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index 8a136a57223a..493dbbd3e869 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/xcm/xcm-executor/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies "] edition = "2021" name = "xcm-executor" description = "An abstract and configurable XCM message executor." -version = "0.9.28" +version = "0.9.29" [dependencies] impl-trait-for-tuples = "0.2.2" diff --git a/xcm/xcm-executor/integration-tests/Cargo.toml b/xcm/xcm-executor/integration-tests/Cargo.toml index d81027214c64..3a7359ab94ec 100644 --- a/xcm/xcm-executor/integration-tests/Cargo.toml +++ b/xcm/xcm-executor/integration-tests/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies "] edition = "2021" name = "xcm-executor-integration-tests" description = "Integration tests for the XCM Executor" -version = "0.9.28" +version = "0.9.29" [dependencies] frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } diff --git a/xcm/xcm-simulator/Cargo.toml b/xcm/xcm-simulator/Cargo.toml index eb8c41b03954..d9edc64d5198 100644 --- a/xcm/xcm-simulator/Cargo.toml +++ b/xcm/xcm-simulator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-simulator" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "Test kit to simulate cross-chain message passing and XCM execution" edition = "2021" diff --git a/xcm/xcm-simulator/example/Cargo.toml b/xcm/xcm-simulator/example/Cargo.toml index 121e7a988d96..ed6ff1eb639f 100644 --- a/xcm/xcm-simulator/example/Cargo.toml +++ b/xcm/xcm-simulator/example/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-simulator-example" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "Examples of xcm-simulator usage." edition = "2021" diff --git a/xcm/xcm-simulator/fuzzer/Cargo.toml b/xcm/xcm-simulator/fuzzer/Cargo.toml index 22ea05f6a00d..f1f883b7c62f 100644 --- a/xcm/xcm-simulator/fuzzer/Cargo.toml +++ b/xcm/xcm-simulator/fuzzer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-simulator-fuzzer" -version = "0.9.28" +version = "0.9.29" authors = ["Parity Technologies "] description = "Examples of xcm-simulator usage." edition = "2021"