From 0d4cd830dd14c3c0e3f854862a65210817e17ceb Mon Sep 17 00:00:00 2001 From: Harald Heckmann Date: Mon, 13 Mar 2023 18:55:47 +0100 Subject: [PATCH] Bump Battery Station `spec_version` in migration runtime (#990) * Add kusama migration runtime * Remove Tokens callfilter Nothing can be call-filtered, since the call enum for the tokens pallet is not exposed within the runtime * Remove unused imports * bump spec_version * Filter business logic * Remove unused imports * add feature parachain to staking (#5) * Remove Client changes This is a runtime-only release. The proper client will be provided in the release that covers the runtime and client after the migration * empty commit for full CI * Disable previous migrations * Bump battery station spec_version * Update lib.rs --------- Co-authored-by: Chralt Co-authored-by: Malte Kliemann Co-authored-by: Chralt98 --- runtime/battery-station/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/battery-station/src/lib.rs b/runtime/battery-station/src/lib.rs index f117fc81b..e6245f557 100644 --- a/runtime/battery-station/src/lib.rs +++ b/runtime/battery-station/src/lib.rs @@ -91,10 +91,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("zeitgeist"), impl_name: create_runtime_str!("zeitgeist"), authoring_version: 1, - spec_version: 42, + spec_version: 44, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 19, + transaction_version: 20, state_version: 1, };