github trufflesuite/ganache v2.5.5
v2.5.5 - Forking Bugs ⋔🐞

latest releases: v7.9.2, ganache@7.9.2, v7.9.1...
5 years ago

 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.


Oh, we're also holding TruffleCon 2019 August 2 - 4 at Microsoft's campus in Redmond, WA! And it'll be awesome. You should be there.


How to Upgrade

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

npm

npm uninstall ganache-core
npm install ganache-core@latest

yarn

yarn remove ganache-core
yarn add ganache-core@latest

Changelog

Bug Fixes

  • Fix forked transaction trace storage so it returns the correct data and doesn't modify the root trie (#398) – @davidmurdoch
  • Add guard for undefined connection (#385) – @olaf89
  • Fix crash and nonce mismatch when tracing a transaction on a forked chain (#396) – @davidmurdoch & @nicholasjpaterno
  • Fix invalid snapshot revert hanging when the shapshot id doesn't exist (#387) – @davidmurdoch

Maintenance

Documentation

Related Releases


💖 The Truffle Team

Don't miss a new ganache release

NewReleases is sending notifications on new releases.