Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2025-11-11)
Other
- Fix numbers printing (#12504) by @e1Ru1o
- fix(anvil): serialize genesis time as string (#12512) by @StackOverflowExcept1on
- fix(npm): small type fix to resolve ci (#12514) by @o-az
- fix: enable different gas calculation for monad testnet (#12520) by @QEDK
- refactor(doc): improve merge_inheritdoc docs and simplify cloning (#12517) by @DeVikingMark
- chore(deps): bump docker/metadata-action from 5.8.0 to 5.9.0 (#12522) by @dependabot[bot]
- chore(deps): bump softprops/action-gh-release from 2.4.1 to 2.4.2 (#12525) by @dependabot[bot]
- chore(deps): bump DeterminateSystems/determinate-nix-action from 3.12.0 to 3.13.0 (#12523) by @dependabot[bot]
- chore(deps): bump taiki-e/install-action from 2.62.45 to 2.62.49 (#12521) by @dependabot[bot]
- chore(deps): bump DeterminateSystems/update-flake-lock from ab3e850b05f8f7e56dab99f12900d3f569853e93 to e637603d31bed83169f2e56bb475c9dff7af6544 (#12524) by @dependabot[bot]
Full Changelog:
Nightly (2025-11-10)
Nightly (2025-11-09)
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 (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