-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Conversation
The CI pipeline was cancelled due to failure one of the required jobs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we have a blanket storage version setter that receive the list (or tuple) of all pallets and sets the correct version for all of them, and we run that once?
Or even run that always?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for a generic wrapper
I don't think we should not use a generic wrapper because it would risk us bumping the on-chain version to the current version if someone forgot to include the migration in the Migrations tuple, like I was right about to do in this PR :) #7309 added a migration for ImOnline. Adding it to Unreleased is currently in review currently here: #7387 Closing in favour of that PR. |
Need to set the onchain version for the pallet as part of fixing try-on-runtime-upgrade Kusama & Westend checks.
todo: