From 167df325619bf137fe34bd717d6687aec01c9378 Mon Sep 17 00:00:00 2001 From: Mara Robin B Date: Fri, 11 Feb 2022 20:43:39 +0100 Subject: [PATCH] Bump version (#4904) * Bump spec_version * Bump version to 0.9.17 --- polkadot/Cargo.lock | 162 +++++++++--------- polkadot/Cargo.toml | 2 +- polkadot/cli/Cargo.toml | 2 +- polkadot/core-primitives/Cargo.toml | 2 +- polkadot/erasure-coding/Cargo.toml | 2 +- polkadot/erasure-coding/fuzzer/Cargo.toml | 2 +- polkadot/node/client/Cargo.toml | 2 +- polkadot/node/collation-generation/Cargo.toml | 2 +- polkadot/node/core/approval-voting/Cargo.toml | 2 +- polkadot/node/core/av-store/Cargo.toml | 2 +- polkadot/node/core/backing/Cargo.toml | 2 +- .../node/core/bitfield-signing/Cargo.toml | 2 +- .../node/core/candidate-validation/Cargo.toml | 2 +- polkadot/node/core/chain-api/Cargo.toml | 2 +- polkadot/node/core/chain-selection/Cargo.toml | 2 +- .../node/core/dispute-coordinator/Cargo.toml | 2 +- .../node/core/parachains-inherent/Cargo.toml | 2 +- polkadot/node/core/provisioner/Cargo.toml | 2 +- polkadot/node/core/pvf-checker/Cargo.toml | 2 +- polkadot/node/core/pvf/Cargo.toml | 2 +- polkadot/node/core/runtime-api/Cargo.toml | 2 +- polkadot/node/jaeger/Cargo.toml | 2 +- polkadot/node/malus/Cargo.toml | 2 +- polkadot/node/metered-channel/Cargo.toml | 2 +- polkadot/node/metrics/Cargo.toml | 2 +- .../network/approval-distribution/Cargo.toml | 2 +- .../availability-distribution/Cargo.toml | 2 +- .../network/availability-recovery/Cargo.toml | 2 +- .../network/bitfield-distribution/Cargo.toml | 2 +- polkadot/node/network/bridge/Cargo.toml | 2 +- .../node/network/collator-protocol/Cargo.toml | 2 +- .../network/dispute-distribution/Cargo.toml | 2 +- .../node/network/gossip-support/Cargo.toml | 2 +- polkadot/node/network/protocol/Cargo.toml | 2 +- .../network/statement-distribution/Cargo.toml | 2 +- polkadot/node/overseer/Cargo.toml | 2 +- .../node/overseer/overseer-gen/Cargo.toml | 2 +- .../overseer-gen/proc-macro/Cargo.toml | 2 +- polkadot/node/primitives/Cargo.toml | 2 +- polkadot/node/service/Cargo.toml | 2 +- .../node/subsystem-test-helpers/Cargo.toml | 2 +- polkadot/node/subsystem-types/Cargo.toml | 2 +- polkadot/node/subsystem-util/Cargo.toml | 2 +- polkadot/node/subsystem/Cargo.toml | 2 +- polkadot/node/test/client/Cargo.toml | 2 +- .../node/test/performance-test/Cargo.toml | 2 +- polkadot/node/test/service/Cargo.toml | 2 +- .../node/zombienet-backchannel/Cargo.toml | 2 +- polkadot/parachain/Cargo.toml | 2 +- polkadot/parachain/test-parachains/Cargo.toml | 2 +- .../test-parachains/adder/Cargo.toml | 2 +- .../test-parachains/adder/collator/Cargo.toml | 2 +- .../parachain/test-parachains/halt/Cargo.toml | 2 +- polkadot/primitives/Cargo.toml | 2 +- polkadot/primitives/test-helpers/Cargo.toml | 2 +- polkadot/rpc/Cargo.toml | 2 +- polkadot/runtime/common/Cargo.toml | 2 +- .../common/slot_range_helper/Cargo.toml | 2 +- polkadot/runtime/kusama/Cargo.toml | 2 +- polkadot/runtime/kusama/constants/Cargo.toml | 2 +- polkadot/runtime/kusama/src/lib.rs | 2 +- polkadot/runtime/metrics/Cargo.toml | 2 +- polkadot/runtime/parachains/Cargo.toml | 2 +- polkadot/runtime/polkadot/Cargo.toml | 2 +- .../runtime/polkadot/constants/Cargo.toml | 2 +- polkadot/runtime/polkadot/src/lib.rs | 2 +- polkadot/runtime/rococo/Cargo.toml | 2 +- polkadot/runtime/rococo/constants/Cargo.toml | 2 +- polkadot/runtime/test-runtime/Cargo.toml | 2 +- .../runtime/test-runtime/constants/Cargo.toml | 2 +- polkadot/runtime/westend/Cargo.toml | 2 +- polkadot/runtime/westend/constants/Cargo.toml | 2 +- polkadot/runtime/westend/src/lib.rs | 2 +- polkadot/statement-table/Cargo.toml | 2 +- polkadot/utils/generate-bags/Cargo.toml | 2 +- .../remote-ext-tests/bags-list/Cargo.toml | 14 +- polkadot/utils/staking-miner/Cargo.toml | 2 +- polkadot/xcm/Cargo.toml | 2 +- polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml | 2 +- polkadot/xcm/pallet-xcm/Cargo.toml | 2 +- polkadot/xcm/xcm-builder/Cargo.toml | 2 +- polkadot/xcm/xcm-executor/Cargo.toml | 2 +- .../xcm-executor/integration-tests/Cargo.toml | 2 +- polkadot/xcm/xcm-simulator/Cargo.toml | 2 +- polkadot/xcm/xcm-simulator/example/Cargo.toml | 2 +- polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml | 2 +- 86 files changed, 172 insertions(+), 172 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 05a2d607b4..13c4289d20 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -3226,7 +3226,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.16" +version = "0.9.17" dependencies = [ "beefy-primitives", "bitvec", @@ -3318,7 +3318,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-support", "polkadot-primitives", @@ -4200,7 +4200,7 @@ dependencies = [ [[package]] name = "metered-channel" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "derive_more", @@ -5583,7 +5583,7 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-support", "frame-system", @@ -5605,7 +5605,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-benchmarking", "frame-support", @@ -5976,7 +5976,7 @@ checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94" [[package]] name = "polkadot" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_cmd", "color-eyre", @@ -5991,7 +5991,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "env_logger 0.9.0", @@ -6011,7 +6011,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "bitvec", @@ -6032,7 +6032,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "derive_more", @@ -6060,7 +6060,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "env_logger 0.9.0", @@ -6088,7 +6088,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.16" +version = "0.9.17" dependencies = [ "clap", "frame-benchmarking-cli", @@ -6110,7 +6110,7 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.16" +version = "0.9.17" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6142,7 +6142,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.16" +version = "0.9.17" dependencies = [ "always-assert", "assert_matches", @@ -6170,7 +6170,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.16" +version = "0.9.17" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6182,7 +6182,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "async-trait", @@ -6212,7 +6212,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.16" +version = "0.9.17" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6225,7 +6225,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "async-trait", @@ -6251,7 +6251,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "async-trait", @@ -6275,7 +6275,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.16" +version = "0.9.17" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -6294,7 +6294,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "bitvec", @@ -6331,7 +6331,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "bitvec", @@ -6359,7 +6359,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "bitvec", @@ -6384,7 +6384,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.16" +version = "0.9.17" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -6400,7 +6400,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "async-trait", @@ -6422,7 +6422,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.16" +version = "0.9.17" dependencies = [ "futures 0.3.21", "maplit", @@ -6441,7 +6441,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "futures 0.3.21", @@ -6462,7 +6462,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "futures 0.3.21", @@ -6486,7 +6486,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.16" +version = "0.9.17" dependencies = [ "async-trait", "futures 0.3.21", @@ -6502,7 +6502,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.16" +version = "0.9.17" dependencies = [ "bitvec", "futures 0.3.21", @@ -6522,7 +6522,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.16" +version = "0.9.17" dependencies = [ "always-assert", "assert_matches", @@ -6555,7 +6555,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "0.9.16" +version = "0.9.17" dependencies = [ "futures 0.3.21", "futures-timer", @@ -6578,7 +6578,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.16" +version = "0.9.17" dependencies = [ "futures 0.3.21", "memory-lru", @@ -6599,7 +6599,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.16" +version = "0.9.17" dependencies = [ "async-std", "lazy_static", @@ -6616,7 +6616,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_cmd", "bs58", @@ -6644,7 +6644,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.16" +version = "0.9.17" dependencies = [ "async-trait", "derive_more", @@ -6661,7 +6661,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.16" +version = "0.9.17" dependencies = [ "bounded-vec", "futures 0.3.21", @@ -6683,7 +6683,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.16" +version = "0.9.17" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -6692,7 +6692,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.16" +version = "0.9.17" dependencies = [ "async-trait", "futures 0.3.21", @@ -6710,7 +6710,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.16" +version = "0.9.17" dependencies = [ "derive_more", "futures 0.3.21", @@ -6728,7 +6728,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "async-trait", @@ -6761,7 +6761,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "femme", @@ -6786,7 +6786,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" -version = "0.9.16" +version = "0.9.17" dependencies = [ "async-trait", "futures 0.3.21", @@ -6803,7 +6803,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "proc-macro-crate 1.1.0", @@ -6814,7 +6814,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.16" +version = "0.9.17" dependencies = [ "derive_more", "frame-support", @@ -6830,7 +6830,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" -version = "0.9.16" +version = "0.9.17" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -6844,7 +6844,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.16" +version = "0.9.17" dependencies = [ "bitvec", "frame-system", @@ -6873,7 +6873,7 @@ dependencies = [ [[package]] name = "polkadot-primitives-test-helpers" -version = "0.9.16" +version = "0.9.17" dependencies = [ "polkadot-primitives", "sp-application-crypto", @@ -6883,7 +6883,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.16" +version = "0.9.17" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -6913,7 +6913,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.16" +version = "0.9.17" dependencies = [ "beefy-primitives", "bitvec", @@ -7002,7 +7002,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.16" +version = "0.9.17" dependencies = [ "beefy-primitives", "bitvec", @@ -7054,7 +7054,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-support", "polkadot-primitives", @@ -7065,7 +7065,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "0.9.16" +version = "0.9.17" dependencies = [ "bs58", "parity-scale-codec", @@ -7076,7 +7076,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "bitflags", @@ -7126,7 +7126,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "async-trait", @@ -7233,7 +7233,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.16" +version = "0.9.17" dependencies = [ "arrayvec 0.5.2", "assert_matches", @@ -7263,7 +7263,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.16" +version = "0.9.17" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7272,7 +7272,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.16" +version = "0.9.17" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -7298,7 +7298,7 @@ dependencies = [ [[package]] name = "polkadot-test-malus" -version = "0.9.16" +version = "0.9.17" dependencies = [ "assert_matches", "async-trait", @@ -7325,7 +7325,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.16" +version = "0.9.17" dependencies = [ "beefy-primitives", "bitvec", @@ -7391,7 +7391,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-benchmarking", "frame-system", @@ -7446,7 +7446,7 @@ dependencies = [ [[package]] name = "polkadot-voter-bags" -version = "0.9.16" +version = "0.9.17" dependencies = [ "clap", "generate-bags", @@ -7962,7 +7962,7 @@ dependencies = [ [[package]] name = "remote-ext-tests-bags-list" -version = "0.9.16" +version = "0.9.17" dependencies = [ "clap", "frame-system", @@ -8084,7 +8084,7 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.16" +version = "0.9.17" dependencies = [ "beefy-primitives", "bp-messages", @@ -8158,7 +8158,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-support", "polkadot-primitives", @@ -9578,7 +9578,7 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" -version = "0.9.16" +version = "0.9.17" dependencies = [ "enumn", "parity-scale-codec", @@ -10368,7 +10368,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staking-miner" -version = "0.9.16" +version = "0.9.17" dependencies = [ "clap", "env_logger 0.9.0", @@ -10674,7 +10674,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-parachain-adder" -version = "0.9.16" +version = "0.9.17" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -10687,7 +10687,7 @@ dependencies = [ [[package]] name = "test-parachain-adder-collator" -version = "0.9.16" +version = "0.9.17" dependencies = [ "clap", "futures 0.3.21", @@ -10713,14 +10713,14 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.9.16" +version = "0.9.17" dependencies = [ "substrate-wasm-builder", ] [[package]] name = "test-parachains" -version = "0.9.16" +version = "0.9.17" dependencies = [ "parity-scale-codec", "sp-core", @@ -10731,7 +10731,7 @@ dependencies = [ [[package]] name = "test-runtime-constants" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-support", "polkadot-primitives", @@ -11792,7 +11792,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.16" +version = "0.9.17" dependencies = [ "beefy-primitives", "bitvec", @@ -11881,7 +11881,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-support", "polkadot-primitives", @@ -12040,7 +12040,7 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.16" +version = "0.9.17" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -12052,7 +12052,7 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-support", "frame-system", @@ -12075,7 +12075,7 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-benchmarking", "frame-support", @@ -12092,7 +12092,7 @@ dependencies = [ [[package]] name = "xcm-executor-integration-tests" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-support", "frame-system", @@ -12122,7 +12122,7 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-support", "parity-scale-codec", @@ -12138,7 +12138,7 @@ dependencies = [ [[package]] name = "xcm-simulator-example" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-support", "frame-system", @@ -12161,7 +12161,7 @@ dependencies = [ [[package]] name = "xcm-simulator-fuzzer" -version = "0.9.16" +version = "0.9.17" dependencies = [ "frame-support", "frame-system", @@ -12220,7 +12220,7 @@ dependencies = [ [[package]] name = "zombienet-backchannel" -version = "0.9.16" +version = "0.9.17" dependencies = [ "futures-util", "lazy_static", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 016077132c..9fe7df4c1a 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/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.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" rust-version = "1.57.0" # custom profiles diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index d084ba6649..231a5f4f53 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/polkadot/core-primitives/Cargo.toml b/polkadot/core-primitives/Cargo.toml index 8b683c321c..bb7c809c65 100644 --- a/polkadot/core-primitives/Cargo.toml +++ b/polkadot/core-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-core-primitives" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index f0a725105a..cd5853df50 100644 --- a/polkadot/erasure-coding/Cargo.toml +++ b/polkadot/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/erasure-coding/fuzzer/Cargo.toml b/polkadot/erasure-coding/fuzzer/Cargo.toml index 580080d2d7..13812ab76b 100644 --- a/polkadot/erasure-coding/fuzzer/Cargo.toml +++ b/polkadot/erasure-coding/fuzzer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erasure_coding_fuzzer" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/client/Cargo.toml b/polkadot/node/client/Cargo.toml index 0e382e8b59..3ebd65de8a 100644 --- a/polkadot/node/client/Cargo.toml +++ b/polkadot/node/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-client" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/collation-generation/Cargo.toml b/polkadot/node/collation-generation/Cargo.toml index 01ef3ff4ca..1f646992fc 100644 --- a/polkadot/node/collation-generation/Cargo.toml +++ b/polkadot/node/collation-generation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-collation-generation" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/approval-voting/Cargo.toml b/polkadot/node/core/approval-voting/Cargo.toml index 403afcc431..c014af0dc7 100644 --- a/polkadot/node/core/approval-voting/Cargo.toml +++ b/polkadot/node/core/approval-voting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-approval-voting" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/av-store/Cargo.toml b/polkadot/node/core/av-store/Cargo.toml index ad430486f7..ce2108eb1c 100644 --- a/polkadot/node/core/av-store/Cargo.toml +++ b/polkadot/node/core/av-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-av-store" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/backing/Cargo.toml b/polkadot/node/core/backing/Cargo.toml index 8585a193dc..7120ebca51 100644 --- a/polkadot/node/core/backing/Cargo.toml +++ b/polkadot/node/core/backing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-backing" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/bitfield-signing/Cargo.toml b/polkadot/node/core/bitfield-signing/Cargo.toml index b4f000b115..829f3fc95e 100644 --- a/polkadot/node/core/bitfield-signing/Cargo.toml +++ b/polkadot/node/core/bitfield-signing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-bitfield-signing" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/candidate-validation/Cargo.toml b/polkadot/node/core/candidate-validation/Cargo.toml index 50668b098e..ddd7201bb9 100644 --- a/polkadot/node/core/candidate-validation/Cargo.toml +++ b/polkadot/node/core/candidate-validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-candidate-validation" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/chain-api/Cargo.toml b/polkadot/node/core/chain-api/Cargo.toml index 1d38289272..95cb605f06 100644 --- a/polkadot/node/core/chain-api/Cargo.toml +++ b/polkadot/node/core/chain-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-chain-api" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/chain-selection/Cargo.toml b/polkadot/node/core/chain-selection/Cargo.toml index ad541da9a4..675627a469 100644 --- a/polkadot/node/core/chain-selection/Cargo.toml +++ b/polkadot/node/core/chain-selection/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-chain-selection" description = "Chain Selection Subsystem" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/dispute-coordinator/Cargo.toml b/polkadot/node/core/dispute-coordinator/Cargo.toml index 746d160d03..11f162b119 100644 --- a/polkadot/node/core/dispute-coordinator/Cargo.toml +++ b/polkadot/node/core/dispute-coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/parachains-inherent/Cargo.toml b/polkadot/node/core/parachains-inherent/Cargo.toml index f72e37c216..a62dc157e9 100644 --- a/polkadot/node/core/parachains-inherent/Cargo.toml +++ b/polkadot/node/core/parachains-inherent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-parachains-inherent" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/provisioner/Cargo.toml b/polkadot/node/core/provisioner/Cargo.toml index ed771185b5..130382d36e 100644 --- a/polkadot/node/core/provisioner/Cargo.toml +++ b/polkadot/node/core/provisioner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-provisioner" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/pvf-checker/Cargo.toml b/polkadot/node/core/pvf-checker/Cargo.toml index 21b6f6712b..fbfa81b3db 100644 --- a/polkadot/node/core/pvf-checker/Cargo.toml +++ b/polkadot/node/core/pvf-checker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-pvf-checker" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/pvf/Cargo.toml b/polkadot/node/core/pvf/Cargo.toml index b00b8658e5..c0913982f1 100644 --- a/polkadot/node/core/pvf/Cargo.toml +++ b/polkadot/node/core/pvf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-pvf" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/runtime-api/Cargo.toml b/polkadot/node/core/runtime-api/Cargo.toml index 2e6efb4894..397b40d0b2 100644 --- a/polkadot/node/core/runtime-api/Cargo.toml +++ b/polkadot/node/core/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-runtime-api" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/jaeger/Cargo.toml b/polkadot/node/jaeger/Cargo.toml index 0ef1a9a143..d7a16098c1 100644 --- a/polkadot/node/jaeger/Cargo.toml +++ b/polkadot/node/jaeger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-jaeger" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" description = "Polkadot Jaeger primitives" diff --git a/polkadot/node/malus/Cargo.toml b/polkadot/node/malus/Cargo.toml index 33b77b3550..508c851669 100644 --- a/polkadot/node/malus/Cargo.toml +++ b/polkadot/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.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" readme = "README.md" diff --git a/polkadot/node/metered-channel/Cargo.toml b/polkadot/node/metered-channel/Cargo.toml index 661149c3a6..39b1325d3b 100644 --- a/polkadot/node/metered-channel/Cargo.toml +++ b/polkadot/node/metered-channel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metered-channel" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" description = "Channels with attached Meters" diff --git a/polkadot/node/metrics/Cargo.toml b/polkadot/node/metrics/Cargo.toml index 60cc09451f..2061d8b78f 100644 --- a/polkadot/node/metrics/Cargo.toml +++ b/polkadot/node/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-metrics" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" description = "Subsystem metric helpers" diff --git a/polkadot/node/network/approval-distribution/Cargo.toml b/polkadot/node/network/approval-distribution/Cargo.toml index f5f5ebfe6d..c53cb6c3d6 100644 --- a/polkadot/node/network/approval-distribution/Cargo.toml +++ b/polkadot/node/network/approval-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-approval-distribution" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/availability-distribution/Cargo.toml b/polkadot/node/network/availability-distribution/Cargo.toml index d1614aa541..312f1f3fb5 100644 --- a/polkadot/node/network/availability-distribution/Cargo.toml +++ b/polkadot/node/network/availability-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-availability-distribution" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/availability-recovery/Cargo.toml b/polkadot/node/network/availability-recovery/Cargo.toml index df6691b466..338621c347 100644 --- a/polkadot/node/network/availability-recovery/Cargo.toml +++ b/polkadot/node/network/availability-recovery/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-availability-recovery" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/bitfield-distribution/Cargo.toml b/polkadot/node/network/bitfield-distribution/Cargo.toml index c126f498da..2f4b4d7bf7 100644 --- a/polkadot/node/network/bitfield-distribution/Cargo.toml +++ b/polkadot/node/network/bitfield-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-availability-bitfield-distribution" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/bridge/Cargo.toml b/polkadot/node/network/bridge/Cargo.toml index 6570fd38ee..37fbf65e55 100644 --- a/polkadot/node/network/bridge/Cargo.toml +++ b/polkadot/node/network/bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network-bridge" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/collator-protocol/Cargo.toml b/polkadot/node/network/collator-protocol/Cargo.toml index f385d71431..5c39051b67 100644 --- a/polkadot/node/network/collator-protocol/Cargo.toml +++ b/polkadot/node/network/collator-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator-protocol" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/dispute-distribution/Cargo.toml b/polkadot/node/network/dispute-distribution/Cargo.toml index 5a504437c8..69240c1399 100644 --- a/polkadot/node/network/dispute-distribution/Cargo.toml +++ b/polkadot/node/network/dispute-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-dispute-distribution" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/gossip-support/Cargo.toml b/polkadot/node/network/gossip-support/Cargo.toml index 0e7693fc37..46199f9383 100644 --- a/polkadot/node/network/gossip-support/Cargo.toml +++ b/polkadot/node/network/gossip-support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-gossip-support" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/protocol/Cargo.toml b/polkadot/node/network/protocol/Cargo.toml index 32dfb046f1..a1bc6ac1f2 100644 --- a/polkadot/node/network/protocol/Cargo.toml +++ b/polkadot/node/network/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-network-protocol" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" description = "Primitives types for the Node-side" diff --git a/polkadot/node/network/statement-distribution/Cargo.toml b/polkadot/node/network/statement-distribution/Cargo.toml index 5366eecf0d..fc7b80ac4b 100644 --- a/polkadot/node/network/statement-distribution/Cargo.toml +++ b/polkadot/node/network/statement-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-distribution" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] description = "Statement Distribution Subsystem" edition = "2018" diff --git a/polkadot/node/overseer/Cargo.toml b/polkadot/node/overseer/Cargo.toml index ad70c6c342..53b4d7b024 100644 --- a/polkadot/node/overseer/Cargo.toml +++ b/polkadot/node/overseer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-overseer" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/overseer/overseer-gen/Cargo.toml b/polkadot/node/overseer/overseer-gen/Cargo.toml index 543e984fea..916fb9477b 100644 --- a/polkadot/node/overseer/overseer-gen/Cargo.toml +++ b/polkadot/node/overseer/overseer-gen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-overseer-gen" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" description = "Generate an overseer including builder pattern and message wrapper from a single struct." diff --git a/polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml b/polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml index fc1a796854..689b96131d 100644 --- a/polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml +++ b/polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-overseer-gen-proc-macro" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" description = "Generate an overseer including builder pattern and message wrapper from a single annotated struct definition." diff --git a/polkadot/node/primitives/Cargo.toml b/polkadot/node/primitives/Cargo.toml index 3d06f789af..96af76f07c 100644 --- a/polkadot/node/primitives/Cargo.toml +++ b/polkadot/node/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-primitives" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" description = "Primitives types for the Node-side" diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 784c98d638..7dd432e5a5 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/subsystem-test-helpers/Cargo.toml b/polkadot/node/subsystem-test-helpers/Cargo.toml index 386c208e2d..5a5408bc59 100644 --- a/polkadot/node/subsystem-test-helpers/Cargo.toml +++ b/polkadot/node/subsystem-test-helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" description = "Subsystem traits and message definitions" diff --git a/polkadot/node/subsystem-types/Cargo.toml b/polkadot/node/subsystem-types/Cargo.toml index b97f23a3e1..ed07ed1e68 100644 --- a/polkadot/node/subsystem-types/Cargo.toml +++ b/polkadot/node/subsystem-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem-types" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" description = "Subsystem traits and message definitions" diff --git a/polkadot/node/subsystem-util/Cargo.toml b/polkadot/node/subsystem-util/Cargo.toml index 4081e051ae..ddd79128eb 100644 --- a/polkadot/node/subsystem-util/Cargo.toml +++ b/polkadot/node/subsystem-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem-util" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" description = "Subsystem traits and message definitions" diff --git a/polkadot/node/subsystem/Cargo.toml b/polkadot/node/subsystem/Cargo.toml index 5fb2ba14e6..1dc1e208b8 100644 --- a/polkadot/node/subsystem/Cargo.toml +++ b/polkadot/node/subsystem/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" description = "Subsystem traits and message definitions and the generated overseer" diff --git a/polkadot/node/test/client/Cargo.toml b/polkadot/node/test/client/Cargo.toml index 7d1f513383..e8f404ed87 100644 --- a/polkadot/node/test/client/Cargo.toml +++ b/polkadot/node/test/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-client" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/test/performance-test/Cargo.toml b/polkadot/node/test/performance-test/Cargo.toml index a6c5064bcf..bd5a5be241 100644 --- a/polkadot/node/test/performance-test/Cargo.toml +++ b/polkadot/node/test/performance-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-performance-test" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index 9556b41575..b5d9b7f768 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-service" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/zombienet-backchannel/Cargo.toml b/polkadot/node/zombienet-backchannel/Cargo.toml index cc8d73672c..1d2b0bf347 100644 --- a/polkadot/node/zombienet-backchannel/Cargo.toml +++ b/polkadot/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.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2021" readme = "README.md" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index d9cf8fac7e..1cf1801f4a 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/polkadot/parachain/test-parachains/Cargo.toml b/polkadot/parachain/test-parachains/Cargo.toml index 36a9236796..fc769e898d 100644 --- a/polkadot/parachain/test-parachains/Cargo.toml +++ b/polkadot/parachain/test-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachains" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] description = "Integration tests using the test-parachains" edition = "2018" diff --git a/polkadot/parachain/test-parachains/adder/Cargo.toml b/polkadot/parachain/test-parachains/adder/Cargo.toml index 872a8c6dd5..781c278935 100644 --- a/polkadot/parachain/test-parachains/adder/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml index cb4d066e99..8b7f3bd216 100644 --- a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder-collator" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] description = "Collator for the adder test parachain" edition = "2018" diff --git a/polkadot/parachain/test-parachains/halt/Cargo.toml b/polkadot/parachain/test-parachains/halt/Cargo.toml index 80db7b78de..a79f1773c7 100644 --- a/polkadot/parachain/test-parachains/halt/Cargo.toml +++ b/polkadot/parachain/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-halt" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index c750a0774a..faf41737c0 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/primitives/test-helpers/Cargo.toml b/polkadot/primitives/test-helpers/Cargo.toml index 27eb8eb8b0..61005169a8 100644 --- a/polkadot/primitives/test-helpers/Cargo.toml +++ b/polkadot/primitives/test-helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives-test-helpers" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2021" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 5496ee8126..28ca97b496 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index 2ff396983c..8fea9b5f23 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/slot_range_helper/Cargo.toml b/polkadot/runtime/common/slot_range_helper/Cargo.toml index e36cb78fe2..d728f7f7b1 100644 --- a/polkadot/runtime/common/slot_range_helper/Cargo.toml +++ b/polkadot/runtime/common/slot_range_helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slot-range-helper" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index 353142190a..bc5c148127 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/kusama/constants/Cargo.toml b/polkadot/runtime/kusama/constants/Cargo.toml index f0a6023ebf..9abee6da57 100644 --- a/polkadot/runtime/kusama/constants/Cargo.toml +++ b/polkadot/runtime/kusama/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime-constants" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2021" diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 249b43f778..7fa952e545 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 9160, + spec_version: 9170, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/polkadot/runtime/metrics/Cargo.toml b/polkadot/runtime/metrics/Cargo.toml index 97bf343aff..14aefaa262 100644 --- a/polkadot/runtime/metrics/Cargo.toml +++ b/polkadot/runtime/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-metrics" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 977df4c3ef..44570dc805 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-parachains" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index 52eb58cb06..b51511ed90 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/polkadot/constants/Cargo.toml b/polkadot/runtime/polkadot/constants/Cargo.toml index f63232a356..4ae6e5bd31 100644 --- a/polkadot/runtime/polkadot/constants/Cargo.toml +++ b/polkadot/runtime/polkadot/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-constants" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2021" diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 09d74520ed..507a072a4c 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -114,7 +114,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 9160, + spec_version: 9170, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index ff5155b7e2..17f6a16eba 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-runtime" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/rococo/constants/Cargo.toml b/polkadot/runtime/rococo/constants/Cargo.toml index 3851b6d6c8..83ae2b510a 100644 --- a/polkadot/runtime/rococo/constants/Cargo.toml +++ b/polkadot/runtime/rococo/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-runtime-constants" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2021" diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 4611388bf2..2354375790 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-runtime" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/test-runtime/constants/Cargo.toml b/polkadot/runtime/test-runtime/constants/Cargo.toml index 5bfac0d79f..637a189d9f 100644 --- a/polkadot/runtime/test-runtime/constants/Cargo.toml +++ b/polkadot/runtime/test-runtime/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-runtime-constants" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2021" diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 3bd6a73b43..4bd1ca0b6c 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/constants/Cargo.toml b/polkadot/runtime/westend/constants/Cargo.toml index e401f22a36..860d5be2e2 100644 --- a/polkadot/runtime/westend/constants/Cargo.toml +++ b/polkadot/runtime/westend/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime-constants" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2021" diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index eb5af15c4a..99644576dc 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -111,7 +111,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 9160, + spec_version: 9170, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index 8892e4a2fb..d4f9590877 100644 --- a/polkadot/statement-table/Cargo.toml +++ b/polkadot/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/utils/generate-bags/Cargo.toml b/polkadot/utils/generate-bags/Cargo.toml index 3561712340..4cb2d82e30 100644 --- a/polkadot/utils/generate-bags/Cargo.toml +++ b/polkadot/utils/generate-bags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-voter-bags" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml b/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml index fbc42a30c7..7af6644ed0 100644 --- a/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml +++ b/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "remote-ext-tests-bags-list" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" [dependencies] -polkadot-runtime = { version = "0.9.16", path = "../../../runtime/polkadot" } -kusama-runtime = { version = "0.9.16", path = "../../../runtime/kusama" } -westend-runtime = { version = "0.9.16", path = "../../../runtime/westend" } -polkadot-runtime-constants = { version = "0.9.16", path = "../../../runtime/polkadot/constants" } -kusama-runtime-constants = { version = "0.9.16", path = "../../../runtime/kusama/constants" } -westend-runtime-constants = { version = "0.9.16", path = "../../../runtime/westend/constants" } +polkadot-runtime = { version = "0.9.17", path = "../../../runtime/polkadot" } +kusama-runtime = { version = "0.9.17", path = "../../../runtime/kusama" } +westend-runtime = { version = "0.9.17", path = "../../../runtime/westend" } +polkadot-runtime-constants = { version = "0.9.17", path = "../../../runtime/polkadot/constants" } +kusama-runtime-constants = { version = "0.9.17", path = "../../../runtime/kusama/constants" } +westend-runtime-constants = { version = "0.9.17", path = "../../../runtime/westend/constants" } pallet-bags-list-remote-tests = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/polkadot/utils/staking-miner/Cargo.toml b/polkadot/utils/staking-miner/Cargo.toml index 5f7a8026dd..c4486e0307 100644 --- a/polkadot/utils/staking-miner/Cargo.toml +++ b/polkadot/utils/staking-miner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "staking-miner" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/xcm/Cargo.toml b/polkadot/xcm/Cargo.toml index 14cd4e172d..560df741b1 100644 --- a/polkadot/xcm/Cargo.toml +++ b/polkadot/xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] description = "The basic XCM datastructures." edition = "2018" diff --git a/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml b/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml index d59714aad0..0cc3c4bb02 100644 --- a/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml +++ b/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml @@ -2,7 +2,7 @@ name = "pallet-xcm-benchmarks" authors = ["Parity Technologies "] edition = "2018" -version = "0.9.16" +version = "0.9.17" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/polkadot/xcm/pallet-xcm/Cargo.toml b/polkadot/xcm/pallet-xcm/Cargo.toml index 06ace94bbf..b497f3a10f 100644 --- a/polkadot/xcm/pallet-xcm/Cargo.toml +++ b/polkadot/xcm/pallet-xcm/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Parity Technologies "] edition = "2018" name = "pallet-xcm" -version = "0.9.16" +version = "0.9.17" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } diff --git a/polkadot/xcm/xcm-builder/Cargo.toml b/polkadot/xcm/xcm-builder/Cargo.toml index 9cda2e4b0f..36be7d2e41 100644 --- a/polkadot/xcm/xcm-builder/Cargo.toml +++ b/polkadot/xcm/xcm-builder/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies "] edition = "2018" name = "xcm-builder" description = "Tools & types for building with XCM and its executor." -version = "0.9.16" +version = "0.9.17" [dependencies] parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } diff --git a/polkadot/xcm/xcm-executor/Cargo.toml b/polkadot/xcm/xcm-executor/Cargo.toml index 60811ea970..ac4f1fea51 100644 --- a/polkadot/xcm/xcm-executor/Cargo.toml +++ b/polkadot/xcm/xcm-executor/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies "] edition = "2018" name = "xcm-executor" description = "An abstract and configurable XCM message executor." -version = "0.9.16" +version = "0.9.17" [dependencies] impl-trait-for-tuples = "0.2.2" diff --git a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml index 221101017f..89ad1713ab 100644 --- a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml +++ b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies "] edition = "2018" name = "xcm-executor-integration-tests" description = "Integration tests for the XCM Executor" -version = "0.9.16" +version = "0.9.17" [dependencies] frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } diff --git a/polkadot/xcm/xcm-simulator/Cargo.toml b/polkadot/xcm/xcm-simulator/Cargo.toml index deb3ea6417..e3904603b9 100644 --- a/polkadot/xcm/xcm-simulator/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-simulator" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] description = "Test kit to simulate cross-chain message passing and XCM execution" edition = "2018" diff --git a/polkadot/xcm/xcm-simulator/example/Cargo.toml b/polkadot/xcm/xcm-simulator/example/Cargo.toml index 64a156849a..e4348c838d 100644 --- a/polkadot/xcm/xcm-simulator/example/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/example/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-simulator-example" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] description = "Examples of xcm-simulator usage." edition = "2018" diff --git a/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml b/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml index 59962ca678..c6b0552d07 100644 --- a/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-simulator-fuzzer" -version = "0.9.16" +version = "0.9.17" authors = ["Parity Technologies "] description = "Examples of xcm-simulator usage." edition = "2018"