ethereumjs-vm v4.2.0
This is a maintenance release preceding the v5.
API
- Adding optional fields
skipNonceandskipBalanceto therunBlockfunction. PR #663 - Added
codeAddressto thestepevent, allowing to have an address disambiguation when runningDELEGATECALLorCALLCODE. PR #651
Fixes
- Properly copying BigNumbers on stack. PR #733
- Fixes installation on Node 12, by bumping
leveldependency from^4.0.0to^6.0.0. PR #662
Internal
- StateManager tests are now ran in the browser context as well. PR #653
- Run tests with
ts-node. PRs #654, #658
Useful links