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

v2.2.1 - Hot Fix 🔥

Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 16 Aug 23:22
· 945 commits to develop since this release

Release Highlights

Hotfix for a breaking change introduced in v2.2.1 in the new eth_estimateGas implementation.

Release Highlights from v2.2.0:

  • Added evm_setTime method to enable setting the time.
  • eth_estimateGas now returns more accurate estimate when a transaction has a gas refund.
  • evm_mine now accepts a timestamp parameter.
  • Includes revert reason string in result error message, when applicable.
  • Add user-agent to CORS "Access-Control-Allow-Headers" response to an fix issue in Firefox.
  • Fixes issue where transactions without a gasPrice may default to a gasPrice of 0x1 instead of the ganache provider/server's default/specified gasPrice.
  • Changes the default gasPrice from 0x4A817C800 (20 gwei) to a more reasonable value of 0x77359400 (2 gwei).
  • Add experimental eth_signTypedData method. This implementation will likely change in future versions.