Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

v2.6.0 - Candy-Covered Cactus Pretzel Rods 🍬🌵🥨

Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 18 Jul 20:00
· 724 commits to develop since this release
v2.6.0
a8de160

 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