Skip to content

Commit

Permalink
Bump Battery Station spec_version in migration runtime (#990)
Browse files Browse the repository at this point in the history
* 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 <chralt.developer@gmail.com>
Co-authored-by: Malte Kliemann <mail@maltekliemann.com>
Co-authored-by: Chralt98 <chralt98@gmail.com>
  • Loading branch information
4 people authored Mar 13, 2023
1 parent 06ebf88 commit 0d4cd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/battery-station/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 0d4cd83

Please sign in to comment.