Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2024-10-05)
Nightly (2024-10-04)
Other
- feat:
--eof
flag and config key (#9002) - perf: reduce dynamic dispatch for inspectors (#9011)
- feat(randomBytes): adding support to generate different bytes via RngCore (#8996)
- chore: add more context to sourcemap error (#9015)
- fix: only test
--eof
on linux (#9016) - fix(cheatcodes): handle create2 deployer with broadcastRawTransaction (#9020)
- fix(
anvil
): setstorage.best_hash
while loading state (#9021) - chore: reduce size of DynCheatcode vtable (#9023)
Nightly (2024-10-03)
Other
- fix(ci): flexibly handle forge-std being installed with tag or untagged (#9003)
- docs: clarify keystore path should point to a filename (#9004)
- feat: gas snapshots over arbitrary sections (#8952)
- chore(deps): bump alloy to 0.4.2 (#9000)
- chore: print parent beacon root (#9006)
- chore: use dyn DatabaseExt everywhere (#8924)
Nightly (2024-10-02)
- No changes
Nightly (2024-09-30)
- No changes
Nightly (2024-09-27)
Other
- feat(
cheatcodes
):getArtifactPathByCode
andgetArtifactPathByDeployedCode
(#8938) - chore: fix base gas limit test and clippy (#8961)
- feat(cheatcodes): random* cheatcodes to aid in symbolic testing (#8882)
- feat: use multi-architecture images in Dockerfile to support apple si… (#8964)
- fix: enable
revm/blst
(#8965) - test: redact forge version (#8967)
Nightly (2024-09-26)
Nightly (2024-09-25)
Other
- chore: more fixes for --all-features tests (#8946)
- fix(
anvil
): handle OP deposit txs inTypedTransaction
andPoolTransaction
conversion (#8942) - feat(cast): add contract creation bytecodes to traces (#8941)
- fix: #8759, default (low) gas limit set even when disabled, use custom gas_limit on forks (#8933)
- chore: add @grandizzy @yash-atreya @zerosnacks as codeowners (#8951)
- chore(deps): update revm-inspector version in manifest (#8950)
- chore: add Makefile and
codespell
(#8948) - chore: add comments for alloy-core patches (#8955)