-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Repair Rococo pallets #6657
Comments
Bounties is also broken. |
Hey @ggwpez, I'm trying to determine the actual version of some pallets to identify if any need a real migrations (rather than just setting the version) are needed and have a question. A version was added to As noted in this issue, the storage version for Council in Rococo (and other Is my assumption that |
I am not sure how much effort we should invest here for a test-net. Do you think this is reasonable @bkchr ?
I am not sure, but think that before paritytech/substrate#13417, there was no bullet-proof way to ensure it. |
Alright, well that makes my PR much easier :) Will open one just bumping on-chain to match current for now. |
Sounds reasonable! |
Fixed in paritytech/substrate#14174, #7251 |
Some Rococo pallets suffer from mismatching versions between their code and storage.
Output of the preliminary version of this paritytech/substrate#13062:
This probably comes from skipped runtimes and thereby skipped migrations in the upgrade process.
We need to double-check these pallets and then somehow fix them. Could be done by applying "re-deploy" migrations, or applying the missing migrations one by one. That is more of a pallet-by-pallet decision, since some of them have storage invariants which could have been broken.
Pallets:
The text was updated successfully, but these errors were encountered: