bump transaction_versions client (#1942)

* bump transaction_versions

* bump rococo txn version
This commit is contained in:
Egor_P
2022-12-05 10:36:23 +01:00
committed by GitHub
parent 96f0cae2fb
commit 06eca8d880
5 changed files with 6 additions and 6 deletions
@@ -91,7 +91,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9330, spec_version: 9330,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 9, transaction_version: 10,
state_version: 1, state_version: 1,
}; };
@@ -104,7 +104,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9330, spec_version: 9330,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 9, transaction_version: 10,
state_version: 0, state_version: 0,
}; };
@@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9330, spec_version: 9330,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 9, transaction_version: 10,
state_version: 0, state_version: 0,
}; };
@@ -88,7 +88,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9330, spec_version: 9330,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 9, transaction_version: 10,
state_version: 0, state_version: 0,
}; };
@@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9330, spec_version: 9330,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 2, transaction_version: 3,
state_version: 1, state_version: 1,
}; };
@@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9330, spec_version: 9330,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 2, transaction_version: 3,
state_version: 0, state_version: 0,
}; };