2.0.2 - ✨ Mystery Flavor ✨
Another bug-fix release here. 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!
Our beta releases shouldn't introduce any new bugs, but it's very possible we've messed something up. If you'd like the latest-and-greatest Ganache features and fixes, but possibly a little less stable, the betas are for you!
Highlights
In this latest version we've fixed some issues introduced with the initial 2.0.0 release, specifically issues with decoding contracts.
We've also updated ganache-core, the gooey center powering Ganache UI, to its latest version. This update adds support for binary data over websockets, updates eth-sig-util to fix a global variable leak, and some other bugs, too!
In case you missed it, we're 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
To upgrade, you can:
- upgrade in-app when notified (on supported platforms),
- choose the appropriate download binary from the Assets section of the GitHub release.
Changelog
Bug Fixes
- Update truffle-decoder to v3.0.1, truffle-config to v1.1.9 (trufflesuite/ganache@6077b96) – @davidmurdoch
- Handle truffle-decoder exceptions (trufflesuite/ganache@0e86758) – @davidmurdoch
- Update ganache-core to v2.5.6 (trufflesuite/ganache@af8126c) – @davidmurdoch
- Fix forked transaction trace storage (again) so it doesn't crash anymore (trufflesuite/ganache#420) – @davidmurdoch
- Handle binary websocket messages (trufflesuite/ganache#410) – @davidmurdoch
- Gas estimation: make sure we always return a
lowestIndex
for a range (trufflesuite/ganache#421) – @davidmurdoch & @nicholasjpaterno - Fix getBlockTransactionCountByNumberFormat so it returns the right format (trufflesuite/ganache#414) – @davidmurdoch
Maintenance
- Update eth-sig-util to fix global variable leak (trufflesuite/ganache#415) – @davidmurdoch
Related Releases
💖 The Truffle Team