This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
try-runtime-cli: support testing new multi-block migrations #14291
Labels
J0-enhancement
An additional feature request.
S4-blocked
Issue is blocked, see comments for further information.
T1-runtime
This PR/Issue is related to the topic “runtime”.
Z2-medium
Can be fixed by a coder with good Rust knowledge but little knowledge of the codebase.
Originally posted by @liamaharon in #14275 (comment)
Kian response:
I don't think
follow-chain
is necessarily a good solution.post_upgrade
hook once its migration has finished executing.follow-chain
, making development iterations much slower and requiring a live node running. Some of the plumbing infast-forward
is might be a better solution here?Ideally, I think we'd be able to run
on-runtime-upgrade
like usual and it'll fast-forward until all migrations have completed, and then run a post_migration hook. Unfortunately fast-forward is not production ready due to the inherents issue, it seems this feature makes fixing the inherents issue much higher priority now?The text was updated successfully, but these errors were encountered: