From 53c149708a4dbb0f2ce2e15b6f811ef1f99121e3 Mon Sep 17 00:00:00 2001 From: Marcel Ebert Date: Mon, 29 Sep 2025 11:36:23 +0200 Subject: [PATCH] Bump amplitude spec version to 23 --- runtime/amplitude/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/amplitude/src/lib.rs b/runtime/amplitude/src/lib.rs index 501d1eae9..eb0fc9eff 100644 --- a/runtime/amplitude/src/lib.rs +++ b/runtime/amplitude/src/lib.rs @@ -231,7 +231,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("amplitude"), impl_name: create_runtime_str!("amplitude"), authoring_version: 1, - spec_version: 22, + spec_version: 23, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 14, @@ -2112,7 +2112,6 @@ impl_runtime_apis! { } - cumulus_pallet_parachain_system::register_validate_block! { Runtime = Runtime, BlockExecutor = cumulus_pallet_aura_ext::BlockExecutor::,