This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
v2.0.1
Changes
- Improve validation messages for security verifications (such as storage layout checks, no-constructor checks, or fields with initial values in their declaration) (#362).
- Add default gas price of 5 gwei to
truffle.js
template file created onzos init
(#354). - Skip gas price checks if working on a local ganache instance (#359).
Fixed
- Fix
Web3ProviderEngine does not support synchronous requests
error when runningzos status --fix
with an async web3 provider (#388). - Throw a meaningful error when attempting to push a project with a link to an unpublished dependency (#356).
- Fetch correct address when initializing a proxy that spawns a new proxy as part of its initialization (#367).
- Properly handle scientific notation (such as
5e10
) in proxies initialization arguments onencodeCall
function (#355).