From e8ac927e6ac3ba8b0a3ecb0c5dab7a5d3de61850 Mon Sep 17 00:00:00 2001 From: eNddy Date: Fri, 26 Jul 2024 10:49:09 -0600 Subject: [PATCH] changes --- node/service/src/service.rs | 5 ++++- runtime/frequency/src/lib.rs | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/node/service/src/service.rs b/node/service/src/service.rs index d1eb9dea91..48c1876067 100644 --- a/node/service/src/service.rs +++ b/node/service/src/service.rs @@ -68,7 +68,10 @@ pub mod frequency_executor { impl sc_executor::NativeExecutionDispatch for FrequencyExecutorDispatch { #[cfg(feature = "runtime-benchmarks")] - type ExtendHostFunctions = (frame_benchmarking::benchmarking::HostFunctions, cumulus_client_service::storage_proof_size::HostFunctions); + type ExtendHostFunctions = ( + frame_benchmarking::benchmarking::HostFunctions, + cumulus_client_service::storage_proof_size::HostFunctions, + ); #[cfg(not(feature = "runtime-benchmarks"))] type ExtendHostFunctions = cumulus_client_service::storage_proof_size::HostFunctions; diff --git a/runtime/frequency/src/lib.rs b/runtime/frequency/src/lib.rs index c3a8bf356d..e607d081cd 100644 --- a/runtime/frequency/src/lib.rs +++ b/runtime/frequency/src/lib.rs @@ -363,7 +363,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("frequency"), impl_name: create_runtime_str!("frequency"), authoring_version: 1, - spec_version: 98, + spec_version: 99, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -377,7 +377,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("frequency-testnet"), impl_name: create_runtime_str!("frequency"), authoring_version: 1, - spec_version: 98, + spec_version: 99, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,