This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
v6.10.1-beta.2 – Triple Chocolate Block Pudding 🍫🍫🍫🧱🍮
Pre-release
Pre-release
github-actions
released this
25 Aug 01:05
·
39 commits
to develop
since this release
Highlights
How to Upgrade
Changelog
Related Releases
We're moving to a beta
› latest
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:
- fix: properly cast the date in
evm_setTime
(trufflesuite/ganache#601)
Forking
- leverage the requested block number when getting forked storage (trufflesuite/ganache#613)
- invalidate
_deleted
inForkedStorageTrie
if a subsequentput
happens (trufflesuite/ganache#612)
Maintenance:
Related Releases
💖 The Truffle Team