Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

6.7.0-beta.0 - This is not pudding 🥄

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 29 Aug 21:07
· 107 commits to develop since this release
v6.7.0-beta.0
f923ac7

 Highlights    How to Upgrade    Changelog    Related Releases 


We're moving to a betalatest 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 beta 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 beta version of ganache-cli by running:

npm

npm uninstall ganache-cli -g
npm install ganache-cli@beta -g

yarn

yarn global remove ganache-cli
yarn global add ganache-cli@beta

Changelog

Bug Fixes

Feature

Related Releases


💖 The Truffle Team