Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Upgrade Pallets to FRAME v2 #2882

Closed
9 tasks done
shawntabrizi opened this issue Apr 14, 2021 · 4 comments
Closed
9 tasks done

Upgrade Pallets to FRAME v2 #2882

shawntabrizi opened this issue Apr 14, 2021 · 4 comments

Comments

@shawntabrizi
Copy link
Member

shawntabrizi commented Apr 14, 2021

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.

@shaunxw
Copy link
Contributor

shaunxw commented Jun 12, 2021

XCM sender doesn't need migration as it's not a pallet. Migrations in runtime > common are done.

@ferrell-code
Copy link
Contributor

ferrell-code commented Jul 29, 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

🐲

@shawntabrizi
Copy link
Member Author

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

@HCastano
Copy link
Contributor

HCastano commented Aug 2, 2021

Yeah, @ferrell-code feel free to open an issue and/or PRs in the parity-bridges-common repo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants