v2.7.0 - Three Milk Cuban Flan 🍮
Coming from the Ganache UI Updater? Head here for the latest Ganache UI releases: Ganache UI
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
We just got back from TruffleCon 2019 and it was amazing. And so was the inspiration for this release: the "Three Milk Cuban Flan" I ate while visiting Washington.
This version of ganache-core adds TypeScript typings and updates transaction signatures to align with the new spec changes. We also now expose a new option: account_keys_path
, which brings the cli flag of the same name from `ganache-cli into ganache-core.
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
Bug Fixes
Feature
- Add
account_keys_path
to ganache-core (#458) – @davidmurdoch
Maintenance
- Update web3 to v1.2.1 1a51a7a – @davidmurdoch
Miscellaneous
- Internal Improvement: Add preliminary TS typings (#450) – @CruzMolina, @nicholasjpaterno
Related Releases
💖 The Truffle Team