Releases: init4tech/trevm
Releases · init4tech/trevm
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
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