This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Upgrade Pallets to FRAME v2 #2882
Comments
44 tasks
This was referenced May 16, 2021
XCM sender doesn't need migration as it's not a pallet. Migrations in |
This was referenced Jul 3, 2021
Merged
This was referenced Jul 23, 2021
Once the last three are merged all the parachains pallets will have been migrated. With a quick grep I see that there is one small validator_manager.rs pallet in rococo and a few pallets in bridges still using the old macro. Not sure on the long term use of these but they may need to be migrated as well 🐲 |
thanks @ferrell-code ! probably we want to migrate the bridge pallet stuff, but we can open a new issue for that and have the bridge team track it cc @HCastano @tomusdrw |
Yeah, @ferrell-code feel free to open an issue and/or PRs in the |
5 tasks
2 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are a number of custom Polkadot pallets in this repo, and we could use help to migrate them to the new v2 macro.
The pallets which are already live need to check that they won't break, but new pallets like the onboarding systems should get migrated before they are put live on the network.
The text was updated successfully, but these errors were encountered: