OpenZeppelin Test Environment 0.1.4: Ganache Fork

Hey everyone! We are happy to announce the release 0.1.4 of our Test Environment. This release delivers support for Ganache fork, unlocked_accounts, and allowUnlimitedContractSize options. With these options enabled you can fork mainnet and run tests locally on protocols such as Maker, Compound, and Uniswap without complicated test setups. Another reason to test on mainnet is to make sure your upgrade process goes swiftly. Try it today!

$ npm install --save-dev @openzeppelin/test-environment@0.1.4

What’s next

Following our roadmap we plan to tackle Solidity Coverage next. Stay tuned!

3 Likes