Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

v6.5.1 - Croquembouche 🔺

Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 31 Jul 16:36
· 116 commits to develop since this release
v6.5.1
d73dd23

 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

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 to v2.6.2
  • debug to 3.2.6
  • eth-sig-util to 2.2.0
  • ethereumjs-abi to 0.6.7
  • ethereumjs-account to 3.0.0
  • ethereumjs-block to 2.2.0
  • ethereumjs-util to 6.1.0
  • ethereumjs-vm to 3.0.0
  • lodash to 4.17.14
  • merkle-patricia-tree to 2.3.2
  • seedrandom to 3.0.1
  • source-map-support to 0.5.12
  • tmp to 0.1.0
  • web3-provider-engine to 14.2.0
  • websocket to 1.0.29
  • coveralls to ^3.0.4
  • eslint-plugin-promise to 4.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 version of ganache-cli by running:

npm

npm uninstall ganache-cli -g
npm install ganache-cli@latest -g

yarn

yarn global remove ganache-cli
yarn global add ganache-cli@latest

Changelog

Misc

  • Display Available Account addresses as EIP-55 checksum addresses when ganache-cli starts (#659)

Bug Fixes

Maintenance

Related Releases


💖 The Truffle Team