This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Prevent pallet version inconsistency #13062
Labels
J0-enhancement
An additional feature request.
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
Currently we have the soft assumption that
on_chain_storage_version() == current_storage_version()
for all pallets.There are indications that this does not hold for all pallets on Rococo. It would be nice to have a post-migration check which asserts this so that no migrations can be forgotten.
The text was updated successfully, but these errors were encountered: