Releases: paritytech/try-runtime-cli
Releases · paritytech/try-runtime-cli
0.4.0
What's Changed
- Update CI actions/checkout@v2 deprecated using v4 by @simonsso in #49
- CI Clippy and fmt workflows by @simonsso in #54
- Refactor to enumerated types by @simonsso in #50
- Add GHA tests workflow by @liamaharon in #52
- Add migration idempotency checks by @liamaharon in #48
- Rejig block selection to properly respect
--at
by @liamaharon in #55
New Contributors
Full Changelog: v0.3.5...v0.4.0
0.3.5
What's Changed
- Fix state machine return value assumption by @liamaharon in #47
Full Changelog: v0.3.4...v0.3.5
0.3.4
What's Changed
- Bump rustix from 0.36.15 to 0.36.16 by @dependabot in #43
- Fix small doc issue by @bkchr in #44
- Exit with non-zero code when there're weight warnings by @liamaharon in #46
New Contributors
Full Changelog: v0.3.3...v0.3.4
0.3.3
0.3.2
v0.3.1
What's Changed
- minor docs improvements by @liamaharon in #31
- Bump quinn-proto from 0.9.4 to 0.9.5 by @dependabot in #34
- Create CONTRIBUTING.md by @liamaharon in #24
- allow hashed prefix to be configured. by @kianenigma in #33
- Warn if user runs
on-runtime-upgrade
with a spec version not gt on-chain spec version by @liamaharon in #37 - Fix PoV overestimation when
on-runtime-upgrade
is run with checks by @liamaharon in #36 - Use
stable
toolchain by @nukemandan in #38 - Use latest
polkadot-sdk
and update version to0.3.1
by @liamaharon in #39
New Contributors
- @kianenigma made their first contribution in #33
- @nukemandan made their first contribution in #38
Full Changelog: v0.3.0...v0.3.1
0.3.0
What's Changed
- Remove
cli
feature by @pmikolajczyk41 in #27 - dynamic dispatch
fast_forward
subcommand by @liamaharon in #25
Full Changelog: v0.2.0...v0.3.0
0.2.0
What's Changed
- Improved runtime upgrade ref_time and PoV logging by @liamaharon in #22
Full Changelog: v0.1.0...v0.2.0
0.1.0
Completed migrating all features of the substrate try-runtime
subcommand to this repo (see paritytech/substrate#12975).
What's Changed
- Initial setup by @pmikolajczyk41 in #1
- CI: Rust checks by @pmikolajczyk41 in #3
- Import
execute-block
by @pmikolajczyk41 in #4 - v0.1.0: ready to replace existing substrate subcommand by @liamaharon in #6
- Move dependencies to workspace by @pmikolajczyk41 in #21
- Bump rustls-webpki from 0.100.1 to 0.100.2 by @dependabot in #23
New Contributors
- @pmikolajczyk41 made their first contribution in #1
- @liamaharon made their first contribution in #6
- @dependabot made their first contribution in #23
Full Changelog: https://github.com/paritytech/try-runtime-cli/commits/v0.1.0