v6.2.4-beta.0 - Bug Fix 🐈
Pre-releaseRelease 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