This repository was archived by the owner on Jan 21, 2022. It is now read-only.
v6.0.1 - Crème Brûlée
·
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
gasPricecan be set to 0 - Fix bad response for
eth_getBlockByNumberandeth_getBlockByHash--receiptRootshould have beenreceiptsRoot - Fix #287 - race condition when handling
eth_callandeth_estimateGas - Initialization performance improvement (see PR ConsenSys-archive/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