github bluealloy/revm v21
revm: v3.1.0

latest releases: v44, v43, v42...
17 months ago

Main changes can be summarizes in:

  • f91d5f9 - refactor: remove gas blocks (#391) (5 weeks ago)
    • removal of gas block allowed us to have more compact analysis data. Gas block from beginning didn't have big impact on performance but introduced not intuitive gas calculations that was
      source of some bugs.
  • 08ce847 - feat(Shanghai): All EIPs: push0, warm coinbase, limit/measure initcode (#376) (7 weeks ago)
    • revm is Shanghai ready
  • afc3066 - fix(db): preserve existing account state (#414) (4 weeks ago)
    • There wasone bug inside CacheDB that was here for a long time, and would happen only if
      selfdestruct/create2 is called in multiple transaction on same account on same cache data.
  • 92f08be - feat: json opcode traces EIP-3155 (#356) (7 weeks ago)

What's Changed

New Contributors

Full Changelog: v20...v21

Don't miss a new revm release

NewReleases is sending notifications on new releases.