Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2025-07-02)
Other
- feat(
anvil
): reset to in-mem (#10897) by @yash-atreya - fix(links): update foundry book links (#10899) by @sambacha
- fix: forge doc panic (#10901) by @zerosnacks
Full Changelog:
Nightly
Other
- feat(
anvil
): reset to in-mem (#10897) by @yash-atreya - fix(links): update foundry book links (#10899) by @sambacha
- fix: forge doc panic (#10901) by @zerosnacks
Full Changelog:
Nightly (2025-07-02)
Other
- feat(forge lint): unused imports (#10662) by @0xrusowsky
- chore: add trace for contract_abi error (#10898) by @mattsse
- Fix typos in Anvil module comments, docs, and test names (#10889) by @MozirDmitriy
Full Changelog:
Nightly (2025-07-01)
Nightly (2025-06-30)
Other
- chore(deps): weekly
cargo update
(#10874) by @github-actions[bot] - feat: added eth_sendRawTransactionSync and eth_sendTransactionSync support for anvil (#10860) by @Rimeeeeee
- chore(deps): bump alloy-trie 0.9 (#10881) by @DaniPopes
Full Changelog:
Nightly (2025-06-29)
Other
- chore: make clippy happy (#10870) by @mattsse
- fix(cast): Always use from field of getTransaction rpc response in cast run (#10795) by @ckoopmann
- cast: rm expect dependency_on_unit_never_type_fallback (#10872) by @jsvisa
- feat(cast): add flag to disable HTTPS certificate validation for RPC (#10869) by @mablr
Full Changelog:
Nightly (2025-06-28)
Nightly (2025-06-26)
Nightly (2025-06-27)
Cast Features
- feat(cast): display public_key on wallet creation with "new" and "new-mnemonic" sub-commands (#10600) by @mablr
Other
- feat(forge lint): disable lints with inline comment (#10776) by @0xrusowsky
- feat(cast): print a warning on calling a contract without code (#10842) by @ryzhak
- Fix typos in test identifiers and improve timestamp assertions (#10851) by @leopardracer
- fix: Respect
--override-*
flags oncast call
with--trace
flag (#10721) by @Yen - fix: replace broken JSON-RPC error code link with EIP-1474 reference (#10717) by @MozirDmitriy
Full Changelog:
Nightly (2025-06-25)
Other
- feat(cast): add recover-authority for EIP7702 Authorization (#10839) by @jsvisa
- fix(forge): filter selectors if test contract is target (#10798) by @grandizzy
- refactor: flatten bind_json.rs to one pass without state structs (#10791) by @DaniPopes