Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

v2.1.1 - Bug Fixes 🐛

Compare
Choose a tag to compare
@benjamincburns benjamincburns released this 12 Jun 16:43
· 1018 commits to develop since this release

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.