Other
- fix(anvil): include simulated block BAL hash (#16673) by @mattsse
- fix(symbolic): merge duplicate vm.expectCall registrations additively (#16668) by @gomesalexandre
- fix(symbolic): make the symbolic CLI suite run and pass with z3 (#16634) by @DaniPopes
- fix(symbolic): re-registering an identical vm.mockCall replaces the stale entry (#16660) by @gomesalexandre
- fix(lint): allow defaulted loop counters (#16667) by @figtracer
- perf(fuzz): share override function lists (#16650) by @figtracer
- fix(symbolic): revert invalid jump frames (#16674) by @figtracer
- perf(lint): avoid repeated initializer walks (#16654) by @figtracer
- perf(cli): avoid repeated import walks (#16656) by @figtracer
- refactor(cast): share transaction helpers and simplify commands (#16636) by @DaniPopes
- refactor(lint): read the HIR through gcx (#16621) by @DaniPopes
- refactor(cast): move logic into commands (#16685) by @DaniPopes
- fix(symbolic): RETURNDATACOPY skips OOB revert when size is provably 0 (#16669) by @gomesalexandre
- fix(forge): handle remapped test dependencies (#16686) by @mablr