Features
- feat: add test benches (#2823)
Fixes
- fix(forge): exclude artifacts without mutable functions on invariant testing (#2811)
- fix(forge): always show traces on script failure & small fixes (#2818)
- fix(anvil): Fix initial block timestamp in fork-mode (#2820)
Other
- fix(anvil): Wake-up tasks when switching mining-mode (#2803)
- feat(forge): add cheatcode vm.difficulty() (#2814)
- perf: don't keep all fuzz case traces (#2819)
- docs: document how cheatcodes are implemented (#2815)
- perf(anvil): cache genesis accounts (#2813)
- fix/refactor(cast): strip struct prefix and make interface a cmd (#2824)