From 72eab56e88656f984c322d99018266f8ab29e56e Mon Sep 17 00:00:00 2001 From: Martin Pugh Date: Thu, 30 Sep 2021 14:44:19 +0200 Subject: [PATCH] Bump version, tx_version and spec_version in prep for v0.9.11 (#3970) * bump version and spec_version * bump transaction version * Bump of the default value in CI * bump tx version for westend and kusama Co-authored-by: Wilfried Kopp --- .../extrinsic-ordering-check-from-bin.yml | 2 +- polkadot/Cargo.lock | 144 +++++++++--------- 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 +- .../core/dispute-participation/Cargo.toml | 2 +- .../node/core/parachains-inherent/Cargo.toml | 2 +- polkadot/node/core/provisioner/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 +- .../test/polkadot-simnet/common/Cargo.toml | 2 +- .../node/test/polkadot-simnet/node/Cargo.toml | 2 +- .../node/test/polkadot-simnet/test/Cargo.toml | 2 +- polkadot/node/test/service/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/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/src/lib.rs | 4 +- polkadot/runtime/parachains/Cargo.toml | 2 +- polkadot/runtime/polkadot/Cargo.toml | 2 +- polkadot/runtime/polkadot/src/lib.rs | 4 +- polkadot/runtime/rococo/Cargo.toml | 2 +- polkadot/runtime/test-runtime/Cargo.toml | 2 +- polkadot/runtime/westend/Cargo.toml | 2 +- polkadot/runtime/westend/src/lib.rs | 4 +- polkadot/statement-table/Cargo.toml | 2 +- .../remote-ext-tests/bags-list/Cargo.toml | 2 +- polkadot/utils/staking-miner/Cargo.toml | 2 +- polkadot/xcm/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 +- 78 files changed, 152 insertions(+), 152 deletions(-) diff --git a/polkadot/.github/workflows/extrinsic-ordering-check-from-bin.yml b/polkadot/.github/workflows/extrinsic-ordering-check-from-bin.yml index fa70a3071c..0d2ffc6f2b 100644 --- a/polkadot/.github/workflows/extrinsic-ordering-check-from-bin.yml +++ b/polkadot/.github/workflows/extrinsic-ordering-check-from-bin.yml @@ -10,7 +10,7 @@ on: required: true binary_url: description: A url to a Linux binary for the node containing the runtime to test - default: https://releases.parity.io/polkadot/x86_64-debian:stretch/v0.9.9-rc1/polkadot + default: https://releases.parity.io/polkadot/x86_64-debian:stretch/v0.9.10/polkadot required: true chain: description: The name of the chain under test. Usually, you would pass a local chain diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 538a9e3f9c..f612e699ab 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -3125,7 +3125,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.9" +version = "0.9.11" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -4118,7 +4118,7 @@ dependencies = [ [[package]] name = "metered-channel" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "derive_more", @@ -5410,7 +5410,7 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.9" +version = "0.9.11" dependencies = [ "frame-support", "frame-system", @@ -5808,7 +5808,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_cmd", "color-eyre", @@ -5820,7 +5820,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "env_logger 0.9.0", @@ -5840,7 +5840,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "bitvec 0.20.1", @@ -5861,7 +5861,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "derive_more", @@ -5888,7 +5888,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "env_logger 0.9.0", @@ -5915,7 +5915,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.9" +version = "0.9.11" dependencies = [ "frame-benchmarking-cli", "futures 0.3.17", @@ -5934,7 +5934,7 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.9" +version = "0.9.11" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -5966,7 +5966,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.9" +version = "0.9.11" dependencies = [ "always-assert", "assert_matches", @@ -5993,7 +5993,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.9" +version = "0.9.11" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6005,7 +6005,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "async-trait", @@ -6034,7 +6034,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.9" +version = "0.9.11" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6047,7 +6047,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "async-trait", @@ -6073,7 +6073,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "async-trait", @@ -6096,7 +6096,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.9" +version = "0.9.11" dependencies = [ "futures 0.3.17", "parity-scale-codec", @@ -6114,7 +6114,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "bitvec 0.20.1", @@ -6150,7 +6150,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "bitvec 0.20.1", @@ -6177,7 +6177,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "bitvec 0.20.1", @@ -6201,7 +6201,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.9" +version = "0.9.11" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6216,7 +6216,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "async-trait", @@ -6237,7 +6237,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.9" +version = "0.9.11" dependencies = [ "futures 0.3.17", "maplit", @@ -6256,7 +6256,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "futures 0.3.17", @@ -6277,7 +6277,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "bitvec 0.20.1", @@ -6301,7 +6301,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-participation" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "futures 0.3.17", @@ -6317,7 +6317,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.9" +version = "0.9.11" dependencies = [ "async-trait", "futures 0.3.17", @@ -6333,7 +6333,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.9" +version = "0.9.11" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6350,7 +6350,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.9" +version = "0.9.11" dependencies = [ "always-assert", "assert_matches", @@ -6384,7 +6384,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.9" +version = "0.9.11" dependencies = [ "futures 0.3.17", "memory-lru", @@ -6403,7 +6403,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.9" +version = "0.9.11" dependencies = [ "async-std", "lazy_static", @@ -6420,7 +6420,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.9" +version = "0.9.11" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6430,7 +6430,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.9" +version = "0.9.11" dependencies = [ "async-trait", "derive_more", @@ -6447,7 +6447,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.9" +version = "0.9.11" dependencies = [ "bounded-vec", "futures 0.3.17", @@ -6469,7 +6469,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.9" +version = "0.9.11" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -6478,7 +6478,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.9" +version = "0.9.11" dependencies = [ "async-trait", "futures 0.3.17", @@ -6496,7 +6496,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.9" +version = "0.9.11" dependencies = [ "derive_more", "futures 0.3.17", @@ -6514,7 +6514,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "async-trait", @@ -6544,7 +6544,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "femme", @@ -6568,7 +6568,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" -version = "0.9.9" +version = "0.9.11" dependencies = [ "async-trait", "futures 0.3.17", @@ -6585,7 +6585,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "proc-macro-crate 1.1.0", @@ -6596,7 +6596,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.9" +version = "0.9.11" dependencies = [ "derive_more", "frame-support", @@ -6612,7 +6612,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.9" +version = "0.9.11" dependencies = [ "bitvec 0.20.1", "frame-system", @@ -6641,7 +6641,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.9" +version = "0.9.11" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -6671,7 +6671,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.9" +version = "0.9.11" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -6753,7 +6753,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.9" +version = "0.9.11" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -6803,7 +6803,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.9" +version = "0.9.11" dependencies = [ "bitflags", "bitvec 0.20.1", @@ -6846,7 +6846,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "async-trait", @@ -6948,7 +6948,7 @@ dependencies = [ [[package]] name = "polkadot-simnet" -version = "0.9.9" +version = "0.9.11" dependencies = [ "frame-benchmarking", "frame-support", @@ -6980,14 +6980,14 @@ dependencies = [ [[package]] name = "polkadot-simnet-node" -version = "0.9.9" +version = "0.9.11" dependencies = [ "polkadot-simnet", ] [[package]] name = "polkadot-simnet-test" -version = "0.9.9" +version = "0.9.11" dependencies = [ "frame-system", "pallet-balances", @@ -7001,7 +7001,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.9" +version = "0.9.11" dependencies = [ "arrayvec 0.5.2", "assert_matches", @@ -7030,7 +7030,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.9" +version = "0.9.11" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7039,7 +7039,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.9" +version = "0.9.11" dependencies = [ "futures 0.3.17", "parity-scale-codec", @@ -7065,7 +7065,7 @@ dependencies = [ [[package]] name = "polkadot-test-malus" -version = "0.9.9" +version = "0.9.11" dependencies = [ "assert_matches", "async-trait", @@ -7084,7 +7084,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.9" +version = "0.9.11" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7149,7 +7149,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.9" +version = "0.9.11" dependencies = [ "frame-benchmarking", "frame-system", @@ -7770,7 +7770,7 @@ dependencies = [ [[package]] name = "remote-ext-tests-bags-list" -version = "0.9.9" +version = "0.9.11" dependencies = [ "frame-election-provider-support", "frame-support", @@ -7870,7 +7870,7 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.9" +version = "0.9.11" dependencies = [ "beefy-primitives", "bp-messages", @@ -9332,7 +9332,7 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "0.9.9" +version = "0.9.11" dependencies = [ "enumn", "parity-scale-codec", @@ -10096,7 +10096,7 @@ checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" [[package]] name = "staking-miner" -version = "0.9.9" +version = "0.9.11" dependencies = [ "env_logger 0.9.0", "frame-election-provider-support", @@ -10457,7 +10457,7 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "0.9.9" +version = "0.9.11" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -10470,7 +10470,7 @@ dependencies = [ [[package]] name = "test-parachain-adder-collator" -version = "0.9.9" +version = "0.9.11" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -10496,14 +10496,14 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.9.9" +version = "0.9.11" dependencies = [ "substrate-wasm-builder", ] [[package]] name = "test-parachains" -version = "0.9.9" +version = "0.9.11" dependencies = [ "parity-scale-codec", "sp-core", @@ -11579,7 +11579,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.9" +version = "0.9.11" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -11761,7 +11761,7 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.9" +version = "0.9.11" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -11773,7 +11773,7 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.9" +version = "0.9.11" dependencies = [ "frame-support", "frame-system", @@ -11796,7 +11796,7 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.9" +version = "0.9.11" dependencies = [ "frame-benchmarking", "frame-support", @@ -11813,7 +11813,7 @@ dependencies = [ [[package]] name = "xcm-executor-integration-tests" -version = "0.9.9" +version = "0.9.11" dependencies = [ "frame-support", "frame-system", @@ -11842,7 +11842,7 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "0.9.9" +version = "0.9.11" dependencies = [ "frame-support", "parity-scale-codec", @@ -11858,7 +11858,7 @@ dependencies = [ [[package]] name = "xcm-simulator-example" -version = "0.9.9" +version = "0.9.11" dependencies = [ "frame-support", "frame-system", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index bfee75c8b5..114d7ab2e9 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" readme = "README.md" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 371c8b285d..d52b547a9b 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.9.9" +version = "0.9.11" 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 a0a43e4402..e3c1a5e8d4 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index 6bf1e6acb0..2cf311f022 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/erasure-coding/fuzzer/Cargo.toml b/polkadot/erasure-coding/fuzzer/Cargo.toml index f1bc4fb047..cf2e512e86 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/client/Cargo.toml b/polkadot/node/client/Cargo.toml index e2fcecf488..077429838c 100644 --- a/polkadot/node/client/Cargo.toml +++ b/polkadot/node/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-client" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/collation-generation/Cargo.toml b/polkadot/node/collation-generation/Cargo.toml index 41da8df369..9ff9621fcb 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/approval-voting/Cargo.toml b/polkadot/node/core/approval-voting/Cargo.toml index 374e37c05a..2b12c42792 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/av-store/Cargo.toml b/polkadot/node/core/av-store/Cargo.toml index 20df7ace42..ebd6529d85 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/backing/Cargo.toml b/polkadot/node/core/backing/Cargo.toml index 72b88b2ae4..83a665da94 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/bitfield-signing/Cargo.toml b/polkadot/node/core/bitfield-signing/Cargo.toml index 01b37b827f..eae0881d2d 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/candidate-validation/Cargo.toml b/polkadot/node/core/candidate-validation/Cargo.toml index 50fae0d22b..334166bbfb 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/chain-api/Cargo.toml b/polkadot/node/core/chain-api/Cargo.toml index a72612f1bd..ffea3a4e55 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/chain-selection/Cargo.toml b/polkadot/node/core/chain-selection/Cargo.toml index 798b4cb372..64a84cdf29 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/dispute-coordinator/Cargo.toml b/polkadot/node/core/dispute-coordinator/Cargo.toml index 45c12ff2ad..0cb6bcc2bf 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/dispute-participation/Cargo.toml b/polkadot/node/core/dispute-participation/Cargo.toml index 34617ade23..5b1843d02b 100644 --- a/polkadot/node/core/dispute-participation/Cargo.toml +++ b/polkadot/node/core/dispute-participation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-dispute-participation" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/parachains-inherent/Cargo.toml b/polkadot/node/core/parachains-inherent/Cargo.toml index 487fbd6d25..4a40d3f1e3 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/provisioner/Cargo.toml b/polkadot/node/core/provisioner/Cargo.toml index ae0f9ea999..a5313e3482 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/pvf/Cargo.toml b/polkadot/node/core/pvf/Cargo.toml index 6710924bb1..23ee5fab43 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/core/runtime-api/Cargo.toml b/polkadot/node/core/runtime-api/Cargo.toml index fa7c8d47cb..ed730f70d4 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/jaeger/Cargo.toml b/polkadot/node/jaeger/Cargo.toml index 736b3c3e52..308a76d494 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" description = "Polkadot Jaeger primitives" diff --git a/polkadot/node/malus/Cargo.toml b/polkadot/node/malus/Cargo.toml index 8bb9b6d6a3..94ab2d33ac 100644 --- a/polkadot/node/malus/Cargo.toml +++ b/polkadot/node/malus/Cargo.toml @@ -10,7 +10,7 @@ path = "src/variant-a.rs" name = "polkadot-test-malus" description = "Misbehaving nodes for local testnets, system and Simnet tests." license = "GPL-3.0-only" -version = "0.9.9" +version = "0.9.11" 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 53695c3092..dfbea6ba95 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.9" +version = "0.9.11" 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 2146b6525c..d12a290c17 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" description = "Subsystem traits and message definitions" diff --git a/polkadot/node/network/approval-distribution/Cargo.toml b/polkadot/node/network/approval-distribution/Cargo.toml index e47b5d4603..cf3c71faf2 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/availability-distribution/Cargo.toml b/polkadot/node/network/availability-distribution/Cargo.toml index 4dd6d7ad65..1f7d89c5dd 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/availability-recovery/Cargo.toml b/polkadot/node/network/availability-recovery/Cargo.toml index 435670eb47..d23d29a8dd 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/bitfield-distribution/Cargo.toml b/polkadot/node/network/bitfield-distribution/Cargo.toml index 5b35c7534c..5b951bd8e0 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/bridge/Cargo.toml b/polkadot/node/network/bridge/Cargo.toml index 3f4a01e9b2..7758fd7148 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/collator-protocol/Cargo.toml b/polkadot/node/network/collator-protocol/Cargo.toml index 799231b0b4..295a296911 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/dispute-distribution/Cargo.toml b/polkadot/node/network/dispute-distribution/Cargo.toml index eff85629f4..11443b069a 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/gossip-support/Cargo.toml b/polkadot/node/network/gossip-support/Cargo.toml index 398f553212..71df67b3fa 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/network/protocol/Cargo.toml b/polkadot/node/network/protocol/Cargo.toml index 78d5cbca63..9046c232fc 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.9" +version = "0.9.11" 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 8e6893805c..5573363956 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.9" +version = "0.9.11" authors = ["Parity Technologies "] description = "Statement Distribution Subsystem" edition = "2018" diff --git a/polkadot/node/overseer/Cargo.toml b/polkadot/node/overseer/Cargo.toml index 5c5906ff11..5345fb0318 100644 --- a/polkadot/node/overseer/Cargo.toml +++ b/polkadot/node/overseer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-overseer" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/overseer/overseer-gen/Cargo.toml b/polkadot/node/overseer/overseer-gen/Cargo.toml index 90c96672b1..dfa1d8a508 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.9" +version = "0.9.11" 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 9600fbb391..aa972b0e6a 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.9" +version = "0.9.11" 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 3dc1b13da6..4a6d9abb68 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.9" +version = "0.9.11" 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 2dd75f4261..4b2162fa29 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/subsystem-test-helpers/Cargo.toml b/polkadot/node/subsystem-test-helpers/Cargo.toml index f6b82257c3..e17ce65a76 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.9" +version = "0.9.11" 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 fb7a108882..0fa9a96f1a 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.9" +version = "0.9.11" 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 3b8db4170c..8fb43e7946 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.9" +version = "0.9.11" 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 19a8ea469d..5f6f1f2ca4 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.9" +version = "0.9.11" 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 1ab03b7419..b6aa140fec 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/test/polkadot-simnet/common/Cargo.toml b/polkadot/node/test/polkadot-simnet/common/Cargo.toml index 232413df67..70a788e336 100644 --- a/polkadot/node/test/polkadot-simnet/common/Cargo.toml +++ b/polkadot/node/test/polkadot-simnet/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-simnet" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/test/polkadot-simnet/node/Cargo.toml b/polkadot/node/test/polkadot-simnet/node/Cargo.toml index 0bb23500a4..6cf6ed9990 100644 --- a/polkadot/node/test/polkadot-simnet/node/Cargo.toml +++ b/polkadot/node/test/polkadot-simnet/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-simnet-node" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/test/polkadot-simnet/test/Cargo.toml b/polkadot/node/test/polkadot-simnet/test/Cargo.toml index d73b1c990c..18b41010f6 100644 --- a/polkadot/node/test/polkadot-simnet/test/Cargo.toml +++ b/polkadot/node/test/polkadot-simnet/test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-simnet-test" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index 972d5a5b0c..97b885f9dc 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 97ce76d38f..5a09573f79 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.9.9" +version = "0.9.11" 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 4290e5b1d4..cf2f441562 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.9" +version = "0.9.11" 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 2ed5fd3f9d..fbc6bc2461 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.9" +version = "0.9.11" 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 52a59506b5..4315051ff9 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.9" +version = "0.9.11" 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 c191cce20d..dd9a087928 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.9" +version = "0.9.11" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index eee6f8431d..4aa5d00a3a 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index bb360e80d1..a6a49f3335 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index 46f91f5b80..48ba8d3605 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.9" +version = "0.9.11" 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 ec9158f75f..aec6b69355 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index 75f84c25bd..1e04a113bd 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index fbe3d45f93..ad97e499e9 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -118,13 +118,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 9100, + spec_version: 9110, 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: 5, + transaction_version: 7, }; /// The BABE epoch configuration at genesis. diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 3fcf3d5951..c281269b86 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index 728bbdf9b4..07558ef888 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 62f0a8287b..3addbf6932 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -105,13 +105,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 9100, + spec_version: 9110, 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: 7, + transaction_version: 8, }; /// The BABE epoch configuration at genesis. diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index 1d347e2035..294cb062a2 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-runtime" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 497bc6a6b1..c621fbd3ca 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index a968f28110..356ecefc5d 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index fb72eb5f56..41c9d98e40 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -116,13 +116,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 9100, + spec_version: 9110, 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: 5, + transaction_version: 7, }; /// The BABE epoch configuration at genesis. diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index 58c8a26148..b6ae92a22c 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.9" +version = "0.9.11" 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 7201215e78..6f97eabcf8 100644 --- a/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml +++ b/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "remote-ext-tests-bags-list" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/utils/staking-miner/Cargo.toml b/polkadot/utils/staking-miner/Cargo.toml index 21ab164470..296240a705 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.9" +version = "0.9.11" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/xcm/Cargo.toml b/polkadot/xcm/Cargo.toml index e70607f4dc..6c4c319170 100644 --- a/polkadot/xcm/Cargo.toml +++ b/polkadot/xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm" -version = "0.9.9" +version = "0.9.11" authors = ["Parity Technologies "] description = "The basic XCM datastructures." edition = "2018" diff --git a/polkadot/xcm/pallet-xcm/Cargo.toml b/polkadot/xcm/pallet-xcm/Cargo.toml index 96c6e3d42a..a9ff97ddc0 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.9" +version = "0.9.11" [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 8e3d713f43..08f37b515c 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.9" +version = "0.9.11" [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 08aaddbeaa..ab2184c81d 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.9" +version = "0.9.11" [dependencies] impl-trait-for-tuples = "0.2.0" diff --git a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml index 7f80eaa366..5602a1f178 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.9" +version = "0.9.11" [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 c0219386b8..abfa5560fc 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.9" +version = "0.9.11" 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 b4a8cc93e5..17ce84caab 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.9" +version = "0.9.11" authors = ["Parity Technologies "] description = "Examples of xcm-simulator usage." edition = "2018"