Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2024-09-08)
Other
- feat: add
codehash
and storage-root
to cast
(#8828)
Nightly (2024-09-07)
Other
- ci: update docker build (#8829)
Nightly (2024-09-07)
Other
- chore: ignore RUSTSEC-2024-0370 (#8821)
- chore: improve git/project root pathfinding (#8820)
- chore: delay spawning tokio runtime until needed (#8819)
- feat: solc 0.8.27 support (#8825)
- chore(deps): bump alloy (#8771)
- fix(
anvil
): reset from fork to another fork (#8768)
Nightly (2024-09-06)
Other
- feat(anvil): 7368 reorg (#8489)
- fix: ignore nonce in call evm env (#8815)
Nightly (2024-09-05)
Other
- fix: small issues (#8800)
- chore: fix
test_assume_no_revert
failing test (#8802)
- fix(
forge bind
): default to alloy (#8806)
- feat(cast/selectors): show function state mutability (#8804)
- feat: update soldeer 0 3 4 (#8777)
Nightly (2024-09-04)
Other
- fix(fuzz): apply inline max-test-rejects config (#8793)
- feat(cheatcodes): add vm.assumeNoRevert for fuzz tests (#8780)
- chore: fix rustc lint elided_named_lifetimes (#8796)
Nightly (2024-09-03)
Features
- fix(eip7702): small fixes (#8791)
Other
- Fix clippy - allow elided_named_lifetimes (#8787)
- chore(deps): weekly
cargo update
(#8782)
- fix(cheatcodes): fail when trying to parse malformatted strings as addresses (#8779)
Nightly (2024-08-31)
Other
- fix(fmt): write files on disk only if they're not perfect match (#8775)
Nightly (2024-08-30)
Features
- feat: support mesc (#8760)
Other
- fix(forge vb): bail when args expected but none provided (#8764)
- support positional
--mp
parameter for forge test
(#8751)