Skip to content

Conversation

liamaharon
Copy link
Contributor

No description provided.

@liamaharon liamaharon added the R0-no-crate-publish-required The change does not require any crates to be re-published. label Apr 19, 2024
@liamaharon liamaharon marked this pull request as ready for review April 19, 2024 08:35
@liamaharon liamaharon requested a review from a team as a code owner April 19, 2024 08:35
@liamaharon liamaharon changed the title fix: westend migrations ci: re-enable westend migrations Apr 19, 2024
@liamaharon liamaharon changed the title ci: re-enable westend migrations ci: disallow westend migration failure Apr 19, 2024
Comment on lines -1653 to -1678
pub type Unreleased = (
parachains_configuration::migration::v7::MigrateToV7<Runtime>,
pallet_staking::migrations::v14::MigrateToV14<Runtime>,
assigned_slots::migration::v1::MigrateToV1<Runtime>,
parachains_scheduler::migration::MigrateV1ToV2<Runtime>,
parachains_configuration::migration::v8::MigrateToV8<Runtime>,
parachains_configuration::migration::v9::MigrateToV9<Runtime>,
paras_registrar::migration::MigrateToV1<Runtime, ()>,
pallet_referenda::migration::v1::MigrateV0ToV1<Runtime, ()>,
pallet_grandpa::migrations::MigrateV4ToV5<Runtime>,
parachains_configuration::migration::v10::MigrateToV10<Runtime>,
pallet_nomination_pools::migration::unversioned::TotalValueLockedSync<Runtime>,
// Migrate Identity pallet for Usernames
pallet_identity::migration::versioned::V0ToV1<Runtime, IDENTITY_MIGRATION_KEY_LIMIT>,
parachains_configuration::migration::v11::MigrateToV11<Runtime>,
parachains_configuration::migration::v12::MigrateToV12<Runtime>,
// permanent
pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
// Migrate from legacy lease to coretime. Needs to run after configuration v11
coretime::migration::MigrateToCoretime<
Runtime,
crate::xcm_config::XcmRouter,
GetLegacyLeaseImpl,
>,
parachains_inclusion::migration::MigrateToV1<Runtime>,
);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are all released

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime> is supposed to stay in, but should probably be in another tuple.

@liamaharon liamaharon added this pull request to the merge queue Apr 22, 2024
Merged via the queue into master with commit 253778c Apr 22, 2024
@liamaharon liamaharon deleted the liam-fix-westend-migrations branch April 22, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-no-crate-publish-required The change does not require any crates to be re-published.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants