Releases: init4tech/trevm
Releases · init4tech/trevm
v0.20.7
What's Changed
- chore: fix trevm aliases to use noop by default by @prestwich in #101
BREAKING:
- Driver Error Aliases have been changed to put the driver generic first. e.g.
RunTxResult<A, B, MyDriver>
has becomeRunTxResult<MyDriver, A, B>
Full Changelog: v0.20.6...v0.20.7
v0.20.6
What's Changed
- fix: db in driver traits again by @prestwich in #100
BREAKING:
Changes all Driver traits to be generic over DB, instead of having their GAT and functions generic over DB
Full Changelog: v0.20.5...v0.20.6
v0.20.5
v0.20.4
What's Changed
- fix: add inspector bounds and always inspect by @prestwich in #96
Full Changelog: v0.20.3...v0.20.4
v0.20.3
feature: disable_nonce_checks
and related methods
Full Changelog: v0.20.2...v0.20.3
v0.20.2
What's Changed
- Set chain id in simulation fillers by @prestwich in #95
Full Changelog: v0.20.1...v0.20.2
v0.20.1
v0.20.0
What's Changed
- refactor: remove zenith, prep to invert dep relationship by @prestwich in #89
- chore: contributing.md by @prestwich in #91
- refactor: trevm_try by @prestwich in #92
- Dep: update revm to 20 by @prestwich in #94
Full Changelog: v0.19.11...v0.20.0
v0.19.11
What's Changed
- BREAKING fix: un-swap the block overrides methods behaviors by @prestwich in #88
Full Changelog: v0.19.10...v0.19.11
v0.19.10
What's Changed
- BREAKING fix: restore commit bounds to drivers by @prestwich in #86
- feat: child db for concurrent state by @prestwich in #87
Full Changelog: v0.19.9...v0.19.10