This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v1.1.0-beta.1 - Candy Apple π
Pre-release
Pre-release
benjamincburns
released this
19 Feb 21:51
·
1459 commits
to develop
since this release
Release Highlights
- Exposes a settings switch to control transaction error reporting behavior mentioned in previous beta release.
- Handles errors on startup better, exposing the bug dialog box rather than hanging.
- Includes changes from ganache-cli v6.1.0-beta.1 and ganache-core v2.1.0-beta.1
- Fix
evm_mine
to return a valid JSON RPC response (trufflesuite/ganache#354) - Revert default value of
vmErrorsOnRPCResponse
to true to avoid breaking change - Fixes invalid RPC response errors caused by transactions which should have been rejected before entering the transaction pool (trufflesuite/ganache#84, trufflesuite/ganache#471)
- Makes
eth_call
use the block gas limit when no gas limit is specified - Fixes batch request support (trufflesuite/ganache#320)
- Fix
Note: This release is a beta, meaning we think it's going to be great, but we haven't put it through rigorous manual testing just yet. Please help us out and raise issues for any problems you discover!