You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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