Skip to content

Commit

Permalink
Remove para scheduler migration
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Nov 2, 2023
1 parent 06e3c4f commit b666613
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 443 deletions.
4 changes: 1 addition & 3 deletions relay/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ mod weights;
// Voter bag threshold definitions.
mod bag_thresholds;

mod paras_scheduler_migration;

// Historical information of society finances.
mod past_payouts;

Expand Down Expand Up @@ -1745,7 +1743,7 @@ pub mod migrations {
>,
pallet_im_online::migration::v1::Migration<Runtime>,
parachains_configuration::migration::v7::MigrateToV7<Runtime>,
paras_scheduler_migration::v1::MigrateToV1<Runtime>,
//paras_scheduler_migration::v1::MigrateToV1<Runtime>, // TODO
parachains_configuration::migration::v8::MigrateToV8<Runtime>,

// Unlock/unreserve balances from Gov v1 pallets that hold them
Expand Down
218 changes: 0 additions & 218 deletions relay/kusama/src/paras_scheduler_migration.rs

This file was deleted.

2 changes: 1 addition & 1 deletion relay/polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pallet-session = { default-features = false , version = "24.0.0" }
frame-support = { default-features = false , version = "24.0.0" }
pallet-staking = { default-features = false , version = "24.0.0" }
pallet-staking-reward-curve = { version = "9.0.0" }
pallet-staking-reward-fn = { default-features = false, version = "14.0.0" }
pallet-staking-reward-fn = { default-features = false, version = "15.0.0" }
pallet-staking-runtime-api = { default-features = false , version = "10.0.0" }
frame-system = { default-features = false , version = "24.0.0" }
frame-system-rpc-runtime-api = { default-features = false , version = "22.0.0" }
Expand Down
4 changes: 1 addition & 3 deletions relay/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ mod weights;

mod bag_thresholds;

mod paras_scheduler_migration;

// Governance configurations.
pub mod governance;
use governance::{
Expand Down Expand Up @@ -1580,7 +1578,7 @@ pub mod migrations {
pub type Unreleased = (
pallet_im_online::migration::v1::Migration<Runtime>,
parachains_configuration::migration::v7::MigrateToV7<Runtime>,
crate::paras_scheduler_migration::v1::MigrateToV1<Runtime>,
//crate::paras_scheduler_migration::v1::MigrateToV1<Runtime>, // TODO
parachains_configuration::migration::v8::MigrateToV8<Runtime>,

// Gov v1 storage migrations
Expand Down
Loading

0 comments on commit b666613

Please sign in to comment.