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

v6.10.2 – Triple Chocolate Block Pudding 🍫🍫🍫🧱🍮

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 20:14
· 35 commits to develop since this release

 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

v6.10.2 – Triple Chocolate Block Pudding 🍫🍫🍫🧱🍮

Are there too many emojis in this release name? The answer is no; there can never been too many emojis!

We've got three new bug fixes in this release, thanks to contributor @Ivshti and Truffler @seesemichaelj!


How to Upgrade

Upgrade to the latest beta 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:

Forking

Maintenance:

  • move forking tests to a separate directory (#608)
  • move forking code to its own directory (#609)

Related Releases

💖 The Truffle Team