Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

v6.6.0 - Three Milk Cuban Flan 🍮

Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 17 Aug 01:15
· 109 commits to master since this release
v6.6.0
9a2a821

 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-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 (renames acctKeys to account_keys_path and then alias as acctKeys, add documentation)

Maintenance

Miscellaneous

Related Releases


💖 The Truffle Team