From d94fea203c4c303459c5c77d9325fed7eb20a49b Mon Sep 17 00:00:00 2001 From: EgorPopelyaev Date: Thu, 20 Oct 2022 18:16:26 +0200 Subject: [PATCH 1/2] Bump crate versions --- Cargo.lock | 2 +- polkadot-parachain/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d87c7e6214e..b29e912ce62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7627,7 +7627,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.300" +version = "0.9.310" dependencies = [ "assert_cmd", "async-trait", diff --git a/polkadot-parachain/Cargo.toml b/polkadot-parachain/Cargo.toml index 4ad2bec29ff..006a3ab5aaa 100644 --- a/polkadot-parachain/Cargo.toml +++ b/polkadot-parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.9.300" +version = "0.9.310" authors = ["Parity Technologies "] build = "build.rs" edition = "2021" From b22aa7a030f21d77d252a48119091a87685f73bf Mon Sep 17 00:00:00 2001 From: EgorPopelyaev Date: Thu, 20 Oct 2022 18:16:31 +0200 Subject: [PATCH 2/2] Bump spec_version to 9310 --- parachains/runtimes/assets/statemine/src/lib.rs | 2 +- parachains/runtimes/assets/statemint/src/lib.rs | 2 +- parachains/runtimes/assets/westmint/src/lib.rs | 2 +- parachains/runtimes/collectives/collectives-polkadot/src/lib.rs | 2 +- parachains/runtimes/contracts/contracts-rococo/src/lib.rs | 2 +- parachains/runtimes/starters/seedling/src/lib.rs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/parachains/runtimes/assets/statemine/src/lib.rs b/parachains/runtimes/assets/statemine/src/lib.rs index c17ebf8282d..bc981fa18c0 100644 --- a/parachains/runtimes/assets/statemine/src/lib.rs +++ b/parachains/runtimes/assets/statemine/src/lib.rs @@ -87,7 +87,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("statemine"), impl_name: create_runtime_str!("statemine"), authoring_version: 1, - spec_version: 9300, + spec_version: 9310, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 8, diff --git a/parachains/runtimes/assets/statemint/src/lib.rs b/parachains/runtimes/assets/statemint/src/lib.rs index 2f3a308ace5..e042a4a81f1 100644 --- a/parachains/runtimes/assets/statemint/src/lib.rs +++ b/parachains/runtimes/assets/statemint/src/lib.rs @@ -117,7 +117,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("statemint"), impl_name: create_runtime_str!("statemint"), authoring_version: 1, - spec_version: 9300, + spec_version: 9310, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 8, diff --git a/parachains/runtimes/assets/westmint/src/lib.rs b/parachains/runtimes/assets/westmint/src/lib.rs index d9770aef14d..e02e75a694b 100644 --- a/parachains/runtimes/assets/westmint/src/lib.rs +++ b/parachains/runtimes/assets/westmint/src/lib.rs @@ -85,7 +85,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westmint"), impl_name: create_runtime_str!("westmint"), authoring_version: 1, - spec_version: 9300, + spec_version: 9310, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 8, diff --git a/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs b/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs index 4b18df36fe1..5134bd6f566 100644 --- a/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs +++ b/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs @@ -102,7 +102,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("collectives"), impl_name: create_runtime_str!("collectives"), authoring_version: 1, - spec_version: 9300, + spec_version: 9310, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/parachains/runtimes/contracts/contracts-rococo/src/lib.rs b/parachains/runtimes/contracts/contracts-rococo/src/lib.rs index 579801078a4..0d65a811473 100644 --- a/parachains/runtimes/contracts/contracts-rococo/src/lib.rs +++ b/parachains/runtimes/contracts/contracts-rococo/src/lib.rs @@ -117,7 +117,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("contracts-rococo"), impl_name: create_runtime_str!("contracts-rococo"), authoring_version: 1, - spec_version: 9300, + spec_version: 9310, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/parachains/runtimes/starters/seedling/src/lib.rs b/parachains/runtimes/starters/seedling/src/lib.rs index 67cc9dede21..22b03670086 100644 --- a/parachains/runtimes/starters/seedling/src/lib.rs +++ b/parachains/runtimes/starters/seedling/src/lib.rs @@ -65,7 +65,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("seedling"), impl_name: create_runtime_str!("seedling"), authoring_version: 1, - spec_version: 9300, + spec_version: 9310, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,