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

2.11.3 – Triple Chocolate Block Pudding 🍫🍫🍫🧱🍮

Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 08 Sep 20:26
· 572 commits to develop since this release
v2.11.3
9154f73

 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.3 – 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-core by running:

npm

npm uninstall ganache-core
npm install ganache-core

yarn

yarn remove ganache-core
yarn add ganache-core

Changelog

Bug Fixes:

  • fix: properly cast the date in evm_setTime (#601)

Forking

  • leverage the requested block number when getting forked storage (#613)
  • invalidate _deleted in ForkedStorageTrie if a subsequent put happens (#612)

Maintenance:

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

Related Releases

💖 The Truffle Team