Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2025-07-14)
- No changes
Nightly (2025-07-12)
Other
- fix(cast): account state diffs overrides (#10982) by @grandizzy
- fix(forge-lint): [unused imports] check path slice (#10985) by @0xrusowsky
- feat: benchmark suite (#10804) by @yash-atreya
Full Changelog:
Nightly (2025-07-11)
Forge Features
- feat(
dependencies): support pinning of tags / revs when using.gitmoduleswithfoundry.lock(#9522) by @yash-atreya
Other
- feat(
foundryup): avoid unnecessary downloads and verify hashes of downloaded binaries upon install (#10902) by @zerosnacks
Full Changelog:
Nightly (2025-07-10)
Other
- feat(cast): add disable-labels for cast run (#10970) by @grandizzy
- chore: link rustdocs in README (#10971) by @yash-atreya
Full Changelog:
Nightly (2025-07-08)
Other
- feat(forge): support vyper contract verification in
forge verify-contract(#10864) by @Another-DevX - feat(cast): add flag to disable alias (#10924) by @varun-doshi
- feat(forge): apply fail_on_revert for fuzz tests too (#10941) by @grandizzy
- fix: dont check pool for gettransaction receipt (#10946) by @mattsse
- feat(forge): add support for repository-path in forge doc (#10879) by @nitininhouse
Full Changelog:
Nightly (2025-07-09)
Cast Fixes
- fix(cast call/estimate/send): omit function selector from arguments on create calls (#10948) by @nuntax
Other
- fix: use correct mix hash for header (#10951) by @mattsse
- chore: more etherescan v1 cleanup (#10956) by @grandizzy
- feat(cast): rpc --json should format as json (#10871) by @jsvisa
- fix: update block env after tx forking (#10963) by @mattsse
Full Changelog:
Nightly (2025-07-07)
Nightly (2025-07-06)
Other
Full Changelog:
Nightly (2025-07-05)
Other
- Fix misleading doc comment for chisel_history_file function (#10928) by @GarmashAlex
- fix(docs): correct --unlocked flag documentation for RPC transaction signing (#10929) by @CreeptoGengar
Full Changelog:
Nightly (2025-07-04)
Performance improvements
Other
- fix(
cast): bump alloy-chains to 0.2.5 for Ethereum V2 API compatility w/cast(#10912) by @zerosnacks - chore: bump to rust edition 2024 (#10802) by @zerosnacks
- chore: ignore edition 2024 bump in .git-blame-ignore-revs (#10919) by @DaniPopes
- test: check before listening (#10920) by @mattsse
- chore: bump to MSRV 1.88 (#10921) by @DaniPopes
- fix: spawn state writer blocking (#10922) by @mattsse