v2.10.2 – Queen of Puddings 👑🍮🎂
Highlights
How to Upgrade
Changelog
Related Releases
We're moving to a beta
› latest
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
- Fix db write error on partitioned drives (#548) @davidmurdoch
- Remove VRS values from receipt. Match JSONRPC spec (#549) @nicholasjpaterno
- Adjust hdPath param name (#519) @GregTheGreek
Maintenance
- Update ethereumjs-util to v6.2.0 (#550) @nicholasjpaterno
Related Releases
💖 The Truffle Team