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.12.2 – Taco Tuesday 🌮

12 Jan 17:17
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.12.2 – Taco Tuesday 🌮

It's Tuesday. And you know what that means, don't you? Tacos! And tacos are delicious. And do you know what else is delicious? This release! It's got a couple of new bug fixes you'll want to check out, especially if you use the forking feature.

Bon appetit!


How to Upgrade

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

npm

npm uninstall ganache-cli -g
npm install ganache-cli -g

yarn

yarn global remove ganache-cli
yarn global add ganache-cli

Changelog

Bug Fixes:

Chores:

Related Releases

💖 The Truffle Team

v6.12.1

26 Oct 17:10
Compare
Choose a tag to compare

6.12.1 (2020-10-26)

Bug Fixes

  • update ganache-core to v2.13.1 (3c0dc40)

v6.12.0 – Johnnycake Cobblers 🎂

09 Oct 22:41
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.12.0 – Johnnycake Cobblers

Johnnycake Cobblers: another dessert with a weird name. Someone really should cook up all the release names we've used for us Trufflers to try one day! 😋

This release brings Node v14 compatibility and a new feature!


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

Features:

Bug Fixes:

Misc:

Related Releases

💖 The Truffle Team

v6.11.1-beta.1 – Johnnycake Cobblers 🎂

06 Oct 20:30
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.11.1-beta.1 – Johnnycake Cobblers

Johnnycake Cobblers: another dessert with a weird name. Someone really should cook up all the release names we've used for us Trufflers to try one day! 😋

This release brings Node v14 compatibility and a new feature!


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

Features:

Bug Fixes:

Misc:

Related Releases

💖 The Truffle Team

v6.11.1-alpha.1 – Johnnycake Cobblers 🎂

02 Oct 15:23
v6.11.1-alpha.1
Compare
Choose a tag to compare

6.11.1-alpha.1 (2020-10-01)

Bug Fixes

  • install ganache-core v2.13.0-alpha.2 (2df40c0)
  • remove unneeded COPY command from docker build (#790) (31e6cf0)
  • update ganache-core to v2.12.2-beta.0 to fix Node v14 compat (#791) (c3adce9)

Related Releases

v6.11.0– ♦️ Kaju Katli ♦️

28 Sep 21:40
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

v2.12.0-beta.0 – ♦️ Kaju Katli ♦️

Kaju Katli is a dessert from India and is shaped like a diamondEthereum diamond 😃

We've got two new features in this release:

  • Add the chainId flag in order to work around a legacy issue due to inconsistent chainId use in ganache. Set _chainId and _chainIdRpc to the same number to align the value returned by eth_chainId with the chainId used by the EVM. (this flag is not yet available as an option to via cli)
  • Add evm_unlockUnknownAccount and evm_lockUnknownAccount to unlock/lock any unknown account (accounts not known to the personal namespace and accounts other than those returned by eth_accounts). This is an especially useful feature when used with forking in order to masquerade as any account without having to pre-configure unlocked_accounts! Thanks @aaryamannchallani for your PR!

How to Upgrade

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

npm

npm uninstall ganache-cli -g
npm install ganache-cli -g

yarn

yarn global remove ganache-cli
yarn global add ganache-cli

Changelog

Bug Fixes

  • Update ganache-core to v2.12.1 (5a12da4)

Features:

Related Releases

💖 The Truffle Team

v6.11.0-beta.1 – ♦️ Kaju Katli ♦️

15 Sep 18:35
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

v2.12.0-beta.0 – ♦️ Kaju Katli ♦️

Kaju Katli is a dessert from India and is shaped like a diamondEthereum diamond 😃

We've got two new features in this release:

  • Add the chainId flag in order to work around a legacy issue due to inconsistent chainId use in ganache. Set _chainId and _chainIdRpc to the same number to align the value returned by eth_chainId with the chainId used by the EVM. (this flag is not yet available as an option to via cli)
  • Add evm_unlockUnknownAccount and evm_lockUnknownAccount to unlock/lock any unknown account (accounts not known to the personal namespace and accounts other than those returned by eth_accounts). This is an especially useful feature when used with forking in order to masquerade as any account without having to pre-configure unlocked_accounts! Thanks @aaryamannchallani for your PR!

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

Features:

Related Releases

💖 The Truffle Team

v6.10.2 – Triple Chocolate Block Pudding 🍫🍫🍫🧱🍮

08 Sep 20:14
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.10.2 – Triple Chocolate Block Pudding 🍫🍫🍫🧱🍮

Are there too many emojis in this release name? The answer is no; there can never been too many emojis!

We've got three new bug fixes in this release, thanks to contributor @Ivshti and Truffler @seesemichaelj!


How to Upgrade

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

Forking

Maintenance:

  • move forking tests to a separate directory (#608)
  • move forking code to its own directory (#609)

Related Releases

💖 The Truffle Team

v6.10.1-beta.2 – Triple Chocolate Block Pudding 🍫🍫🍫🧱🍮

25 Aug 01:05
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.10.1-beta.2 – Triple Chocolate Block Pudding 🍫🍫🍫🧱🍮

Are there too many emojis in this release name? The answer is no; there can never been too many emojis!

We've got three new bug fixes in this release, thanks to contributor @Ivshti and Truffler @seesemichaelj!


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:

Forking

Maintenance:

  • move forking tests to a separate directory (#608)
  • move forking code to its own directory (#609)

Related Releases

💖 The Truffle Team

v6.10.1 – Coffee Cake ☕

05 Aug 22:19
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.10.1 – 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 version of ganache-cli by running:

npm

npm uninstall ganache-cli -g
npm install ganache-cli -g

yarn

yarn global remove ganache-cli
yarn global add ganache-cli

Related Releases

Changelog

See trufflesuite/ganache@v6.9.1...v6.10.1

💖 The Truffle Team