From 64df4d51d14633d4fd1b62fb78a99c4501af08d8 Mon Sep 17 00:00:00 2001 From: Mara Robin B Date: Tue, 21 Jun 2022 15:02:04 +0200 Subject: [PATCH] bump versions to 0.9.25 (#5684) * kusama: bump spec_version to 9250 * polkadot: bump spec_version to 9250 * rococo: bump spec_version to 9250 * westend: bump spec_version to 9250 * bump version to 0.9.25 * bump transaction version (polkadot & kusama) (#5690) * kusama: bump transaction_version to 12 * polkadot: bump transaction_version to 13 --- Cargo.lock | 164 +++++++++--------- 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/kusama/src/lib.rs | 4 +- runtime/metrics/Cargo.toml | 2 +- runtime/parachains/Cargo.toml | 2 +- runtime/polkadot/Cargo.toml | 2 +- runtime/polkadot/constants/Cargo.toml | 2 +- runtime/polkadot/src/lib.rs | 4 +- runtime/rococo/Cargo.toml | 2 +- runtime/rococo/constants/Cargo.toml | 2 +- runtime/rococo/src/lib.rs | 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 +- runtime/westend/src/lib.rs | 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.lock | 4 +- utils/staking-miner/Cargo.toml | 2 +- xcm/Cargo.toml | 2 +- xcm/pallet-xcm-benchmarks/Cargo.toml | 2 +- xcm/pallet-xcm/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 +- 89 files changed, 173 insertions(+), 173 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54570d47cce8..ce6e57fdd9e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3296,7 +3296,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" -version = "0.9.23" +version = "0.9.25" dependencies = [ "beefy-primitives", "bitvec", @@ -3392,7 +3392,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-support", "polkadot-primitives", @@ -5818,7 +5818,7 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-support", "frame-system", @@ -5840,7 +5840,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-benchmarking", "frame-support", @@ -6173,7 +6173,7 @@ checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94" [[package]] name = "polkadot" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_cmd", "color-eyre", @@ -6188,7 +6188,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "env_logger 0.9.0", @@ -6211,7 +6211,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "bitvec", @@ -6235,7 +6235,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "derive_more", @@ -6264,7 +6264,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "env_logger 0.9.0", @@ -6293,7 +6293,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.23" +version = "0.9.25" dependencies = [ "clap", "frame-benchmarking-cli", @@ -6318,7 +6318,7 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.23" +version = "0.9.25" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6360,7 +6360,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.23" +version = "0.9.25" dependencies = [ "always-assert", "assert_matches", @@ -6388,7 +6388,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.23" +version = "0.9.25" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6400,7 +6400,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "async-trait", @@ -6431,7 +6431,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.23" +version = "0.9.25" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6444,7 +6444,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "async-trait", @@ -6471,7 +6471,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.23" +version = "0.9.25" dependencies = [ "always-assert", "assert_matches", @@ -6497,7 +6497,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.23" +version = "0.9.25" dependencies = [ "futures", "parity-scale-codec", @@ -6516,7 +6516,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "bitvec", @@ -6554,7 +6554,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "bitvec", @@ -6582,7 +6582,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "bitvec", @@ -6608,7 +6608,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.23" +version = "0.9.25" dependencies = [ "futures", "polkadot-node-subsystem", @@ -6624,7 +6624,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "async-trait", @@ -6646,7 +6646,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.23" +version = "0.9.25" dependencies = [ "futures", "maplit", @@ -6665,7 +6665,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "futures", @@ -6686,7 +6686,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "fatality", @@ -6712,7 +6712,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.23" +version = "0.9.25" dependencies = [ "async-trait", "futures", @@ -6728,7 +6728,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.23" +version = "0.9.25" dependencies = [ "bitvec", "fatality", @@ -6749,7 +6749,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.23" +version = "0.9.25" dependencies = [ "always-assert", "assert_matches", @@ -6782,7 +6782,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "0.9.23" +version = "0.9.25" dependencies = [ "futures", "futures-timer", @@ -6805,7 +6805,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.23" +version = "0.9.25" dependencies = [ "futures", "memory-lru", @@ -6826,7 +6826,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.23" +version = "0.9.25" dependencies = [ "async-std", "lazy_static", @@ -6843,7 +6843,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_cmd", "bs58", @@ -6871,7 +6871,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.23" +version = "0.9.25" dependencies = [ "async-trait", "derive_more", @@ -6892,7 +6892,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.23" +version = "0.9.25" dependencies = [ "bounded-vec", "futures", @@ -6914,7 +6914,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.23" +version = "0.9.25" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -6923,7 +6923,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.23" +version = "0.9.25" dependencies = [ "async-trait", "futures", @@ -6941,7 +6941,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.23" +version = "0.9.25" dependencies = [ "derive_more", "futures", @@ -6959,7 +6959,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "async-trait", @@ -6999,7 +6999,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "femme", @@ -7024,7 +7024,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.23" +version = "0.9.25" dependencies = [ "derive_more", "frame-support", @@ -7040,7 +7040,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" -version = "0.9.23" +version = "0.9.25" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7054,7 +7054,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.23" +version = "0.9.25" dependencies = [ "bitvec", "frame-system", @@ -7083,7 +7083,7 @@ dependencies = [ [[package]] name = "polkadot-primitives-test-helpers" -version = "0.9.23" +version = "0.9.25" dependencies = [ "polkadot-primitives", "rand 0.8.5", @@ -7094,7 +7094,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.23" +version = "0.9.25" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7125,7 +7125,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.23" +version = "0.9.25" dependencies = [ "beefy-primitives", "bitvec", @@ -7215,7 +7215,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.23" +version = "0.9.25" dependencies = [ "beefy-primitives", "bitvec", @@ -7267,7 +7267,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-support", "polkadot-primitives", @@ -7278,7 +7278,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "0.9.23" +version = "0.9.25" dependencies = [ "bs58", "parity-scale-codec", @@ -7289,7 +7289,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "bitflags", @@ -7340,7 +7340,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "async-trait", @@ -7450,7 +7450,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.23" +version = "0.9.25" dependencies = [ "arrayvec 0.5.2", "assert_matches", @@ -7481,7 +7481,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.23" +version = "0.9.25" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7490,7 +7490,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.23" +version = "0.9.25" dependencies = [ "futures", "parity-scale-codec", @@ -7516,7 +7516,7 @@ dependencies = [ [[package]] name = "polkadot-test-malus" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "async-trait", @@ -7544,7 +7544,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.23" +version = "0.9.25" dependencies = [ "beefy-primitives", "bitvec", @@ -7609,7 +7609,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-benchmarking", "frame-system", @@ -7663,7 +7663,7 @@ dependencies = [ [[package]] name = "polkadot-voter-bags" -version = "0.9.23" +version = "0.9.25" dependencies = [ "clap", "generate-bags", @@ -8310,7 +8310,7 @@ dependencies = [ [[package]] name = "remote-ext-tests-bags-list" -version = "0.9.23" +version = "0.9.25" dependencies = [ "clap", "frame-system", @@ -8443,7 +8443,7 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.23" +version = "0.9.25" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -8533,7 +8533,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-support", "polkadot-primitives", @@ -10056,7 +10056,7 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" -version = "0.9.23" +version = "0.9.25" dependencies = [ "enumn", "parity-scale-codec", @@ -10855,7 +10855,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staking-miner" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_cmd", "clap", @@ -11257,7 +11257,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-parachain-adder" -version = "0.9.23" +version = "0.9.25" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -11270,7 +11270,7 @@ dependencies = [ [[package]] name = "test-parachain-adder-collator" -version = "0.9.23" +version = "0.9.25" dependencies = [ "clap", "futures", @@ -11296,14 +11296,14 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.9.23" +version = "0.9.25" dependencies = [ "substrate-wasm-builder", ] [[package]] name = "test-parachain-undying" -version = "0.9.23" +version = "0.9.25" dependencies = [ "dlmalloc", "log", @@ -11317,7 +11317,7 @@ dependencies = [ [[package]] name = "test-parachain-undying-collator" -version = "0.9.23" +version = "0.9.25" dependencies = [ "clap", "futures", @@ -11343,7 +11343,7 @@ dependencies = [ [[package]] name = "test-parachains" -version = "0.9.23" +version = "0.9.25" dependencies = [ "parity-scale-codec", "sp-core", @@ -11354,7 +11354,7 @@ dependencies = [ [[package]] name = "test-runtime-constants" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-support", "polkadot-primitives", @@ -11676,7 +11676,7 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "0.9.23" +version = "0.9.25" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -11686,7 +11686,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" -version = "0.9.23" +version = "0.9.25" dependencies = [ "assert_matches", "expander 0.0.6", @@ -12467,7 +12467,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.23" +version = "0.9.25" dependencies = [ "beefy-primitives", "bitvec", @@ -12558,7 +12558,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-support", "polkadot-primitives", @@ -12784,7 +12784,7 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.23" +version = "0.9.25" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -12797,7 +12797,7 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-support", "frame-system", @@ -12820,7 +12820,7 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-benchmarking", "frame-support", @@ -12837,7 +12837,7 @@ dependencies = [ [[package]] name = "xcm-executor-integration-tests" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-support", "frame-system", @@ -12867,7 +12867,7 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-support", "parity-scale-codec", @@ -12883,7 +12883,7 @@ dependencies = [ [[package]] name = "xcm-simulator-example" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-support", "frame-system", @@ -12906,7 +12906,7 @@ dependencies = [ [[package]] name = "xcm-simulator-fuzzer" -version = "0.9.23" +version = "0.9.25" dependencies = [ "frame-support", "frame-system", @@ -12965,7 +12965,7 @@ dependencies = [ [[package]] name = "zombienet-backchannel" -version = "0.9.23" +version = "0.9.25" dependencies = [ "futures-util", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 2a6a4c35fbdc..355b15dec886 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" rust-version = "1.57.0" # custom profiles diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9f487ac41036..84adac8a632c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2021" diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index b18cd827185b..901591d52f46 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-core-primitives" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 62d91c835939..9ca5efd63ad6 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/erasure-coding/fuzzer/Cargo.toml b/erasure-coding/fuzzer/Cargo.toml index 6040db0950c0..2ee47e6860e7 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index 07baf5ce56ea..dd0ba214ada7 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-client" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index 483052f2590e..f817b8b020ec 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index 74898ffaf74d..a436f51c6f5e 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index 6ffedabc9f10..bd77aaac663a 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index be69b2598655..1fa4f1ae3653 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index 54cdc47aef9b..96c4ddfd1e58 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index 966649f6472c..3e5ff2de349e 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index fdf936124f5c..f5bdf8cb41b2 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/chain-selection/Cargo.toml b/node/core/chain-selection/Cargo.toml index be2254b68573..c2a3768ddf6c 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/dispute-coordinator/Cargo.toml b/node/core/dispute-coordinator/Cargo.toml index e8a1b619f736..96f976d2eadc 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/parachains-inherent/Cargo.toml b/node/core/parachains-inherent/Cargo.toml index ffe186e2d385..5c95918e26fc 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index 43e746553bc7..bc25115499bf 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/pvf-checker/Cargo.toml b/node/core/pvf-checker/Cargo.toml index d9f70bd97234..03dba328ac23 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index 41ca788cb8f1..46f35aa498cc 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index 237b3a2fbf84..48992d5a6d12 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/gum/Cargo.toml b/node/gum/Cargo.toml index 5ce51157a841..c6c0cb933b03 100644 --- a/node/gum/Cargo.toml +++ b/node/gum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-gum" -version = "0.9.23" +version = "0.9.25" 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 a05ca2965727..115e948b91ae 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.23" +version = "0.9.25" 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 b28a8b2dc03b..6cc8cb8500e6 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-jaeger" -version = "0.9.23" +version = "0.9.25" 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 a42c8f45ec8e..b71b49852813 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" readme = "README.md" diff --git a/node/metrics/Cargo.toml b/node/metrics/Cargo.toml index a5a038e21d11..e9aa896e73e6 100644 --- a/node/metrics/Cargo.toml +++ b/node/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-metrics" -version = "0.9.23" +version = "0.9.25" 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 1cd85ea16c67..e71e8aecc125 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index beff55edb3bb..b21bac374407 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index d19404e93445..91564ae81bfd 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 5267dd5b062a..e79c72c4f575 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index 5422677d9570..f5b58becf172 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 75754d60f302..46a4f9800602 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/dispute-distribution/Cargo.toml b/node/network/dispute-distribution/Cargo.toml index d59a475b2749..58eb2e0ef5a9 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/gossip-support/Cargo.toml b/node/network/gossip-support/Cargo.toml index ad9ef5f6f2d9..9aad2213d862 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index e74bb611ae1b..a6554d048ba0 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.23" +version = "0.9.25" 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 b8279fd20650..8e997d42bd93 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.23" +version = "0.9.25" authors = ["Parity Technologies "] description = "Statement Distribution Subsystem" edition = "2021" diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index 609adbd2c412..1898c536db80 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-overseer" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index a0e058319f66..4aec75a4b4ac 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-primitives" -version = "0.9.23" +version = "0.9.25" 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 300bb8285ccb..47ef52ff2509 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 5de35f265d5e..2bb5bb541801 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.23" +version = "0.9.25" 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 282286f0c2f2..027cecb1a3c2 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.23" +version = "0.9.25" 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 9027b16ce15f..a8de4f904e6c 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" description = "Subsystem traits and message definitions" diff --git a/node/subsystem/Cargo.toml b/node/subsystem/Cargo.toml index 8e0b42c90661..c681a0fd7cf5 100644 --- a/node/subsystem/Cargo.toml +++ b/node/subsystem/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem" -version = "0.9.23" +version = "0.9.25" 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 76bbd76c2865..852510e9c3e4 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/test/performance-test/Cargo.toml b/node/test/performance-test/Cargo.toml index fd4e5a12b03b..37e6df53465c 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index c96edb64678e..9765c9c6a577 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/node/zombienet-backchannel/Cargo.toml b/node/zombienet-backchannel/Cargo.toml index 428e4d2a1a86..ab57fcbc9b7a 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" readme = "README.md" diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 9ec74deed001..eb53a106aa46 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.9.23" +version = "0.9.25" 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 6f798d077b4d..4b5492f58ca6 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachains" -version = "0.9.23" +version = "0.9.25" 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 c1fa92b5f5ce..69cf157ada89 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.23" +version = "0.9.25" 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 0d013e260a14..d3a165d14814 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.23" +version = "0.9.25" 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 79eea38d29d1..d14f1e0f4d90 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.23" +version = "0.9.25" 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 06ba5e248dbd..ef026bdce778 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.23" +version = "0.9.25" 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 19391165ca2b..923b323d75ac 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.23" +version = "0.9.25" authors = ["Parity Technologies "] description = "Collator for the undying test parachain" edition = "2021" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 9f36fa57fef5..ede9e5f21c35 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/primitives/test-helpers/Cargo.toml b/primitives/test-helpers/Cargo.toml index e03c8cb6f1bc..cf91a6c3e02b 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index de15aa7701d9..6175f9e3791b 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index d59eadf5dafc..555268fb8609 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/common/slot_range_helper/Cargo.toml b/runtime/common/slot_range_helper/Cargo.toml index 5e120e4b9a98..375dbd23c282 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 5043d47b967c..c7732645e23d 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/kusama/constants/Cargo.toml b/runtime/kusama/constants/Cargo.toml index 163ab7c27615..30227eecd6fe 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 5f8cfa5cc9d7..559255c755cf 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -115,13 +115,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 9230, + spec_version: 9250, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: version::create_apis_vec![[]], - transaction_version: 11, + transaction_version: 12, state_version: 0, }; diff --git a/runtime/metrics/Cargo.toml b/runtime/metrics/Cargo.toml index eac6e5600859..6660326a71e2 100644 --- a/runtime/metrics/Cargo.toml +++ b/runtime/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-metrics" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index 5c0ac5eb72cc..63ef2254016a 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-parachains" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index d5bf0b2b05f8..9fa4383d5456 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/polkadot/constants/Cargo.toml b/runtime/polkadot/constants/Cargo.toml index 9dfdcf85ef13..06c668f9f24a 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index d2ed4ac5dfc1..5cb94013c2fc 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -112,13 +112,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 9230, + spec_version: 9250, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: version::create_apis_vec![[]], - transaction_version: 12, + transaction_version: 13, state_version: 0, }; diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index 681aa64f0de0..ad7e8abaa1bf 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-runtime" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/rococo/constants/Cargo.toml b/runtime/rococo/constants/Cargo.toml index a79f36080cc3..947640a7c934 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 1782967ccf5b..83d97713f389 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -120,7 +120,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: 9230, + spec_version: 9250, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 9d420284052c..a685736a63e9 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.23" +version = "0.9.25" 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 862bae1becc2..cbf517b39bd4 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 50a48bdbc1c7..74b55a835b39 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" build = "build.rs" diff --git a/runtime/westend/constants/Cargo.toml b/runtime/westend/constants/Cargo.toml index a6901281329f..019955698400 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 94bb8f6e63af..b8139f77dc1d 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -105,7 +105,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 9230, + spec_version: 9250, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 78738bd4a582..ab9c48abbc8e 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/utils/generate-bags/Cargo.toml b/utils/generate-bags/Cargo.toml index 00bf4cde6360..662a4c691d09 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.23" +version = "0.9.25" 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 e11c44966ad4..12d1bfff154b 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.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/utils/staking-miner/Cargo.lock b/utils/staking-miner/Cargo.lock index c7681e7e1865..b966feddb58f 100644 --- a/utils/staking-miner/Cargo.lock +++ b/utils/staking-miner/Cargo.lock @@ -1934,7 +1934,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "polkadot-core-primitives" -version = "0.9.23" +version = "0.9.25" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -3681,7 +3681,7 @@ dependencies = [ [[package]] name = "staking-miner" -version = "0.9.23" +version = "0.9.25" dependencies = [ "anyhow", "assert_cmd", diff --git a/utils/staking-miner/Cargo.toml b/utils/staking-miner/Cargo.toml index 17a2d7b5837e..24e5231614e3 100644 --- a/utils/staking-miner/Cargo.toml +++ b/utils/staking-miner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "staking-miner" -version = "0.9.23" +version = "0.9.25" authors = ["Parity Technologies "] edition = "2021" diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index fa0b7ca1953e..5059da18067d 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm" -version = "0.9.23" +version = "0.9.25" 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 e4fe4097b40d..828f6c7cae86 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.23" +version = "0.9.25" [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 fef1b1fed98c..e03de94df2bf 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.23" +version = "0.9.25" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index d4286affd881..d5089e8ab059 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.23" +version = "0.9.25" [dependencies] parity-scale-codec = { version = "3.1.2", default-features = false, features = ["derive"] } diff --git a/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index 2b67fcda1522..ad4b7037426a 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.23" +version = "0.9.25" [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 61dc7dfa047d..d48898aae5ce 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.23" +version = "0.9.25" [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 87f6b41b30a9..722d190d921b 100644 --- a/xcm/xcm-simulator/Cargo.toml +++ b/xcm/xcm-simulator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-simulator" -version = "0.9.23" +version = "0.9.25" 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 e37b329c29af..00e33276923a 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.23" +version = "0.9.25" 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 c31235e5ab55..7815a8a53206 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.23" +version = "0.9.25" authors = ["Parity Technologies "] description = "Examples of xcm-simulator usage." edition = "2021"