Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

v2.11.2 – Coffee Cake ☕

Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 05 Aug 22:30
· 578 commits to develop since this release
v2.11.2
18542cc

 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.11.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 version of ganache-core by running:

npm

npm uninstall ganache-core
npm install ganache-core@latest

yarn

yarn remove ganache-core
yarn add ganache-core@latest

Changelog

See v2.10.2...v2.11.2

Related Releases

💖 The Truffle Team