Releases: init4tech/trevm
Releases · init4tech/trevm
v0.23.6
What's Changed
- improves database error logging by @dylanlott in #109
- fix: populate MPFPG from tx request in 1559 transactions by @prestwich in #110
- feat: support 7702 txns when filling by @prestwich in #111
New Contributors
- @dylanlott made their first contribution in #109
Full Changelog: v0.23.5...v0.23.6
v0.23.5
What's Changed
- refactor: improve timeout error by not hijacking stack too deep by @prestwich in #108
BREAKING: the timeout inspector has been improved
- the implementation now requires
Ctx<Db>
where previously it did not bound theCtx
at all - the implementation now shortcut exits execution with a custom error, rather than setting all callframes to stacktoodeep
Full Changelog: v0.23.4...v0.23.5
v0.20.12
improve display impl for bundle error
Full Changelog: v0.20.11...v0.20.12
v0.23.4
v0.23.2
v0.23.0
v0.20.11
What's Changed
- Adds filler impls for the things that are filled by @prestwich in #105
Full Changelog: v0.20.10...v0.20.11
v0.20.10
Fillers are now object safe. Box<dyn Tx>
, Arc<dyn Cfg>
and other variants are now cool and easy to use and pretty
Full Changelog: v0.20.9...v0.20.10
v0.20.9
v0.20.8
What's Changed
- feat: cachingdb traits by @prestwich in #102
BREAKING:
TryDatabaseCommit
has been removed, as it was upstreamed into revm.- change imports from
use trevm::db::TryDatabaseCommit
touse trevm::revm::database::TryDatabaseCommit
- change imports from
Full Changelog: v0.20.7...v0.20.8