Skip to content

@ethereumjs/vm v5.7.1

Compare
Choose a tag to compare
@ryanio ryanio released this 05 Feb 00:52
· 1562 commits to master since this release
68f7149

This patch release adds a guard to not enable the recently added EIP-3607 by default. This helps downstream users who may emulate contract accounts as part of their testing strategies.

  • Add guard to not enable EIP-3607 by default, PR #1691

Also included is a performance enhancement to skip extra log processing when debug is not enabled:

  • Skip _runStepHook method if no step event listener, PRs #1676 #1681