Skip to content

Releases: init4tech/trevm

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

v0.20.6

04 Apr 20:30
v0.20.6
15aff7a
Compare
Choose a tag to compare

What's Changed

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

04 Apr 08:19
v0.20.5
f7252a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.4...v0.20.5

v0.20.4

27 Mar 15:47
v0.20.4
9a79e24
Compare
Choose a tag to compare

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

27 Mar 14:45
v0.20.3
3366506
Compare
Choose a tag to compare

feature: disable_nonce_checks and related methods

Full Changelog: v0.20.2...v0.20.3

v0.20.2

27 Mar 14:18
v0.20.2
f82e063
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.1...v0.20.2

v0.20.1

27 Mar 12:30
v0.20.1
67050c7
Compare
Choose a tag to compare

What's Changed

  • fix: remove dbgs

Full Changelog: v0.20.0...v0.20.1

v0.20.0

27 Mar 11:28
v0.20.0
6928dcb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.11...v0.20.0

v0.19.11

04 Mar 13:10
v0.19.11
747c725
Compare
Choose a tag to compare

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

04 Mar 11:57
v0.19.10
121563a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.9...v0.19.10