This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v2.1.6 - Bug Fixes 🐛
benjamincburns
released this
01 Aug 21:15
·
980 commits
to develop
since this release
Release Highlights
- Pins
ethereumjs-wallet
to v0.6.0, to work around a problem with this dependency which broke HD Wallet support. - Switches project to use
npm-shrinkwrap.json
instead ofpackage-lock.json
so that projects which depend onganache-core
are getting the same dependency versions we test against. - Fixes a bug wherein the provider engine wasn't being stopped when the
ganache-core
was provider was stopped, which makes ganache-core more useful in contexts where it might need to be spun up multiple times in a single process.