github trufflesuite/ganache v2.6.0
v2.6.0 - Candy-Covered Cactus Pretzel Rods 🍬🌵🥨

latest releases: v7.9.2, ganache@7.9.2, v7.9.1...
4 years ago

 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-core 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-core by running:

npm

npm uninstall ganache-core
npm install ganache-core@latest

yarn

yarn remove ganache-core
yarn add ganache-core@latest

Changelog

Features

Bug Fixes

  • Fix eth_getStorageAt in a forked chain (#438) – @niklasb

Maintenance

Related Releases


💖 The Truffle Team

Don't miss a new ganache release

NewReleases is sending notifications on new releases.