You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short option for --accounts-file flag has been removed.
Short option for --contract-address is now -d instead of -a.
account add is renamed to account 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.