mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Backport version bumps from 9360 (#2037)
* Bump crate versions * Bump spec_version to 9360 * bump rococo and penpal spec_version * bump txn versions (#2018) (#2020)
This commit is contained in:
@@ -88,10 +88,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("statemine"),
|
||||
impl_name: create_runtime_str!("statemine"),
|
||||
authoring_version: 1,
|
||||
spec_version: 9330,
|
||||
spec_version: 9360,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 10,
|
||||
transaction_version: 11,
|
||||
state_version: 1,
|
||||
};
|
||||
|
||||
@@ -101,10 +101,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("statemine"),
|
||||
impl_name: create_runtime_str!("statemine"),
|
||||
authoring_version: 1,
|
||||
spec_version: 9330,
|
||||
spec_version: 9360,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 10,
|
||||
transaction_version: 11,
|
||||
state_version: 0,
|
||||
};
|
||||
|
||||
|
||||
@@ -117,10 +117,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("statemint"),
|
||||
impl_name: create_runtime_str!("statemint"),
|
||||
authoring_version: 1,
|
||||
spec_version: 9330,
|
||||
spec_version: 9360,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 10,
|
||||
transaction_version: 11,
|
||||
state_version: 0,
|
||||
};
|
||||
|
||||
|
||||
@@ -85,10 +85,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("westmint"),
|
||||
impl_name: create_runtime_str!("westmint"),
|
||||
authoring_version: 1,
|
||||
spec_version: 9330,
|
||||
spec_version: 9360,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 10,
|
||||
transaction_version: 11,
|
||||
state_version: 0,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user