Skip to content

Releases: init4tech/trevm

v0.23.8

19 Jun 11:40
v0.23.8
a32d151
Compare
Choose a tag to compare

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

18 Jun 16:08
v0.23.7
fc58b46
Compare
Choose a tag to compare

What's Changed

  • fix: estimation min set to gas_used - 1 rather than to estimate - 1 by @prestwich in #112

BREAKING:

  • The estimation prop of EstimationResult has changed names to limit 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

v0.23.6

11 Jun 10:19
v0.23.6
f9f5dd1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.5...v0.23.6

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