Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2025-04-03)
Forge Fixes
Other
Full Changelog:
Nightly
Nightly (2025-04-02)
Anvil Fixes
- fix(
anvil
): --chain-id takes precendence over genesis (#10223) by @yash-atreya
Forge Features
- feat(forge): add vm.setArbitraryStorage with overwrites (#10219) by @grandizzy
Other
- chore: remove odyssey p256 precompile on
0x14
(#10220) by @joshieDo - feat(
anvil
): bypass sidecar requirement when impersonating (#10224) by @yash-atreya - added cast wallet public key (#10196) by @Rimeeeeee
- chore(all): replace 0x prefix from_str(...).unwrap() with macros (#10222) by @healthyyyoung
- Added options to forge bind to define crate description and license (#10203) by @Soubhik-10
Full Changelog:
Nightly (2025-04-01)
Anvil Fixes
- fix: handle invalid mnemonic gracefully in anvil (#10207) by @gregorsternat
Forge Features
- feat: support
signDelegation
andsignAndAttachDelegation
with nonce (#10182) by @fenghaojiang
Forge Fixes
- fix(forge): apply startPrank with delegate only for top calls (#10069) by @grandizzy
Other
- chore(all): add 0x prefix to b256! and address! calls (#10213) by @healthyyyoung
- chore(deps): weekly
cargo update
(#10211) by @github-actions[bot]
Full Changelog:
Nightly (2025-03-31)
- No changes
Nightly (2025-03-28)
Forge Features
Other
Full Changelog:
Nightly (2025-03-27)
Forge Features
- feat(forge): add vm.deployCode cheats with msg.value and salt (#10178) by @grandizzy
Other
Full Changelog:
Nightly (2025-03-26)
❗ Breaking changes
Full Changelog:
Nightly (2025-03-25)
Forge Fixes
- fix(forge): respect --optimize flag when verify with forge create (#10163) by @grandizzy
Other
- fix: Use the unused skip_extra_derives bind argument (#10099) by @pistomat
- chore(deps): weekly
cargo update
(#10158) by @github-actions[bot]
Full Changelog:
Nightly (2025-03-24)
Cast Fixes
- fix(cast): send should not panic on revert decoding (#10155) by @grandizzy
Forge Fixes
- fix(forge): bail if forge create contract with empty bytecode (#10159) by @grandizzy