Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2025-03-12)
Cast Features
- feat(cast): storage add --proxy to manually specify a proxy contract when Etherscan fails to find it (#10033) by @Cizeon
Other
- fix deny.toml, ignore RUSTSEC-2025-0014 (#10052) by @getong
- update derive_more to 2.0 (#9987) by @getong
- feat(forge): match chain id with token symbol (#10043) by @supamongkonR
- fix(forge): use etherscan verifier if key provided (#10058) by @grandizzy
- update watchexec to 6.0, watchexec-events to 5.0 (#9988) by @getong
Full Changelog:
Nightly (2025-03-13)
Forge Fixes
- fix(forge): redact pk in signDelegation* traces (#10061) by @grandizzy
Other
Full Changelog:
Nightly
Forge Fixes
- fix(forge): redact pk in signDelegation* traces (#10061) by @grandizzy
Other
Full Changelog:
Nightly (2025-03-11)
Forge Fixes
- fix(forge): base url for verification providers other than etherscan (#10045) by @grandizzy
Other
Full Changelog:
Nightly (2025-03-10)
Nightly (2025-03-09)
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