Highlights
How to Upgrade
Changelog
Related Releases
This is a special istanbul tagged release bringing you the latest from ethereumjs-vm's work on Istanbul (currently in beta). To use the new istanbul hardfork pass "istanbul" as the hardfork option in ganache-core's server or provider options, or ganache-cli via ganache-cli --harfork istanbul
Highlights
Istanbul 🦃
This special tagged version of ganache-core includes beta support for the upcoming Istanbul harfork!
This version also includes a fix for forking value and code deletion/destruction.
How to Upgrade
Upgrade to this special tagged version of ganache-core by running:
npm
npm uninstall ganache-core
npm install ganache-core@istanbulyarn
yarn remove ganache-core
yarn add ganache-core@istanbulChangelog
Feature
- Istanbul beta support; update
ethereumjs-vmto v4.1.0 (#466) – @davidmurdoch, special thanks to @s1na, @alcuadrado, @holgerd77 for making this happen!
Bug Fixes
- forking value and code deletion/destruction (#482) – @davidmurdoch
Related Releases
💖 The Truffle Team