You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Our migration tooling revolves around the idea of each pallet having a storage version. Now the fact that pallets are not required to declare such a version makes additional code necessary to deal with these cases (eg #13417).
I would therefore propose to depreciate missing pallet::storage_version attributes and print a warning (for now) akin to implicit call indices. The dev-mode could keep them obviously.
Our migration tooling revolves around the idea of each pallet having a storage version. Now the fact that pallets are not required to declare such a version makes additional code necessary to deal with these cases (eg #13417).
I would therefore propose to depreciate missing
pallet::storage_versionattributes and print a warning (for now) akin to implicit call indices. The dev-mode could keep them obviously.