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

v6.1.5 - Bug Fixes 🐛

Compare
Choose a tag to compare
@benjamincburns benjamincburns released this 06 Jul 17:56
· 229 commits to develop since this release

Release highlights

  • Updates ganache-core to v2.1.4 - see release notes for more info.
  • Fixes support for node >= v6.5.0.
    • Note: if you're depending on ganache-core directly instead of ganache-cli, you will still need node >= 8.
  • Displays account balances on startup.
  • Makes better use of new yargs flags initialization, fixing numerous bugs including:
    • Fixes help/usage to display correct defaults.
    • Fixes the -u/--unlock flag, per issues #545 and #535.
    • Fixes faulty --hostname CLI option.
  • Fixes docker image build process to include package-lock.json so that exact package versions are used.