From f9ff88383f119592892bd7a6d8c63c81374d47b5 Mon Sep 17 00:00:00 2001 From: Hector Bulgarini Date: Thu, 24 Aug 2023 22:58:15 +0200 Subject: [PATCH] Bump transaction and spec_version version --- runtime/stout/src/lib.rs | 4 ++-- runtime/trappist/src/lib.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/stout/src/lib.rs b/runtime/stout/src/lib.rs index 9315909f..5efabf67 100644 --- a/runtime/stout/src/lib.rs +++ b/runtime/stout/src/lib.rs @@ -136,10 +136,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("stout-rococo"), impl_name: create_runtime_str!("stout-rococo"), authoring_version: 1, - spec_version: 9430, + spec_version: 10000, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 1, + transaction_version: 3, state_version: 1, }; diff --git a/runtime/trappist/src/lib.rs b/runtime/trappist/src/lib.rs index ae2a2fd5..cd944242 100644 --- a/runtime/trappist/src/lib.rs +++ b/runtime/trappist/src/lib.rs @@ -144,10 +144,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("trappist-rococo"), impl_name: create_runtime_str!("trappist-rococo"), authoring_version: 1, - spec_version: 9430, + spec_version: 10000, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 2, + transaction_version: 3, state_version: 1, };