github trufflesuite/ganache v2.10.2
v2.10.2 – Queen of Puddings 👑🍮🎂

latest releases: v7.9.2, ganache@7.9.2, v7.9.1...
4 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

v2.10.2 – Queen of Puddings 👑🍮🎂

This updates ganache-core with several small but much needed improvements. As some of you may know, ganache recently included an update to fix the dreaded TypeError: Cannot read property 'pop' of undefined bug. However, in doing so we had inadvertently introduced another subtle bug where a long running ganache instance would hang on shutdown; waiting for the OS to gracefully cleanup any temporary files created during runtime before exiting completely. We quickly fixed this issue with ganache-core version 2.10.1. However :) in doing so we had inadvertently introduced another subtle bug: If the user's tmp dir and ganache's db directory are not located on the same drive/partition then db file writes would fail. We hope that this patch does not inadvertently introduce any subtle bugs.

We also include a bug fix for a long standing issue of JSONRPC compliance. Receipts will no longer include the v, r, and s transaction signature fields.

The patch also includes an update to correct a typo in ganache's options for the hdPath parameter. Big thanks to @GregTheGreek for this PR!!

Finally, we've updated our version of ethereumjs-util to fix a bug in the keccak package for node 12 users.


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

Maintenance

Related Releases


💖 The Truffle Team

Don't miss a new ganache release

NewReleases is sending notifications on new releases.