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

v6.5.0 - Candy-Covered Cactus Pretzel Rods 🍬🌵🥨

Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 18 Jul 20:00
· 122 commits to develop since this release
v6.5.0
84589e1

 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

First of all, Candy-Covered Cactus Pretzel Rods is a real thing. Google it.

Secondly, this version of ganache-cli introduces a new feature: eth_chainId (finally)! eth_chainId is currently hard-coded to return 1337; we'll be making this value configurable in a future release. We've also got some bug fixes related to forking in this release as well.


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

Features

Bug Fixes

Maintenance

Related Releases


💖 The Truffle Team