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.
Experiencing problems? Have you tried our Stack Exchange first?
This is not a support question.
Motivation
I'm currently working on a way to "auto find" storage migrations that have already been implemented for pallets.
Github issue: uptest-sc/uptest#64
Request
Hello Everyone,
I'm currently trying to make a feature for
It would be amazing if there could be a naming standard or a recommended function name format for storage migrations. As of today their is no "rfc"-like standard for naming the functions that trigger storage migrations.
For examples, pallet-balances v0 -> v1: migration_balances_v01.rs
Is their any naming guide lines for naming migration functions at the moment?
Moderator: If this issue belongs more on stackexchange, let me know and I shall move it. I thought this would be best suited to post here.