-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encointer check-migration
on polkadot-sdk@1.6.0
bump fails
#200
Comments
@ggwpez @liamaharon any ideas? Missing some older migration? My guess is that |
cc: @brenzi |
my guess is this can be safely ignored because that storage is written to upon every block: See @bkchr 's answer here |
Ok, cool, thank you. Anyway, to write that kind of migration should be easy. So if we are ok, that the pipeline for Encointer check-migrations won't work for |
As the error is out of our scope and well-understood, I think we can safely be ok with that without wasting time on a migration (even if simple) |
ok, closing, at least we know about this issue. |
There is actually also a warning being printed: Is this expected @brenzi ? eg https://github.com/polkadot-fellows/runtimes/actions/runs/8051812338/job/21990579726?pr=159 |
We introduced a hack to fix uninitialized storage versions. now that the sdk takes care of that with 1.6.0, that would no longer be necessary. Doesn't hurt though and all migrations can be removed after the next upgrade anyway. I'd vouch for ignoring this warning |
PR: bkontur#4
Failed job: https://github.com/bkontur/runtimes/actions/runs/8048060879/job/21978599251?pr=4
Actual Encoiner
parachain_system::HostConfiguration
(V5 version):Other parachains live, using v6, e.g,. Polkadot AssetHub:
The text was updated successfully, but these errors were encountered: