Skip to content

v2.5.1 - Bugfix Release

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 23 Mar 12:23
· 1518 commits to master since this release
7330c4a

Features

  • Added memoryWordCount to the step event object,
    PR #405

Bug Fixes

  • Fixed a bug which caused an overwrite of the passed state trie (opts.state)
    when instantiating the library with the opts.activatePrecompiles option,
    PR #415
  • Fixed error handling in runCode (in case loadContract fails),
    PR #408
  • Fixed a bug in the StateManager.generateGenesis() function,
    PR #400

Tests

  • Upgraded ethereumjs-blockchain and level for test runs,
    PR #414
  • Fixed issue when running code coverage on PRs from forks,
    PR #402