bump transaction versions (#2364) (#2365)

This commit is contained in:
Egor_P
2023-03-22 17:16:33 +01:00
committed by GitHub
parent 0a32a95230
commit a20801bcba
9 changed files with 10 additions and 10 deletions
@@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9400,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 12,
transaction_version: 13,
state_version: 1,
};
@@ -106,7 +106,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9400,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 12,
transaction_version: 13,
state_version: 0,
};
@@ -122,7 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9400,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 12,
transaction_version: 13,
state_version: 0,
};
@@ -96,7 +96,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9400,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 12,
transaction_version: 13,
state_version: 0,
};