Bump runtimes transaction version for v9290 (#1647)

This commit is contained in:
Muharem Ismailov
2022-09-20 15:36:04 +02:00
committed by GitHub
parent 4f18266954
commit 6f40bb9efe
3 changed files with 3 additions and 3 deletions
@@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9290, spec_version: 9290,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 7, transaction_version: 8,
state_version: 0, state_version: 0,
}; };
@@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9290, spec_version: 9290,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 7, transaction_version: 8,
state_version: 0, state_version: 0,
}; };
@@ -88,7 +88,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9290, spec_version: 9290,
impl_version: 0, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 7, transaction_version: 8,
state_version: 0, state_version: 0,
}; };