This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
v6.7.0 - This is not pudding 🥄
Highlights
How to Upgrade
Changelog
Related Releases
We're moving to a beta
› latest
release pipeline, where all non-hotfix changes are first released in a beta before being promoted to a stable release.
We'd love it if you'd start using the latest betas and let us know early and often if you find any bugs or regressions!
Highlights
You'll enjoy this! 🥄 This is not pudding. 🥄 *
This version of ganache-cli now correctly returns an RPC error instead of an estimate for transactions that fail during a call to eth_estimateGas
. We also now support arrays in eth_signTypedData
!
How to Upgrade
Upgrade to the latest version of ganache-cli by running:
npm
npm uninstall ganache-cli -g
npm install ganache-cli@latest -g
yarn
yarn global remove ganache-cli
yarn global add ganache-cli@latest
Changelog
Bug Fixes
- Return errors when a tx fails in estimation (trufflesuite/ganache#457) – @nicholasjpaterno, @davidmurdoch
- Update web3-provider-engine to v14.2.1, fixes an RPC encoding regression (trufflesuite/ganache#470) – @davidmurdoch
Feature
- update eth-sig-util signTypedData call (trufflesuite/ganache#460) – @BrendanChou
Related Releases
💖 The Truffle Team