Skip to content

Commit

Permalink
Release/8.57.0 (#874)
Browse files Browse the repository at this point in the history
* Release/8.57.0

* Remove migrations
  • Loading branch information
JasonTulp authored Aug 27, 2024
1 parent e7ff168 commit 09961c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 245 deletions.
17 changes: 2 additions & 15 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("root"),
impl_name: create_runtime_str!("root"),
authoring_version: 1,
spec_version: 56,
spec_version: 57,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 10,
Expand Down Expand Up @@ -1465,20 +1465,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
(
pallet_multisig::migrations::v1::MigrateToV1<Runtime>,
pallet_preimage::migration::v1::Migration<Runtime>,
pallet_scheduler::migration::v3::MigrateToV4<Runtime>,
pallet_assets::migration::v1::MigrateToV1<Runtime>,
pallet_balances::migration::MigrateToTrackInactive<Runtime, ()>,
pallet_scheduler::migration::v4::CleanupAgendas<Runtime>,
pallet_staking::migrations::v13::MigrateToV13<Runtime>,
pallet_grandpa::migrations::CleanupSetIdSessionMap<Runtime>,
pallet_offences::migration::v1::MigrateToV1<Runtime>,
pallet_im_online::migration::v1::Migration<Runtime>,
pallet_election_provider_multi_phase::migrations::v1::MigrateToV1<Runtime>,
migrations::AllMigrations,
),
(migrations::AllMigrations,),
>;

impl_runtime_apis! {
Expand Down
230 changes: 0 additions & 230 deletions runtime/src/migrations/ethy.rs

This file was deleted.

0 comments on commit 09961c9

Please sign in to comment.