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

v6.4.3 - Forking Bugs ⋔🐞

Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 15 Apr 20:14
· 139 commits to develop since this release
v6.4.3
c75a27e

 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

Forked transactions have been fixed before, but the previous fix had to be reverted due to unwanted side effects. The fix is back now, and is hopefully side-effect free this time!

We've also fixed some other bugs, improved documentation, and did a little maintenance, too.

How to Upgrade

Upgrade to the latest version of ganache-cli by running:

npm

npm uninstall ganache-cli
npm install ganache-cli@latest

yarn

yarn remove ganache-cli
yarn add ganache-cli@latest

Changelog

Bug Fixes

Maintenance

Documentation

Related Releases


💖 The Truffle Team