This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
v2.5.2
This patch adds node 12 support thanks to the upgrade from web3@1.0.0-beta.37
to the stable web3@1.2.0
. 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
- Migrated from
web3@1.0.0-beta.37
to the stableweb3@1.2.0
release. (#1152)