Release Highlights
- 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 atimestamp
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 agasPrice
of0x1
instead of the ganache provider/server's default/specifiedgasPrice
. - Changes the default gasPrice from
0x4A817C800
(20 gwei) to a more reasonable value of0x77359400
(2 gwei). - Add experimental
eth_signTypedData
method. This implementation will likely change in future versions.