Skip to content

Commit

Permalink
[runtime] remove obsolete migrations that are already applied (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored Mar 30, 2024
1 parent d83df55 commit 71abeb2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions runtime/ajuna/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,18 +145,7 @@ pub type Executive = frame_executive::Executive<
Migrations,
>;

// Note: if try-runtime pre/post checks are enabled it will error when it tries to decode the
// entire chain state. However, this is to be expected and can be ignored:
// https://substrate.stackexchange.com/questions/10986/runtime-upgrade-for-parachainsystemhostconfiguration
type Migrations = (
// Track inactive funds of the teleporter account, currently we don't use that, but it doesn't
// hurt either.
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
// Simple migration ordering the set of invulnerables.
pallet_collator_selection::migration::v1::MigrateToV1<Runtime>,
// Simple migration of the queue config data.
cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4<Runtime>,
);
type Migrations = ();

//type Migrations = (pallet_ajuna_awesome_avatars::migration::v6::MigrateToV6<Runtime>,);

Expand Down

0 comments on commit 71abeb2

Please sign in to comment.