This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
v6.6.0 - Three Milk Cuban Flan 🍮
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-cli adds TypeScript typings to ganache-core and updates transaction signatures to align with the new spec changes.
How to Upgrade
Upgrade to the latest version of ganache-cli by running:
npm
npm uninstall ganache-cli -g
npm install ganache-cli@latest -g
yarn
yarn global remove ganache-cli
yarn global add ganache-cli@latest
Changelog
Bug Fixes
- Change transaction signature value encoding to QUANTITY (/trufflesuite/ganache-core/461) – @fjl
- Fixes
account_keys_path
option doesn't work (renamesacctKeys
toaccount_keys_path
and then alias asacctKeys
, add documentation)
Maintenance
- Update web3 to v1.2.1 trufflesuite/ganache@1a51a7a – @davidmurdoch
Miscellaneous
- Internal Improvement: Add preliminary TS typings (/trufflesuite/ganache-core/450) – @CruzMolina, @nicholasjpaterno
Related Releases
💖 The Truffle Team