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

v2.6.0

Compare
Choose a tag to compare
@spalladino spalladino released this 11 Nov 18:05
· 168 commits to master since this release

This release adds opt-in telemetry, which reports anonymous usage data to our datastore, and bumps the web3.js version to 1.2.2. A few bugfixes are included as well, most thanks to the great contributions of @melnikaite.

Added

Fixed

  • Avoid showing variable name on prompt message if not available (#1224)
  • Improve create and upgrade commands wording in prompts (#1201) (thanks @melnikaite!)
  • Set default EVM version depending on solc version (#1208) (thanks @melnikaite!)
  • Set expected default values for compiler (#1202) (thanks @melnikaite!)

Changed

Internal

  • Migrate project from npm to yarn, using yarn workspaces together with lerna (#1241)