v6.5.1-beta.0 - Croquembouche 🔺
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
I've never had Croquembouche, but it looks delicious!
Account addresses are now displayed as EIP-55 checksum addresses, and account balances are shown without the ~
prefix if the amounts aren't rounded (e.g., 100
instead of ~100
).
This version of ganache-cli 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.
We also updated source-map-support
and yargs
.
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-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
Misc
- Display Available Account addresses as EIP-55 checksum addresses when
ganache-cli
starts (#659)
Bug Fixes
- Fix
evm_revert
crash when passed invalid ansubscriptionId
(fixes trufflesuite/ganache#386) (trufflesuite/ganache#447) - Fix make sure we don't call
processNextBlock
'scallback
twice (trufflesuite/ganache#448) - Fix
eth_call
andeth_estimate
gas limits (mostly) (trufflesuite/ganache#449) - Ensure
timestamp
,blockNumber
, andparentHash
are correct (trufflesuite/ganache#443)
Maintenance
- Update packages (bn.js, source-map-support, yargs) (#661)
- Update direct dependencies (trufflesuite/ganache#445)
- Update shrinkwrap (trufflesuite/ganache@66c1053)
- Fix webpack/minification issue (trufflesuite/ganache@3acbb85)
Related Releases
💖 The Truffle Team