Releases: foundry-rs/foundry
Releases · foundry-rs/foundry
Nightly (2025-11-15)
Other
- fix: use AssumeReject instead of TooManyRejects for single vm.assume reject (#12561) by @DeVikingMark
- feat: support for eth_sendrawtransactionSync in cast send (#12546) by @stevencartavia
- feat(
forge script): implement retries for forge script broadcast (#12564) by @zerosnacks - fix(forge): keep gas memory on gas metering reset (#12539) by @grandizzy
- feat(anvil): handle signature impersonation for EIP-7702 authorization list (#12553) by @mablr
- fix(
verify): handleAddress is not a smart-contractwith Blockscout verification (#12566) by @zerosnacks - chore: bump v1.5 (#12567) by @grandizzy
Full Changelog:
Nightly
Other
- fix: use AssumeReject instead of TooManyRejects for single vm.assume reject (#12561) by @DeVikingMark
- feat: support for eth_sendrawtransactionSync in cast send (#12546) by @stevencartavia
- feat(
forge script): implement retries for forge script broadcast (#12564) by @zerosnacks - fix(forge): keep gas memory on gas metering reset (#12539) by @grandizzy
- feat(anvil): handle signature impersonation for EIP-7702 authorization list (#12553) by @mablr
- fix(
verify): handleAddress is not a smart-contractwith Blockscout verification (#12566) by @zerosnacks - chore: bump v1.5 (#12567) by @grandizzy
Full Changelog:
Nightly (2025-11-14)
Other
- feat(cast): block -f to accept multiple fields (#12427) by @dipanshuhappy
- chore(common): drop unused fs import and fix doc links (#12535) by @0xLogicalx
- fix: infer addresses in unknown fields in UIfmt (#12552) by @klkvr
- refactor(anvil): beacon api tests + use Alloy's
GenesisResponsestruct (#12513) by @mablr - feat: support all blob envelope in cast (#12557) by @mattsse
- Remove redundant String clones in Sourcify metadata conversion (#12554) by @soniseth0
Full Changelog:
Nightly (2025-11-13)
Other
- fix(forge): properly decode raw Error(string) (#12536) by @grandizzy
- chore: bump to revm 33 (#12538) by @zerosnacks
- chore: bump solar, warn on invalid natspec (#12540) by @grandizzy
- fix(forge): allow install repo with ssh (#12542) by @grandizzy
Full Changelog:
Nightly (2025-11-12)
Other
- feat: browser wallet (#12302) by @zerosnacks
- fix(forge doc): use relative path instead of full path (#12519) by @grandizzy
- chore(anvil): use
BlockandHeaderfrom Alloy (#12533) by @mablr
Full Changelog:
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