Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2025-11-09)
Nightly
Nightly (2025-11-08)
Other
- test: disable reth-ethereum-full (#12484) by @DaniPopes
- chore(foundryup): update master refs to HEAD (#12479) by @DaniPopes
- test: debug log stdout in testdata test (#12482) by @DaniPopes
- fix: update TEST_CONTRACT_ADDRESS (#12475) by @DaniPopes
- chore(meta): remove MSRV from clippy.toml (#12489) by @DaniPopes
- chore: clean up build script (#12488) by @DaniPopes
- chore: aggregate PRs (#12493) by @DaniPopes
- feat(docker): rewrite to cache with depot (#12491) by @DaniPopes
Full Changelog:
Nightly (2025-11-07)
Other
- chore(anvil): replace
inject_custom_precompileswithPrecompilesMap::extend_precompilesmethod (#12469) by @mablr - feat(wallets): add Turnkey signer support (#12026) by @rplusq
- fix: provide the sender when converting to request (#12473) by @mattsse
- Revert "fix(forge doc): use relative path instead of full path" (#12477) by @DaniPopes
- fix(cast): add turnkey to list (#12476) by @DaniPopes
- feat(anvil): Implement alloy_evm
FromRecoveredTxtrait for anvilTypedTransaction(#12424) by @mablr - test: memory_limit (#12299) by @DaniPopes
Full Changelog:
Nightly
Nightly (2025-11-06)
Other
- chore(npm): update README.md of npm packages (#12459) by @o-az
- chore: bump alloy 1.1.0 (#12457) by @stevencartavia
- chore: bump revm 31 (#12461) by @mattsse
- fix: do not panic if cannot read counterexample (#12467) by @grandizzy
- fix(forge doc): use relative path instead of full path (#12373) by @marcvernet31
Full Changelog:
Nightly (2025-11-05)
Other
- chore(deps): bump mikepenz/release-changelog-builder-action from 6.0.0 to 6.0.1 (#12437) by @dependabot[bot]
- chore(deps): bump taiki-e/install-action from 2.62.39 to 2.62.45 (#12438) by @dependabot[bot]
- chore(deps): bump DeterminateSystems/update-flake-lock from 4d443398067153ddd6191a9d9c89533f9a100c26 to ab3e850b05f8f7e56dab99f12900d3f569853e93 (#12440) by @dependabot[bot]
- feat(npm): forward termination signals to child process (#12441) by @o-az
- chore(deps): bump crate-ci/typos from 1.38.1 to 1.39.0 (#12439) by @dependabot[bot]
- feat(invariant): shrink failure when replayed (#12351) by @grandizzy
- chore(deps): bump DeterminateSystems/determinate-nix-action from 3.11.3 to 3.12.0 (#12436) by @dependabot[bot]
Full Changelog:
Nightly (2025-11-04)
Other
- chore(anvil): use cfg(feature = "cmd") instead of allow(dead_code) for parse (#12425) by @Fallengirl
- Refactor: use strip_0x in Cast::publish and drop unnecessary mut (#12376) by @viktorking7
- chore: use trait fn for setting both input fields (#12426) by @mattsse
- Remove unused foundry-config dependency from benches crate (#12388) by @wedjob0X
- refactor: use derive(Default) for Handler struct (#12431) by @Bilogweb3
- refactor(cast): remove redundant clone and duplicate import (#12430) by @Bilogweb3
- perf(anvil): avoid snapshot cloning when counting ready transactions (#12432) by @phrwlk
- fix(npm): kill child process when SIGTERM or SIGINT is received (#12412) by @guidanoli
Full Changelog:
Nightly (2025-11-03)
Other
- refactor(anvil)!: simplify PrecompileFactory API to use DynPrecompile (#12411) by @mattsse
- chore(deps): weekly
cargo update(#12416) by @github-actions[bot] - feat(cast): added custom polling interval args (#12387) by @dipanshuhappy