Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 1.3 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.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