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

Releases: trufflesuite/ganache-cli-archive

v6.10.1-beta.1

05 Aug 20:54
Compare
Choose a tag to compare
v6.10.1-beta.1 Pre-release
Pre-release

6.10.1-beta.1 (2020-08-05)

Bug Fixes

  • fix automatic deployments (06e4fad)

v6.10.0-beta.2 – Coffee Cake ☕

26 Jun 19:01
v6.10.0-beta.2
20b00f8
Compare
Choose a tag to compare
Pre-release

 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

v6.10.0-beta.2 – Coffee Cake ☕

I just learned that Coffee Cake doesn't taste like coffee?! I've had it a hundred times and never thought about it...

And like coffee, this release will get things done faster! @fubhy's work to improve the performance of forking has resulted in real-world tests running up to 20 times faster than before!

@fubhy also fixed a bug when forking while using accounts with non-zero nonces. These accounts were not initialized properly on start up, resulting in nonce errors when running transactions.


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

Related Releases

Changelog

See trufflesuite/ganache@v6.10.0-beta.1...v6.10.0-beta.2

💖 The Truffle Team

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

19 May 16:28
31522bb
Compare
Choose a tag to compare

 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

v6.9.1 – Queen of Puddings 👑🍮🎂

14 Feb 00:54
v6.9.1
307db6f
Compare
Choose a tag to compare

 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

v6.9.1 – Queen of Puddings 👑🍮🎂

This updates ganache-cli to the latest ganache-core which includes several small but much needed improvements. As some of you may know, ganache recently included an update to fix the dreaded TypeError: Cannot read property 'pop' of undefined bug. However, in doing so we had inadvertently introduced another subtle bug where a long running ganache instance would hang on shutdown; waiting for the OS to gracefully cleanup any temporary files created during runtime before exiting completely. We quickly fixed this issue with ganache-core version 2.10.1. However :) in doing so we had inadvertently introduced another subtle bug: If the user's tmp dir and ganache's db directory are not located on the same drive/partition then db file writes would fail. We hope that this patch does not inadvertently introduce any subtle bugs.

We also include a bug fix for a long standing issue of JSONRPC compliance. Receipts will no longer include the v, r, and s transaction signature feilds.

The patch also includes an update to correct a typo in ganache's options for the hdPath parameter. Big thanks to @GregTheGreek for this PR!!

Finally, we've updated our version of ethereumjs-util to fix a bug in the keccak package for node 12 users.


How to Upgrade

Upgrade to the latest 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

Maintenance

Related Releases


💖 The Truffle Team

v6.9.0 – Muir Glacier Mint 🏔️ 🍬 🌿

30 Jan 17:11
v6.9.0
Compare
Choose a tag to compare

 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

Muir Glacier Mint 🏔️ 🍬 🌿

This release updates ganache-cli's default hardfork to muirGlacier, inline with Ethereum's mainnet and testnet's. As many of you know, the Muir Glacier hardfork is a minor adjustment in the way difficulty was calculated; it was intended only to delay the 'ice age' (by 52 million seconds (~611 days)). Since ganache-core (the underlying engine) mines with 0 difficulty, users can expect functionality to remain identical to the istanbul hardfork.

Finally, this beta version contains a (potential? 😅) fix to work around an open Merkle Patricia Tree bug from 2016 ethereumjs/merkle-patricia-tree#12! If you do still get the dreaded TypeError: Cannot read property 'pop' of undefined please file an issue with all the details!


How to Upgrade

Upgrade to the latest 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

Features

Bug Fixes

Maintenance

Related Releases


💖 The Truffle Team

v6.8.3-beta.0 - Popcorn (of undefined) 🍿

17 Jan 17:49
v6.8.3-beta.0
9319f49
Compare
Choose a tag to compare

 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

Popcorn (of undefined) 🍿

This beta version contains a (potential? 😅) fix to work around this open Merkle Patricia Tree bug from 2016 ethereumjs/merkle-patricia-tree#12!

Being that this seems to be a race-condition bug it is difficult to say for sure if this will fix all instances of this bug. If you do still get the dreaded TypeError: Cannot read property 'pop' of undefined after upgrading to this version please file an issue with the details!


How to Upgrade

Upgrade to this 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

Maintenance

Related Releases


💖 The Truffle Team

v6.8.2 - Hotfix 🔥

16 Jan 18:53
v6.8.2
ccba143
Compare
Choose a tag to compare

 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

The previous release, v6.8.1, changed the way chainId's (the v value) were handled for raw transactions which in turn was preventing them from being accepted in certain situations. This fixes this issue and reverts the change that enabled EIP-155 replay protection in order to preserve backwards compatibility. Additionally, the mismatch of between ganache-cli's hardcoded chainId and its default net_version caused metamask signed transactions to always fail. Ganache-cli will accept any v value as it used to prior to v6.8.2.

This behavior will change in the next major release of ganache-cli and the default behavior will be to validate the v value of raw transactions against the configured chainId.


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

Related Releases


💖 The Truffle Team

v6.8.2-beta.0 - Popcorn (of undefined) 🍿

14 Jan 23:57
v6.8.2-beta.0
95b53a4
Compare
Choose a tag to compare

 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

Popcorn (of undefined) 🍿

This beta version contains a (potential? 😅) fix to work around this open Merkle Patricia Tree bug from 2016: ethereumjs/merkle-patricia-tree#12!

Being that this seems to be a race-condition bug it is difficult to say for sure if this will fix all instances of this bug. If you do still get the dreaded TypeError: Cannot read property 'pop' of undefined after upgrading to this version please file an issue with the details!


How to Upgrade

Upgrade to this 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

Related Releases


💖 The Truffle Team

v6.8.1 - Istanbul 🦃

14 Jan 22:35
v6.8.1
ac15fff
Compare
Choose a tag to compare

 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

Istanbul 🦃!

This version adds Istanbul support and includes a bunch of bug fixes too!


How to Upgrade

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

npm

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

yarn

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

Changelog

Features

Bug Fixes

Misc

Related Releases


💖 The Truffle Team

v6.8.0-istanbul.0 - Istanbul 🦃

21 Sep 00:08
v6.8.0-istanbul.0
2378ed1
Compare
Choose a tag to compare
Pre-release

 Highlights    How to Upgrade    Changelog    Related Releases 


This is a special istanbul tagged release bringing you the latest from ethereumjs-vm's work on Istanbul (currently in beta). To use the new istanbul hardfork pass "istanbul" as the hardfork option in ganache-core's server or provider options, or ganache-cli via ganache-cli --harfork istanbul

Highlights

Istanbul 🦃

This special tagged version of ganache-cli includes beta support for the upcoming Istanbul harfork!

This version also includes a fix for forking value and code deletion/destruction.


How to Upgrade

Upgrade to this special tagged version of ganache-cli by running:

npm

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

yarn

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

Changelog

Feature

Bug Fixes

Related Releases


💖 The Truffle Team