This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
Releases: OpenZeppelin/openzeppelin-test-environment
Releases · OpenZeppelin/openzeppelin-test-environment
v0.1.7
v0.1.6
v0.1.5
- Added support for solidity-coverage.
- Bumped ganache-core to 2.11.2.
v0.1.4
0.1.4
Added
- Added a
node
option totest-environment.config
which contains options directly passed to Ganache, includingfork
andunlocked_accounts
which are handy for tesing on forked chains.allowUnlimitedContractSize
is supported as well. See all Ganache options.
Deprecated
- Deprecated the configuration options
blockGasLimit
andgasPrice
. Users should instead use the optionsnode.gasLimit
andnode.gasPrice
.