-
Notifications
You must be signed in to change notification settings - Fork 1.6k
configuration: drop pvf_checking_enabled
parameter
#7396
configuration: drop pvf_checking_enabled
parameter
#7396
Conversation
Another config migration - let's merge this with the other ones. |
…cking-switch-from-cfg
bot merge |
Error: Statuses failed for fb2c83f |
…cking-switch-from-cfg
bot merge |
Waiting for commit status. |
CI for migrations actually fails with "corrupted state" error at active config key. However, it shows host config without UPD: the reason is empty list of |
Hmm, this comment apparently did not make it through. @antonva @tdimitrov the other migrations now have to be adjusted again (bumped one version). Also @tdimitrov doesn't the storage migration issue we had (which was blocking the other PR) not also affect this one? @slumber |
My bad, got sidetracked several times and was busy debugging the CI issue. The summary is here #7489 (comment) |
As far as I understand from the conversation in #7489 - it should be safe now because the UMP migration is already released (but not yet applied) for Polkadot. But generally speaking you are right - UMP migration will fail if it is executed together with host config v7 AND before it. EDIT: by fail I meant the try-runtime checks. I'm not sure if the actual migration will or will not fail as it just sets values we don't touch. |
The comment above is not correct. The UMP migration doesn't fail, the HostConfig V7 one fails. #7265 was supposed to introduce HostConfig V7 so I hadn't got the same problem back then. |
Follow-up for #7138, simply removes unused value from the config.
Part of #3211