From 425f4bb06037a8d7c5dfce6778d26fe061a031ae Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Tue, 9 Jun 2020 12:26:50 +0200 Subject: [PATCH] Bump versions. (#1219) * Bump versions. * Update lock --- polkadot/Cargo.lock | 40 +++++++++---------- polkadot/Cargo.toml | 2 +- polkadot/availability-store/Cargo.toml | 2 +- polkadot/cli/Cargo.toml | 2 +- polkadot/collator/Cargo.toml | 2 +- polkadot/erasure-coding/Cargo.toml | 2 +- polkadot/network/Cargo.toml | 2 +- polkadot/network/test/Cargo.toml | 2 +- polkadot/parachain/Cargo.toml | 2 +- .../test-parachains/adder/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 +- polkadot/runtime/kusama/Cargo.toml | 2 +- polkadot/runtime/kusama/src/lib.rs | 2 +- polkadot/runtime/polkadot/Cargo.toml | 2 +- polkadot/runtime/polkadot/src/lib.rs | 2 +- polkadot/runtime/test-runtime/Cargo.toml | 2 +- polkadot/runtime/westend/Cargo.toml | 2 +- polkadot/runtime/westend/src/lib.rs | 2 +- polkadot/service/Cargo.toml | 2 +- polkadot/statement-table/Cargo.toml | 2 +- polkadot/validation/Cargo.toml | 2 +- 24 files changed, 43 insertions(+), 43 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 9b4b07c6d2..66f567a6f0 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -2222,7 +2222,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.8.5" +version = "0.8.6" dependencies = [ "bitvec", "frame-benchmarking", @@ -4064,7 +4064,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot" -version = "0.8.5" +version = "0.8.6" dependencies = [ "assert_cmd", "futures 0.3.5", @@ -4077,7 +4077,7 @@ dependencies = [ [[package]] name = "polkadot-availability-store" -version = "0.8.5" +version = "0.8.6" dependencies = [ "derive_more 0.99.7", "exit-future", @@ -4103,7 +4103,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.8.5" +version = "0.8.6" dependencies = [ "frame-benchmarking-cli", "futures 0.3.5", @@ -4127,7 +4127,7 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "0.8.5" +version = "0.8.6" dependencies = [ "futures 0.3.5", "futures-timer 2.0.2", @@ -4154,7 +4154,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.8.5" +version = "0.8.6" dependencies = [ "derive_more 0.15.0", "parity-scale-codec", @@ -4166,7 +4166,7 @@ dependencies = [ [[package]] name = "polkadot-network" -version = "0.8.5" +version = "0.8.6" dependencies = [ "arrayvec 0.4.12", "bytes 0.5.4", @@ -4194,7 +4194,7 @@ dependencies = [ [[package]] name = "polkadot-network-test" -version = "0.8.5" +version = "0.8.6" dependencies = [ "futures 0.3.5", "log 0.4.8", @@ -4237,7 +4237,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.8.5" +version = "0.8.6" dependencies = [ "derive_more 0.99.7", "log 0.4.8", @@ -4256,7 +4256,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.8.5" +version = "0.8.6" dependencies = [ "bitvec", "frame-system", @@ -4278,7 +4278,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.8.5" +version = "0.8.6" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -4303,7 +4303,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.8.5" +version = "0.8.6" dependencies = [ "bitvec", "frame-benchmarking", @@ -4377,7 +4377,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.8.5" +version = "0.8.6" dependencies = [ "bitvec", "frame-benchmarking", @@ -4462,7 +4462,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.8.5" +version = "0.8.6" dependencies = [ "env_logger", "frame-benchmarking", @@ -4521,7 +4521,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.8.5" +version = "0.8.6" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -4530,7 +4530,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.8.5" +version = "0.8.6" dependencies = [ "bitvec", "frame-executive", @@ -4607,7 +4607,7 @@ dependencies = [ [[package]] name = "polkadot-validation" -version = "0.8.5" +version = "0.8.6" dependencies = [ "bitvec", "derive_more 0.14.1", @@ -7679,7 +7679,7 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "0.8.5" +version = "0.8.6" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -7718,7 +7718,7 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.8.5" +version = "0.8.6" dependencies = [ "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -8586,7 +8586,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.8.5" +version = "0.8.6" dependencies = [ "bitvec", "frame-benchmarking", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 2cff4a1fa3..b5fba67150 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/availability-store/Cargo.toml b/polkadot/availability-store/Cargo.toml index 781362a2b6..5d431eb54d 100644 --- a/polkadot/availability-store/Cargo.toml +++ b/polkadot/availability-store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-availability-store" description = "Persistent database for parachain data" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 9dd553b554..f757caeeef 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/polkadot/collator/Cargo.toml b/polkadot/collator/Cargo.toml index 1fdc8d0706..56586b8419 100644 --- a/polkadot/collator/Cargo.toml +++ b/polkadot/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] description = "Collator node implementation" edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index 484c4e3741..6c58a25c47 100644 --- a/polkadot/erasure-coding/Cargo.toml +++ b/polkadot/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/network/Cargo.toml b/polkadot/network/Cargo.toml index 5c21cf851c..5950761ddc 100644 --- a/polkadot/network/Cargo.toml +++ b/polkadot/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] description = "Polkadot-specific networking protocol" edition = "2018" diff --git a/polkadot/network/test/Cargo.toml b/polkadot/network/test/Cargo.toml index 9c3116a0f4..be50415a88 100644 --- a/polkadot/network/test/Cargo.toml +++ b/polkadot/network/test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network-test" -version = "0.8.5" +version = "0.8.6" license = "GPL-3.0" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 989c022842..f1518952fa 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/polkadot/parachain/test-parachains/adder/Cargo.toml b/polkadot/parachain/test-parachains/adder/Cargo.toml index 878f4b589b..5163b0611d 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.8.5" +version = "0.8.6" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/polkadot/parachain/test-parachains/halt/Cargo.toml b/polkadot/parachain/test-parachains/halt/Cargo.toml index 775ca82823..bb850a952b 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.8.5" +version = "0.8.6" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index 530b1f90c2..b873b53dae 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index e0d8936704..a4254a7e2b 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index c6b2362bf4..883c210d1f 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index d4fb91ad4a..81cbb8d20d 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.8.5" +version = "0.8.6" 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 00b45aae6e..6d14e719f6 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -84,7 +84,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 2005, + spec_version: 2006, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index 64d351c955..1b194e2c96 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.8.5" +version = "0.8.6" 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 9ff8cf96c3..03880d6242 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -89,7 +89,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 5, + spec_version: 6, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 6eb78e929e..83b84bb8b4 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.8.5" +version = "0.8.6" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 70cec83e59..b9c5117d1f 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.8.5" +version = "0.8.6" 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 8c331f138a..b1724be069 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 25, + spec_version: 26, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml index f11af92313..72b6e08c0d 100644 --- a/polkadot/service/Cargo.toml +++ b/polkadot/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index df16018dab..0c0012f53b 100644 --- a/polkadot/statement-table/Cargo.toml +++ b/polkadot/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/validation/Cargo.toml b/polkadot/validation/Cargo.toml index 6fa28ece4f..e7b29b25dd 100644 --- a/polkadot/validation/Cargo.toml +++ b/polkadot/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.8.5" +version = "0.8.6" authors = ["Parity Technologies "] edition = "2018"