Forge
Added
- ETH token is now pre-deployed by default in every test, and
Token::ETH
was added tosnforge_std
--skip
flag to allow excluding any test whose name contains the provided string
Changed
- Updated output format for
--exit-first
flag. Tests skipped due to preceding failures are no longer displayed in the summary. Alternative information is shown when applicable. storage address
was renamed tocontract address
in the output of--trace-verbosity
Fixed
- bug that caused
--trace-verbosity
to panic in fork tests - fixed a bug in fork tests where resources used in nested calls were counted multiple times, leading to overestimated gas and resource usage
Removed
- Windows support. For details on migration, see the WSL installation guide.
Cast
Removed
- Windows support. For details on migration, see the WSL installation guide.