github trufflesuite/ganache v2.7.0
v2.7.0 - Three Milk Cuban Flan 🍮

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

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 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

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

  • Change transaction signature value encoding to QUANTITY (#461) – @fjl

Feature

Maintenance

Miscellaneous

Related Releases


💖 The Truffle Team

Don't miss a new ganache release

NewReleases is sending notifications on new releases.