paritytech / paritytech/try-runtime-cli
Dry-run multi-block migrations
Open
@liamaharon is already working on this.
Since Apr 26, 2024.
enhancement
- Dominant language
- Rust
- Stars
- 25
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Original issue https://github.com/paritytech/substrate/issues/14291
@kianenigma am I right to assume we'll want to make it easy to test these with try-runtime-cli? Ideally should be as easy as `on-runtime-upgrade`, maybe make it auto-mine blocks until all multi-block migrations are complete & provide a hook that runs afterwards?
Originally posted by @liamaharon in https://github.com/paritytech/substrate/issues/14275#issuecomment-1570824518
Kian response:
Good to think about it early, and yes I think it is possible with little effort. I believe follow-chain will already do everything needed to test an MBM?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.