github trufflesuite/ganache v2.1.1
v2.1.1 - Bug Fixes 🐛

latest releases: v7.9.2, ganache@7.9.2, v7.9.1...
5 years ago

Release highlights

  • Minimum required version of node is now 8.9.0
    • Allows us to use the async/await keywords or dependencies which use these keywords
  • Makes it possible to fetch revert or require reason strings when vmErrorsOnRpcResponse is false
  • Correctly restores time deltas on snapshot/revert
  • Preserves transaction signatures sent along with eth_sendRawTransaction
  • Makes it possible to disable storage/memory/stack output in debug_traceTransaction (useful for code coverage tooling)
  • Fixes JSON encoding of log & receipt types, respecting the data/quantity format types specified in the RPC wiki.
  • Less strict checks on filter/subscription IDs and on addresses specified in log filters/subscriptions to allow for mixed case hex encoding.
  • Renamed blocktime to blockTime to follow ganache-cli changes.
  • Fixes Server.listen so that it now passes the SateManager in its callback.
  • Returns more helpful error message when eth_getTransactionCount is called with a bad block number.

Don't miss a new ganache release

NewReleases is sending notifications on new releases.