This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
v2.2.2
Added
- Added Goerli network to the list of known networks, both for verification on etherscan and for naming of zos.network.json files (#768) (thanks @paulinablaszk!)
Fixed
- Fix contracts compilation on Windows workstations (#764) (thanks @siromivel!)
- Avoid adding libraries and contracts from external packages (#758) (thanks @siromivel!)
- Fix ZWeb3 initialization when providing an HTTP url as a web3 provider (#785)
Changed
- Exceptions thrown during the validation process can be ignored during
zos push
via the--force
flag (#770)