Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (31 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

41 lines (31 loc) · 1.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.1.9 (2020-12-22)

  • Updated web3 dependency.

0.1.8 (2020-11-26)

  • Fixed HTML coverage report.

0.1.7 (2020-11-25)

  • Changed the way configuration is passed to Ganache, so as to enable use of config options like db.

0.1.6 (2020-10-21)

Fixed

  • Fixed error handling in Ganache's child process when the parent process dies.

0.1.5 (2020-09-15)

Added

0.1.4 (2020-04-15)

Added

  • Added a node option to test-environment.config which contains options directly passed to Ganache, including fork and unlocked_accounts which are handy for tesing on forked chains. allowUnlimitedContractSize is supported as well. See all Ganache options.

Deprecated

  • Deprecated the configuration options blockGasLimit and gasPrice. Users should instead use the options node.gasLimit and node.gasPrice.

0.1.3 (2020-02-18)

Fixed

  • Add missing dependency for exported types.

0.1.2 (2020-01-20)

Added

  • Added artifactsDir and defaultGasPrice options. (943d74)

0.1.1 (2019-11-28)

Added

  • Initial release