This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v1.2.3 - Core Updates and Small Bug Fixes
Updates to Ganache Core
This release brings some much needed updates from ganache-core, the engine that fuels ganache-cli and this repository. The previous 1.x version used v2.2.1
of ganache-core
. We attempted to release v1.2.3 before when [email protected]
was released. However, due to the build's instability, we decided to postpone v1.2.3
until a stable version of ganache-core
was ready. This release uses [email protected]
. You can see the ganache-core
release notes to see the changes below:
- 2.3.0
- 2.3.1 did not have release notes as it was a quick hotfix build
- 2.3.2-beta.4
- 2.3.2-beta.5
- 2.3.2-beta.6
- 2.3.2
- 2.3.3
Bug Fixes 🐛
A couple of generic bug fixes got merged into the 2.x codebase; this release ports those fixes to the 1.x codebase since 2.0.0
is still in beta.
- Fix Issue Where 0 is Always Prepended in Blocktime Textfield (thanks @LookRain for the PR!) - #949 and trufflesuite/ganache@a2c5c3a
- Ganache Cannot Restart if Log Directory has been Removed - trufflesuite/ganache@505af46 and trufflesuite/ganache@a2c5c3a