This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
v2.6.0
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
- Bump
web3
version to[email protected]
. (#1277)
Internal
- Migrate project from npm to yarn, using yarn workspaces together with lerna (#1241)