Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

v6.2.4 - Bug & Regression Fixes 🐈

Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 17 Dec 23:24
· 169 commits to develop since this release
v6.2.4
c8b8733

Release Highlights 🐈

v6.2.0 switched to depending on ganache-core directly, instead of bundling it into a single file. This change caused problems for yarn users on Windows, as well as some install issues on other platforms due to node-gyp builds required by transitive dependencies.

Additionally, by not bundling/webpacking ganache-core we were no longer able to lock transitive dependencies for yarn users, as yarn provides no mechanism to do so (npm uses npm-shrinkwrap.json for this purpose). This opened end-users up to potential dependency upgrade attacks as well as a dependency tree that may be different than what we've tested.

v6.2.0 also introduced some regressions that have since been fixed in the latest ganache-core. Check out the ganache-core@2.3.2 release notes for details: https://github.com/trufflesuite/ganache-core/releases/tag/v2.3.2