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

v6.2.4-beta.0 - Bug Fix 🐈

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidmurdoch davidmurdoch released this 12 Dec 22:41
· 174 commits to develop since this release
4b5be99

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 beta of ganache-core. Check out the [email protected] release notes for details: https://github.com/trufflesuite/ganache-core/releases/tag/v2.3.2-beta.4