Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

2.9.2-beta.1 - Popcorn (of undefined) 🍿

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 14 Jan 23:57
· 631 commits to develop since this release
v2.9.2-beta.1
e4ce3e1

 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

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-core by running:

npm

npm uninstall ganache-core
npm install ganache-core@beta

yarn

yarn remove ganache-core
yarn add ganache-core@beta

Changelog

Bug Fixes

  • Fixes TypeError: Cannot read property 'pop' of undefined bug (#530) – @davidmurdoch

Related Releases


💖 The Truffle Team