Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

v6.0.1 - Crème Brûlée

Compare
Choose a tag to compare
@benjamincburns benjamincburns released this 16 Nov 01:33
· 323 commits to develop since this release

Hello

With this release we've updated to ganache-core v2.0.0, thereby introducing full support for the new EVM features released in the Byzantium fork!

What's New

  • Full support for all new Byzantium opcodes, compiled contracts, and API changes
  • #29 - ensure gasPrice can be set to 0
  • Fix bad response for eth_getBlockByNumber and eth_getBlockByHash -- receiptRoot should have been receiptsRoot
  • Fix #287 - race condition when handling eth_call and eth_estimateGas
  • Initialization performance improvement (see PR trufflesuite/ganache#17)
  • Numerous small testing improvements

Get the new version!

To get the new version, first uninstall the previous version of the TestRPC:

$ npm uninstall -g ethereumjs-testrpc

Then install the new version:

$ npm install -g ethereumjs-testrpc