Features
- feat: etch some bytes to empty accounts on mock (#2576)
- Add
--skip-simulation
and--gas-estimate-multiplier
cli options toforge script
command (#2524) - feat(anvil): support --chain (#2589)
- feat: dotenv support (#2587)
- feat: snapshot fuzz tests using deterministic seed (#2591)
Fixes
- fix: various coverage fixes (#2504)
- fix: make solc reporter respect
NO_COLOR
(#2588) - fix: make state fuzzing deterministic (#2590)
- fix(anvil): use H256 for setStorage value parameter (#2592)
- Fixed fuzz int overflow (#2594)