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
v2.13.0-beta.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 beta version of ganache-core by running:
npm
npm uninstall ganache-core
npm install ganache-core@beta
yarn
yarn remove ganache-core
yarn add ganache-core@beta
Changelog
Features:
- feat: add ability to use blockHash with eth_getLogs (#639)
Fixes:
- fix: remove dev dependencies from published package's shrinkwrap (#640)
- fix: patch keccak to prevent node 14 segfault (c26ba24)
Misc:
- test: increase infura test timeouts so they stop failing in CI (#642)
- chore: update CI's node 14 version to 14.13.0 (#641)
- trying npm 7 to see if it can
prune --production
andshrinkwrap
without creating an invalid shrinkwrap file 4b3f588 - update to npm v7.0.0-rc.0 2af3122
- chore: fix prepublish script for npm 7 b30a886
Related Releases
💖 The Truffle Team