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

v2.5.2

Compare
Choose a tag to compare
@spalladino spalladino released this 26 Jul 19:31
· 244 commits to master since this release

This patch adds node 12 support thanks to the upgrade from [email protected] to the stable [email protected]. It also includes a few minor bugfixes, and a whole new accounts command for listing the accounts available on a network.

Added

  • New openzeppelin accounts command that lists available accounts on a network connection. (#1130)

Changed

Fixed

  • JSON artifacts generated by openzeppelin compile are now formatted. (#1161)
  • Name and version of the project are now validated in the oz init interactive command. (#1148)