Releases: init4tech/trevm
Releases · init4tech/trevm
v0.27.8
What's Changed
- deps: bump revm and alloy for later reth version by @prestwich in #119
- feat: trait for inspectors that accumulate output by @prestwich in #120
- feat: more inspector layering tools by @prestwich in #121
Full Changelog: v0.27.7...v0.27.8
v0.27.7
Full Changelog: v0.27.6...v0.27.7
v0.27.5
- feat: add
try_with_inspector
Full Changelog: v0.27.4...v0.27.5
v0.27.4
What's Changed
- feat: missing tools for inspector manipulation by @prestwich in #118
- feat: allow deconstruction of the journal by @prestwich in #116
Full Changelog: v0.27.3...v0.27.4
v0.27.3
fix: add a missing alloy filler
Full Changelog: v0.27.2...v0.27.3
v0.27.2
What's Changed
- refactor: BREAKING JournalEncode::encoded produces Bytes by @prestwich in #117
Full Changelog: v0.27.1...v0.27.2
v0.27.1
v0.27.0
v0.23.8
What's Changed
- fix: gas estimation does not return revert when a previous iteration succeeded by @prestwich in #113
Full Changelog: v0.23.7...v0.23.8
v0.23.7
What's Changed
- fix: estimation min set to gas_used - 1 rather than to estimate - 1 by @prestwich in #112
BREAKING:
- The
estimation
prop ofEstimationResult
has changed names tolimit
to make its function clearer and prevent bugs - The getter for the prop has been renamed to
limit()
Full Changelog: v0.23.6...v0.23.7