This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v2.13.0 – Johnnycake Cobblers 🎂
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 – 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 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
Features:
Fixes:
- fix: update merkle-patricia-tree to v3.0.0 to support Node v14 (#636)
- fix: fix snapshots for forking (#627) Thanks, @seesemichaelj!
- fix: remove dev dependencies from published package's shrinkwrap (#640)
- fix: patch keccak to prevent Node v14 segfault (c26ba24)
- fix: bundle patched version of keccak (c5e6db6)
Misc:
- test: throw if test contracts fail compilation (#633)
- chore: simply release process (#638)
- test: increase infura test timeouts so they stop failing in CI (#642)
- chore: update CI's Node version to 14.13.0 (#641)
- try 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