From 9aac4c82cfb20969da979cbb07d1e56a5372d0b2 Mon Sep 17 00:00:00 2001 From: bogdanS98 Date: Wed, 6 Dec 2023 13:28:15 +0200 Subject: [PATCH 1/2] Bump spec and transaction version for Foucoco --- runtime/foucoco/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/foucoco/src/lib.rs b/runtime/foucoco/src/lib.rs index 30ac16eab..0006f395f 100644 --- a/runtime/foucoco/src/lib.rs +++ b/runtime/foucoco/src/lib.rs @@ -253,10 +253,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("foucoco"), impl_name: create_runtime_str!("foucoco"), authoring_version: 1, - spec_version: 4, + spec_version: 5, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 4, + transaction_version: 5, state_version: 1, }; From 439a82253a677b57b1c786a700bde4d20f8410c1 Mon Sep 17 00:00:00 2001 From: bogdanS98 Date: Thu, 18 Jan 2024 19:22:22 +0200 Subject: [PATCH 2/2] Bump spec and transaction version to 7 --- runtime/foucoco/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/foucoco/src/lib.rs b/runtime/foucoco/src/lib.rs index 0006f395f..3997c9e1c 100644 --- a/runtime/foucoco/src/lib.rs +++ b/runtime/foucoco/src/lib.rs @@ -253,10 +253,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("foucoco"), impl_name: create_runtime_str!("foucoco"), authoring_version: 1, - spec_version: 5, + spec_version: 7, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 5, + transaction_version: 7, state_version: 1, };