v6.5.0 - Candy-Covered Cactus Pretzel Rods 🍬🌵🥨
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
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
- Added
eth_chainId
(trufflesuite/ganache#419) – @tcichowicz
Bug Fixes
- Fix
eth_getStorageAt
in a forked chain (trufflesuite/ganache#438) – @niklasb
Maintenance
- Update README.md (trufflesuite/ganache#437) – @nicholasjpaterno
- docs: add example for accessing a server's provider (trufflesuite/ganache#403) – @lopezjurip
Related Releases
💖 The Truffle Team