Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2025-03-09)
Nightly
Nightly (2025-03-08)
Forge Fixes
- fix(forge): warn if file for artifact no longer exists (#10025) by @grandizzy
- fix(forge): stack pranks, restore pranks at earlier call depths (#10018) by @grandizzy
Other
- chore(deps): weekly
cargo update
(#10026) by @github-actions[bot]
Full Changelog:
Nightly (2025-03-07)
Other
- fix(cast): clarify docs for the cast call --data flag (#10014) by @CodeSandwich
Full Changelog:
Nightly (2025-03-06)
Other
- fix(forge): do not panic if revert at same depth as start state recording (#10016) by @grandizzy
Full Changelog:
Nightly (2025-03-05)
Cast Fixes
- fix(receipt): use
from
address (#9998) by @MaxMustermann2 - fix(cast): allow user to disable block gas limit check in cast run (#9996) by @minh-bq
Forge Fixes
- fix:
forge script --verifier sourcify
is ignored whenETHERSCAN_API_KEY
env var is defined (#10002) by @zerosnacks - fix(forge): avoid etch panic on invalid bytecode (#10006) by @grandizzy
- fix(verfy): add blockscout exception for resp status 0 when contract not indexed (#10008) by @grandizzy
- fix(forge): use float total cmp instead partial (#10005) by @grandizzy
Other
Full Changelog:
Nightly (2025-03-04)
Other
- chore: move nightly build to 6 AM UTC for improved monitoring of release process (#9997) by @zerosnacks
Full Changelog:
Nightly (2025-03-03)
Nightly (2025-03-02)
Forge Fixes
- fix(invariant): ignore persisted failure if different test contract (#9981) by @grandizzy
Other
- ci: pin vyper (#9989) by @DaniPopes
Full Changelog:
Nightly (2025-03-01)
Forge Fixes
- fix(script): apply configured evm-version for verify args (#9979) by @grandizzy