Skip to content

@ethereumjs/vm v5.5.0

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 08 Jul 10:01
· 2045 commits to master since this release
2ba896e

Finalized London HF Support

This release integrates a Common library version which provides the london HF blocks for all networks including mainnet and is therefore the first release with finalized London HF support.

Included Source Files

Source files from the src folder are now included in the distribution build, see PR #1301. This allows for a better debugging experience in debug tools like Chrome DevTools by having working source map references to the original sources available for inspection.

Other Changes & Fixes

  • Improved browser compatibility by replacing instanceof calls on tx objects with functionality checks, PR #1315