Skip to content
Snippets Groups Projects
Commit 1acc3fa1 authored by Mara Broda's avatar Mara Broda :coffee: Committed by GitHub
Browse files

Sync versions with current release (v0.9.29) (#5982)

* Bump transaction_version for westend

* Bump transaction_version for rococo

* Bump transaction_version for kusama

* Bump transaction_version for polkadot

* Bump spec_version to 9290

* Bump crate versions
parent cf18fed6
No related merge requests found
Showing
with 24 additions and 24 deletions
[package]
name = "kusama-runtime-constants"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
......
......@@ -119,13 +119,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 9280,
spec_version: 9290,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]],
transaction_version: 12,
transaction_version: 13,
state_version: 0,
};
......
[package]
name = "polkadot-runtime-metrics"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
......
[package]
name = "polkadot-runtime-parachains"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
......
[package]
name = "polkadot-runtime"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
......
[package]
name = "polkadot-runtime-constants"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
......
......@@ -112,13 +112,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("polkadot"),
impl_name: create_runtime_str!("parity-polkadot"),
authoring_version: 0,
spec_version: 9280,
spec_version: 9290,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]],
transaction_version: 13,
transaction_version: 14,
state_version: 0,
};
......
[package]
name = "rococo-runtime"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
......
[package]
name = "rococo-runtime-constants"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
......
......@@ -107,13 +107,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("rococo"),
impl_name: create_runtime_str!("parity-rococo-v2.0"),
authoring_version: 0,
spec_version: 9280,
spec_version: 9290,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]],
transaction_version: 12,
transaction_version: 13,
state_version: 0,
};
......
[package]
name = "polkadot-test-runtime"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
......
[package]
name = "test-runtime-constants"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
......
[package]
name = "westend-runtime"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
......
[package]
name = "westend-runtime-constants"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
......
......@@ -106,13 +106,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 9280,
spec_version: 9290,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]],
transaction_version: 11,
transaction_version: 12,
state_version: 0,
};
......
[package]
name = "polkadot-statement-table"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
......
[package]
name = "polkadot-voter-bags"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
......
[package]
name = "remote-ext-tests-bags-list"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
......
[package]
name = "staking-miner"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
......
[package]
name = "xcm"
version = "0.9.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
description = "The basic XCM datastructures."
edition = "2021"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment