This repository was archived by the owner on Jan 24, 2022. It is now read-only.
v1.4.0
Added
- Add check for selfdestruct calls in logic contracts that could lead to orphaned proxies (#347) (thanks @HardlyDifficult)
- New
verifycommand to verify and publish a contract source code on etherchain (#339) - Support for multiple versions on docsite (#8)
Fixed
- Handle stdlib semver syntax in the
statuscommand (#290) - Better wording from status command when a contract is scheduled to be removed (#304)
- Fail with an explicit error when attempting to create a proxy for an stdlib that was linked but not pushed to the network (#322)
- Include default timeout in
--timeoutflag help (#302) - Fix naming issues of upgrade-command-related files (#327)
- Modes
--fetchand--fixfrom thestatuscommand now work properly with lib projects (#314)
Changed
- Merged cli, lib, and docs repositories into a monorepo managed via lerna.
- Swapped
TestAppinitializer parameters, it now acceptstxParamsfirst and an optionalZosNetworkFileobject as a last argument. - Contract deployments and transactions are executed with an estimate of the gas needed, instead of using the network default (#211)
- Promisify all web3 function calls (#205)