Skip to content

Releases: init4tech/trevm

v0.23.5

28 May 14:07
v0.23.5
a74ef27
Compare
Choose a tag to compare

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 the Ctx 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

29 May 13:45
v0.20.12
cf631f1
Compare
Choose a tag to compare

improve display impl for bundle error

Full Changelog: v0.20.11...v0.20.12

v0.23.4

22 May 19:07
v0.23.4
91e5f4f
Compare
Choose a tag to compare
v0.23.4 - feat: precompiles in builder

v0.23.2

22 May 18:18
v0.23.2
a086074
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.0...v0.23.2

v0.23.0

22 May 16:53
v0.23.0
873b506
Compare
Choose a tag to compare

What's Changed

  • chore(deps): upgrade to revm23/alloy1.0.5 by @Evalir in #104

Full Changelog: v0.20.11...v0.23.0

v0.20.11

14 May 16:49
v0.20.11
0f21f79
Compare
Choose a tag to compare

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

14 Apr 15:24
v0.20.10
3dba391
Compare
Choose a tag to compare

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

10 Apr 18:51
v0.20.9
5fcdf50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.8...v0.20.9

v0.20.8

10 Apr 13:38
v0.20.8
7840c2a
Compare
Choose a tag to compare

What's Changed

BREAKING:

  • TryDatabaseCommit has been removed, as it was upstreamed into revm.
    • change imports from use trevm::db::TryDatabaseCommit to use trevm::revm::database::TryDatabaseCommit

Full Changelog: v0.20.7...v0.20.8

v0.20.7

06 Apr 06:27
v0.20.7
e1a5fa7
Compare
Choose a tag to compare

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 become RunTxResult<MyDriver, A, B>

Full Changelog: v0.20.6...v0.20.7