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:
async
tov2.6.2
debug
to3.2.6
eth-sig-util
to2.2.0
ethereumjs-abi
to0.6.7
ethereumjs-account
to3.0.0
ethereumjs-block
to2.2.0
ethereumjs-util
to6.1.0
ethereumjs-vm
to3.0.0
lodash
to4.17.14
merkle-patricia-tree
to2.3.2
seedrandom
to3.0.1
source-map-support
to0.5.12
tmp
to0.1.0
web3-provider-engine
to14.2.0
websocket
to1.0.29
coveralls
to^3.0.4
eslint-plugin-promise
to4.2.1
prettier
to^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@beta
yarn
yarn remove ganache-core
yarn add ganache-core@beta
Changelog
Bug Fixes
- Fix
evm_revert
crash when passed invalid ansubscriptionId
(fixes #386) (#447) - Fix make sure we don't call
processNextBlock
'scallback
twice (#448) - Fix
eth_call
andeth_estimate
gas limits (mostly) (#449) - Ensure
timestamp
,blockNumber
, andparentHash
are correct (#443)
Maintenance
- Update direct dependencies (#445)
- Update shrinkwrap (66c1053)
- Fix webpack/minification issue (3acbb85)
Related Releases
💖 The Truffle Team