Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2024-08-02)
Other
- fix(fmt): surround with returns in fn with format disabled (#8582)
- chore: bump compilers 0.10.2 (#8583)
Nightly (2024-07-31)
Other
- fix(verify-bytecode): fix metadata extraction and add tests (#8560)
- fix: error
intrinsic gas too low
when deploying contract on Mantle / Mantle Sepolia (follow-up) (#8562)
Nightly (2024-07-30)
Other
- feat(cheatcodes): implement EIP-2098 in
vm.sign
(#8538)
- fix(
verify-bytecode
): extract constructor arguments from creation code (#8547)
- add
--max-persisted-states
to configure max_on_disk_limit
(#8412)
- fix(anvil): apply Arbitrum specifics to API block (#8542)
- fix: add
Mantle
+ Mantle testnet
as exceptions for gas calculation during deployment (#8553)
- fix(coverage): proper single path branch support (#8552)
- chore: potential fix flaky test_invariant_assert_shrink (#8554)
- feat(cheatcodes): display cheatcode name in error message (#8533)
Nightly (2024-07-29)
Other
- chore(deps): weekly
cargo update
(#8544)
- fix(cheatcodes): clarify vm.expectRevert error message (#8463)
- fix(cheatcodes): get artifact code panic (#8546)
Nightly (2024-07-26)
Other
- fix(coverage): proper instruction for 1st branch anchor (#8512)
- chore: fix flaky can_test_repeatedly test (#8519)
- fix(anvil): remove override for block.basefee when building transaction env (#8517)
- Update
ScriptArgs::preprocess()
visibility to pub
(#8524)
Nightly (2024-07-25)
Other
- chore: make clippy happy (#8515)
- fix: respect profiles in inline configs (#8514)
- feat(cast,common): calldata-decode, abi-decode, and 4byte-decode json flag (#8494)
- fix: some verify-bytecode fixes (#8513)
Nightly (2024-07-24)
Other
- feat: add mixed mining mode (#8280)
Nightly (2024-07-23)
Other
- feat:
cast decode-eof
& forge inspect <contract> eof
(#8478)
- fix: disable block gas limit for call --trace (#8496)