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

v6.10.0-beta.1 – Milk and Cookies 🥛🍪

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 16:28
· 63 commits to develop since this release
31522bb

 Highlights    How to Upgrade    Changelog  


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

v6.10.0-beta.1 – Milk and Cookies 🥛🍪

Featured in this release is a new flag --deasync which enables users to synchronizes ganache server startup. It's useful in certain scenarios - see ganache-cli issue #733.

We've fixed a bug that caused the --port option to be ignored in forking mode. This mostly affects users developing in a remote environment.

We now gracefully handle SIGINT, SIGTERM, and SIGHUP on all applicable OS's.

And finally, we've included some changes to our deployment and automation:

  • We've gone ahead and updated our webpack version to the latest stable version.
  • We're now using semantic-release to automate the deployment of ganache-cli updates. We hope this enables us to release more frequently to better support ganache-cli users!

How to Upgrade

Upgrade to the latest beta version of ganache-cli by running:

npm

npm uninstall ganache-cli -g
npm install ganache-cli@beta -g

yarn

yarn global remove ganache-cli
yarn global add ganache-cli@beta

Changelog

Bug Fixes

Features

Internal Improvements


💖 The Truffle Team