From 7dafb21fc9232986ba76f7c381a47a8819135d8a Mon Sep 17 00:00:00 2001 From: Gabriel Facco de Arruda Date: Mon, 25 Mar 2024 12:58:11 -0300 Subject: [PATCH] chore: Bump spec and remove migration --- tinkernet/runtime/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinkernet/runtime/src/lib.rs b/tinkernet/runtime/src/lib.rs index 02afdf0..867adec 100644 --- a/tinkernet/runtime/src/lib.rs +++ b/tinkernet/runtime/src/lib.rs @@ -162,7 +162,7 @@ pub type Executive = frame_executive::Executive< frame_system::ChainContext, Runtime, AllPalletsWithSystem, - migrations::new_core_account_derivation::MigrateToNewDerivation, + (), >; /// Opaque types. These are used by the CLI to instantiate machinery that don't need to know @@ -193,7 +193,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("tinkernet_node"), impl_name: create_runtime_str!("tinkernet_node"), authoring_version: 1, - spec_version: 21, + spec_version: 22, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,