diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 998ec7aef6..4b651d27ad 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -2422,7 +2422,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.8.15" +version = "0.8.16" dependencies = [ "bitvec", "frame-benchmarking", @@ -4302,7 +4302,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot" -version = "0.8.15" +version = "0.8.16" dependencies = [ "assert_cmd", "futures 0.3.5", @@ -4316,7 +4316,7 @@ dependencies = [ [[package]] name = "polkadot-availability-store" -version = "0.8.15" +version = "0.8.16" dependencies = [ "derive_more 0.99.9", "exit-future", @@ -4342,7 +4342,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.8.15" +version = "0.8.16" dependencies = [ "frame-benchmarking-cli", "futures 0.3.5", @@ -4367,7 +4367,7 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "0.8.15" +version = "0.8.16" dependencies = [ "futures 0.3.5", "futures-timer 2.0.2", @@ -4405,7 +4405,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.8.15" +version = "0.8.16" dependencies = [ "derive_more 0.15.0", "parity-scale-codec", @@ -4417,7 +4417,7 @@ dependencies = [ [[package]] name = "polkadot-network" -version = "0.8.15" +version = "0.8.16" dependencies = [ "arrayvec 0.4.12", "bytes 0.5.5", @@ -4466,7 +4466,7 @@ dependencies = [ [[package]] name = "polkadot-network-test" -version = "0.8.15" +version = "0.8.16" dependencies = [ "futures 0.3.5", "log 0.4.8", @@ -4585,7 +4585,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.8.15" +version = "0.8.16" dependencies = [ "derive_more 0.99.9", "log 0.4.8", @@ -4624,7 +4624,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.8.15" +version = "0.8.16" dependencies = [ "bitvec", "frame-system", @@ -4648,7 +4648,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.8.15" +version = "0.8.16" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -4674,7 +4674,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.8.15" +version = "0.8.16" dependencies = [ "bitvec", "frame-benchmarking", @@ -4749,7 +4749,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.8.15" +version = "0.8.16" dependencies = [ "bitvec", "frame-benchmarking", @@ -4837,7 +4837,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.8.15" +version = "0.8.16" dependencies = [ "env_logger", "frame-benchmarking", @@ -4981,7 +4981,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.8.15" +version = "0.8.16" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -5001,7 +5001,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.8.15" +version = "0.8.16" dependencies = [ "bitvec", "frame-executive", @@ -5132,7 +5132,7 @@ dependencies = [ [[package]] name = "polkadot-validation" -version = "0.8.15" +version = "0.8.16" dependencies = [ "ansi_term 0.12.1", "bitvec", @@ -8360,7 +8360,7 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "0.8.15" +version = "0.8.16" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -8401,7 +8401,7 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.8.15" +version = "0.8.16" dependencies = [ "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -9340,7 +9340,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.8.15" +version = "0.8.16" dependencies = [ "bitvec", "frame-benchmarking", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index be0d25850e..d39a7676a5 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.8.15" +version = "0.8.16" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/availability-store/Cargo.toml b/polkadot/availability-store/Cargo.toml index 93dd003d32..df44280747 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.15" +version = "0.8.16" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 8c8e51efc7..503e9ae914 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.8.15" +version = "0.8.16" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/polkadot/collator/Cargo.toml b/polkadot/collator/Cargo.toml index 1c9615e2a0..bcdf18c800 100644 --- a/polkadot/collator/Cargo.toml +++ b/polkadot/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "0.8.15" +version = "0.8.16" authors = ["Parity Technologies "] description = "Collator node implementation" edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index 04334f0eab..12841881fd 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.15" +version = "0.8.16" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/network/Cargo.toml b/polkadot/network/Cargo.toml index 6b86704796..bb6b85e87d 100644 --- a/polkadot/network/Cargo.toml +++ b/polkadot/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network" -version = "0.8.15" +version = "0.8.16" 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 f73b62c511..6aff183c39 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.15" +version = "0.8.16" license = "GPL-3.0" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 0ccb033042..57e76f5acb 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.8.15" +version = "0.8.16" 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 4cd2f9c839..87d215b1eb 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.15" +version = "0.8.16" 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 d9b48b4239..aac322e753 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.15" +version = "0.8.16" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index 877f03199d..d0d6c7ea50 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.8.15" +version = "0.8.16" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 7fea6323d8..c94d7d1a8e 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.8.15" +version = "0.8.16" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index 1757636854..9511c3e919 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.15" +version = "0.8.16" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index aa33f22a40..6d9090a334 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.8.15" +version = "0.8.16" 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 c59c1e0f25..92d0ddcda9 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -87,7 +87,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 2015, + spec_version: 2016, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index fa6d8efb5d..721640186f 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.8.15" +version = "0.8.16" 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 5e1e292625..826caba583 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 15, + spec_version: 16, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, @@ -117,9 +117,6 @@ impl Filter for BaseFilter { match call { Call::Parachains(parachains::Call::set_heads(..)) => true, - // Governance stuff, minus council elections. - Call::Democracy(_) | Call::Council(_) | Call::TechnicalCommittee(_) | - Call::TechnicalMembership(_) | Call::Treasury(_) | // Parachains stuff Call::Parachains(_) | Call::Attestations(_) | Call::Slots(_) | Call::Registrar(_) | // Balances and Vesting's transfer (which can be used to transfer) @@ -128,7 +125,8 @@ impl Filter for BaseFilter { false, // These modules are all allowed to be called by transactions: - Call::ElectionsPhragmen(_) | + Call::Democracy(_) | Call::Council(_) | Call::TechnicalCommittee(_) | + Call::TechnicalMembership(_) | Call::Treasury(_) | Call::ElectionsPhragmen(_) | Call::System(_) | Call::Scheduler(_) | Call::Indices(_) | Call::Babe(_) | Call::Timestamp(_) | Call::Authorship(_) | Call::Staking(_) | Call::Offences(_) | diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 275c393e34..b5c0153768 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.15" +version = "0.8.16" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index b3a141483c..4d9e9e5853 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.8.15" +version = "0.8.16" 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 306de3589a..fe72c3aea1 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 35, + spec_version: 36, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml index 5514339f9b..a3670aed2a 100644 --- a/polkadot/service/Cargo.toml +++ b/polkadot/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.8.15" +version = "0.8.16" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index 030b23f0b7..cf03189f18 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.15" +version = "0.8.16" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/validation/Cargo.toml b/polkadot/validation/Cargo.toml index d3cee5c047..b5fb88dd6d 100644 --- a/polkadot/validation/Cargo.toml +++ b/polkadot/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.8.15" +version = "0.8.16" authors = ["Parity Technologies "] edition = "2018"