Features
- feat(forge): [ALPHA] add soldeer as an optional package manager. (#7161)
Other
- perf(fuzz): use ahash for state (#8053)
- fix: ensure suggested prio fee is at least 1e9 (#8081)
- fix(verify-bytecode): check contract name in cache (#8079)
- feat(cheatcode): promptSecretUint (#8082)
- feat: add
skip
key to foundry.toml (#8061) - fix: update persistent accounts handling (#8083)
- fix(anvil): receipts root calculation (#8085)
- feat: add
[vyper]
config section (#8086) - fix(invariant): prevent new values leaking between runs (#8080)
- feat(cast): alias keccak256 to keccak (#8090)
- fix(cast): return an error if wallet validation failed (#8089)
- chore: remove excess underscores from config fields (#8088)
- chore: simplify anvil precompile handler (#8087)
- fix: include Vyper sources when compiling scripts (#8091)
- feat(cast): implement ERC-7201 as
cast index-erc7201
(#8092)