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
I've never had Croquembouche, but it looks delicious!
This version of ganache-core is full of bug fixes and dependency updates.
Dependencies updated in this version:
asynctov2.6.2debugto3.2.6eth-sig-utilto2.2.0ethereumjs-abito0.6.7ethereumjs-accountto3.0.0ethereumjs-blockto2.2.0ethereumjs-utilto6.1.0ethereumjs-vmto3.0.0lodashto4.17.14merkle-patricia-treeto2.3.2seedrandomto3.0.1source-map-supportto0.5.12tmpto0.1.0web3-provider-engineto14.2.0websocketto1.0.29coverallsto^3.0.4eslint-plugin-promiseto4.2.1prettierto^1.18.2
We haven't updated ethereumjs-tx yet as there is a little more legwork we'll need to do in order to get transaction signing working properly with the latest version.
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
Upgrade to the latest beta version of ganache-core by running:
npm
npm uninstall ganache-core
npm install ganache-core@betayarn
yarn remove ganache-core
yarn add ganache-core@betaChangelog
Bug Fixes
- Fix
evm_revertcrash when passed invalid ansubscriptionId(fixes #386) (#447) - Fix make sure we don't call
processNextBlock'scallbacktwice (#448) - Fix
eth_callandeth_estimategas limits (mostly) (#449) - Ensure
timestamp,blockNumber, andparentHashare correct (#443)
Maintenance
- Update direct dependencies (#445)
- Update shrinkwrap (66c1053)
- Fix webpack/minification issue (3acbb85)
Related Releases
💖 The Truffle Team