v6.8.2-beta.0 - Popcorn (of undefined) 🍿
Pre-release
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
Popcorn (of undefined) 🍿
This beta version contains a (potential? 😅) fix to work around this open Merkle Patricia Tree bug from 2016: ethereumjs/merkle-patricia-tree#12!
Being that this seems to be a race-condition bug it is difficult to say for sure if this will fix all instances of this bug. If you do still get the dreaded TypeError: Cannot read property 'pop' of undefined
after upgrading to this version please file an issue with the details!
How to Upgrade
Upgrade to this beta version of ganache-cli by running:
npm
npm uninstall ganache-cli -g
npm install ganache-cli@beta -g
yarn
yarn global remove ganache-cli
yarn global add ganache-cli@beta
Changelog
Bug Fixes
- Fixes
TypeError: Cannot read property 'pop' of undefined
bug (trufflesuite/ganache#530) – @davidmurdoch
Related Releases
💖 The Truffle Team