0.32.0
github-actions
released this
17 Oct 14:32
·
104 commits
to master
since this release
Cast
Changed
- Short option for
--accounts-file
flag has been removed. - Short option for
--contract-address
is now-d
instead of-a
. account add
is renamed toaccount import
.account import
can be now used without specifying--private-key
or--private-key-file
flags. Instead private key will be read interactively from the user.
Fixed
account delete
command: It is no longer necessary to provide the--url
argument each time. Either the--url
or--network
argument must be provided, but not both, as they are mutually exclusive.
Forge
Changed
- When using test name filter with
--exact
flag, forge will try to compile only the selected test.