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

Releases: OpenZeppelin/openzeppelin-test-environment

v0.1.7

25 Nov 20:30
Compare
Choose a tag to compare
  • Changed the way configuration is passed to Ganache, so as to enable use of config options like db.

v0.1.6

21 Oct 18:41
Compare
Choose a tag to compare
  • Fixed error handling in Ganache's child process when the parent process dies.

v0.1.5

15 Sep 22:47
Compare
Choose a tag to compare

v0.1.4

15 Apr 19:11
32bc834
Compare
Choose a tag to compare

0.1.4

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.