Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

v2.0.1

Compare
Choose a tag to compare
@spalladino spalladino released this 26 Oct 17:37
· 619 commits to master since this release

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 on zos init (#354).
  • Skip gas price checks if working on a local ganache instance (#359).

Fixed

  • Fix Web3ProviderEngine does not support synchronous requests error when running zos 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 on encodeCall function (#355).