Skip to content

@ethereumjs/vm v5.5.1

Compare
Choose a tag to compare
@ryanio ryanio released this 02 Aug 20:06
· 2016 commits to master since this release
7f095a8

This is a preparatory bug fix release for the London hardfork which is expected to land on mainnet on August 4th. This release contains a fix for a tx validation consensus bug encountered on Ropsten on July 21 and fixed with PR #1372.

Changelog

New Features

  • StateManager: Added modifyAccountFields method to simplify the getAccount -> modify fields -> putAccount pattern, PR #1369

Bug Fixes

  • Fix EIP1559 bug to include tx value in balance check, fix nonce check, PR #1372
  • Update ethereum/tests to v9.0.3 and fix for uncles at hardfork transition, PR #1347

Maintenance

  • Update internal common usage to new Chain & Hardfork enums, PR #1363
  • Add tests for wrong transactions, PR #1374
  • Fix several internal todos, PR #1375

Dependencies, CI and Docs

  • Add hardhat e2e test integration, PR #1348