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-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
- Added
eth_chainId
(#419) – @tcichowicz
Bug Fixes
Maintenance
- Update README.md (#437) – @nicholasjpaterno
- docs: add example for accessing a server's provider (#403) – @lopezjurip
Related Releases
💖 The Truffle Team