Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2025-12-10)
Other
- chore: update to macos14 runner (#12774) by @grandizzy
- chore(deps): bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#12770) by @dependabot[bot]
- chore(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 (#12768) by @dependabot[bot]
- feat(
foundryup): add Tempo support (#12775) by @zerosnacks - chore(deps): bump softprops/action-gh-release from 2.4.2 to 2.5.0 (#12767) by @dependabot[bot]
- refactor(anvil): use
EvmEnvin backend/executor (#12763) by @mablr - feat(forge selectors): cache selectors from abis (#12742) by @JuaniRios
- test: ignore test in isolate (#12778) by @DaniPopes
- docs: fix wrong flag and deprecated command for clippy (#12780) by @JuaniRios
- test: bump solady (#12781) by @DaniPopes
- feat(cast): strip WalletOpts and EtherscanOpts from cast subcommands that dont expect a signer or need etherscan api (#12705) by @tskoyo
Full Changelog:
Nightly (2025-12-09)
Other
- deps: bump alloy-chains 0.2.22 (#12760) by @onbjerg
- chore(anvil): create
EitherEvmusingOpEvmandEthEvmfactories (#12764) by @mablr - chore(deps): bump DeterminateSystems/update-flake-lock from e637603d31bed83169f2e56bb475c9dff7af6544 to 45146d6189ea5880a3a07f999952bf21810804f1 (#12766) by @dependabot[bot]
- chore(deps): bump crate-ci/typos from 1.39.2 to 1.40.0 (#12769) by @dependabot[bot]
Full Changelog:
Nightly (2025-12-09)
- No changes
Nightly
Other
- chore: update to macos14 runner (#12774) by @grandizzy
- chore(deps): bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#12770) by @dependabot[bot]
- chore(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 (#12768) by @dependabot[bot]
- feat(
foundryup): add Tempo support (#12775) by @zerosnacks - chore(deps): bump softprops/action-gh-release from 2.4.2 to 2.5.0 (#12767) by @dependabot[bot]
- refactor(anvil): use
EvmEnvin backend/executor (#12763) by @mablr - feat(forge selectors): cache selectors from abis (#12742) by @JuaniRios
- test: ignore test in isolate (#12778) by @DaniPopes
- docs: fix wrong flag and deprecated command for clippy (#12780) by @JuaniRios
- test: bump solady (#12781) by @DaniPopes
- feat(cast): strip WalletOpts and EtherscanOpts from cast subcommands that dont expect a signer or need etherscan api (#12705) by @tskoyo
Full Changelog:
Nightly (2025-12-08)
- No changes
Nightly (2025-12-06)
Other
- refactor(verify): remove redundant String conversion for VerificationType (#12740) by @Bashmunta
- chore: fix serialization map size hint (#12720) by @Sharilleed223
- fix(anvil): resolve incorrect historical states dump behavior (#12732) by @w1tcher
Full Changelog:
Nightly (2025-12-04)
Nightly (2025-12-05)
Other
- deps(
forge init): update to checkout v6 in default templates (#12731) by @zerosnacks - fix: add
logfn support alongsidelog_fullfn, follow-up fix forrevm 33(#12718) by @zerosnacks - chore(cli): remove useless clap visible aliases (#12735) by @mablr
Full Changelog:
Nightly (2025-12-04)
Other
- fix: correct SerializeMap size hint in RpcEndpoint::serialize (#12715) by @Forostovec
- perf: compute literals only once (#12716) by @DaniPopes
Full Changelog:
Nightly (2025-12-03)
Other
- feat: add XDC Network + SKALE Base support by bumping
alloy-chains(#12710) by @zerosnacks - feat(cast): add support for raw transaction data with --data flag in send (#12712) by @Jds-23