This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
v6.11.1-beta.1 – Johnnycake Cobblers 🎂
Pre-release
Pre-release
github-actions
released this
06 Oct 20:30
·
11 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.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:
- feat: add ability to use blockHash with eth_getLogs (trufflesuite/ganache#639)
Bug Fixes:
- fix: remove dev dependencies from published package's shrinkwrap (trufflesuite/ganache#640)
- install ganache-core v2.13.0-alpha.2 (2df40c0)
- remove unneeded COPY command from docker build (#790) (31e6cf0)
- fix: patch keccak to prevent node 14 segfault (trufflesuite/ganache@c26ba24)
- update ganache-core to v2.12.2-beta.0 to fix Node v14 compat (#791) (c3adce9)
Misc:
- test: increase infura test timeouts so they stop failing in CI (trufflesuite/ganache#642)
- chore: update CI's node 14 version to 14.13.0 (trufflesuite/ganache#641)
- trying npm 7 to see if it can
prune --production
andshrinkwrap
without creating an invalid shrinkwrap file (trufflesuite/ganache@4b3f588) - update to npm v7.0.0-rc.0 (trufflesuite/ganache@2af3122)
- chore: fix prepublish script for npm 7 (trufflesuite/ganache@b30a886)
Related Releases
💖 The Truffle Team