Skip to content

@ethereumjs/vm v6.0.0

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 06 Sep 10:58
· 1266 commits to master since this release
1e0de28

Final release - tada 🎉 - of a wider breaking release round on the EthereumJS monorepo libraries, see the Beta 1 release notes for the main long change set description as well as the Beta 2, Beta 3 and Release Candidate (RC) 1 release notes for notes on some additional changes (CHANGELOG).

Changes

  • Breaking: Renamed receiptRoot parameter to receiptsRoot (plural for receipts) for VM.runBlock() result and AfterBlock event, PR #2259
  • Internal refactor: removed ambiguous boolean checks within conditional clauses, PR #2248