From 09176d47c309b187711e0afc7d9feaf1ee54e515 Mon Sep 17 00:00:00 2001 From: b-yap <2826165+b-yap@users.noreply.github.com> Date: Wed, 5 Jul 2023 20:46:46 +0800 Subject: [PATCH] change spec versions --- runtime/amplitude/src/lib.rs | 4 ++-- runtime/foucoco/src/lib.rs | 2 +- runtime/pendulum/src/lib.rs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/runtime/amplitude/src/lib.rs b/runtime/amplitude/src/lib.rs index 29f175567..36c5ee734 100644 --- a/runtime/amplitude/src/lib.rs +++ b/runtime/amplitude/src/lib.rs @@ -238,10 +238,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("amplitude"), impl_name: create_runtime_str!("amplitude"), authoring_version: 1, - spec_version: 8, + spec_version: 9, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 8, + transaction_version: 9, state_version: 1, }; diff --git a/runtime/foucoco/src/lib.rs b/runtime/foucoco/src/lib.rs index 2565d205e..abb5422d1 100644 --- a/runtime/foucoco/src/lib.rs +++ b/runtime/foucoco/src/lib.rs @@ -246,7 +246,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("amplitude"), impl_name: create_runtime_str!("amplitude"), authoring_version: 1, - spec_version: 14, + spec_version: 15, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 25, diff --git a/runtime/pendulum/src/lib.rs b/runtime/pendulum/src/lib.rs index 5eb37a129..e19e69d05 100644 --- a/runtime/pendulum/src/lib.rs +++ b/runtime/pendulum/src/lib.rs @@ -163,10 +163,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("pendulum"), impl_name: create_runtime_str!("pendulum"), authoring_version: 1, - spec_version: 7, + spec_version: 9, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 7, + transaction_version: 8, state_version: 1, };