Skip to content

Releases: foundry-rs/foundry

Nightly (2024-12-10)

10 Dec 00:34
aa69ed1
Compare
Choose a tag to compare
Nightly (2024-12-10) Pre-release
Pre-release

Other

  • fix(verify): cached artifacts by version (#9520)
  • ci: move deny to test (#9524)

Nightly (2024-12-09)

07 Dec 00:33
00efa0d
Compare
Choose a tag to compare
Nightly (2024-12-09) Pre-release
Pre-release
  • No changes

Nightly (2024-12-06)

06 Dec 00:34
e520767
Compare
Choose a tag to compare
Nightly (2024-12-06) Pre-release
Pre-release

Other

  • chore: rename alphanet to odyssey (#9491)
  • feat: add JSON compatibility for forge test --summary +/ --detailed + apply consistent table styling (#9485)
  • fix: force prevrandao on Moonbeam networks (#9489)
  • chore(cast): upgrade evmole to 0.6.1, use new style API (#9493)
  • chore: bump compilers 0.12.7 (#9498)
  • chore(deps): bump breaking deps (#9502)
  • chore: improve Retry usage and warning (#9503)
  • fix: restore lock version 3 (#9501)
  • chore(deps): remove async_recursion (#9500)

Nightly (2024-12-05)

05 Dec 00:34
75fc63b
Compare
Choose a tag to compare
Nightly (2024-12-05) Pre-release
Pre-release

Other

  • fix(cli): handle id and named chain_id's correctly (#9480)
  • feat: dedup error messages (#9481)
  • chore(anvil): convert panics into errors (#9471)
  • fix(remappings): project autoremappings should respect config (#9466)
  • refactor: adapt to CompilerContract trait type (#9423)
  • chore(deps): bump foundry-compilers 0.12.6 (#9490)

Nightly (2024-12-04)

04 Dec 00:35
805d7ce
Compare
Choose a tag to compare
Nightly (2024-12-04) Pre-release
Pre-release

Other

  • chore: set --lcov-version default to 1 (#9463)
  • fix(anvil): impl maybe_as_full_db for ForkedDatabase (#9465)
  • fix(coverage): assert should not be branch (#9467)
  • fix(forge): run dep.has_branch in correct dir (#9453)
  • chore: fix test isolate (#9468)
  • feat: bump MSRV to 1.83 (#9473)
  • perf(coverage): cache current HitMap, reserve when merging (#9469)
  • test: shuffle archive URLs (#9472)
  • docs: CoverageCollector comments (#9474)

Nightly (2024-12-03)

03 Dec 00:36
e5dbb7a
Compare
Choose a tag to compare
Nightly (2024-12-03) Pre-release
Pre-release

Other

  • fix(coverage): special functions have no name (#9441)
  • feat(cast): allow some more stdin inputs (#9442)
  • chore(config): remove RootPath (#9448)
  • chore(config): move providers into module (#9449)
  • chore(deps): alloy 0.7 (#9447)
  • feat: allow any config to be defined inline (#9430)
  • chore(deps): bump foundry-compilers 0.12.4 (#9455)
  • perf(coverage): improve HitMap merging and internal repr (#9456)
  • perf(coverage): cache computed bytecode hash in CoverageCollector (#9457)
  • fix(coverage): also ignore empty fallbacks and receives (#9459)
  • fix/feat(coverage): add --lcov-version (#9462)

Nightly (2024-12-02)

02 Dec 00:59
ac81a53
Compare
Choose a tag to compare
Nightly (2024-12-02) Pre-release
Pre-release

Other

  • chore(deps): weekly cargo update (#9440)

Nightly (2024-11-30)

30 Nov 00:33
7f41280
Compare
Choose a tag to compare
Nightly (2024-11-30) Pre-release
Pre-release

Other

  • feat: add timeouts to fuzz testing (#9394)
  • feat(cast): decode-error with sig, local cache and openchain api (#9428)
  • feat(cast): decode-event with local and openchain API (#9431)
  • chore: use alloy-chains' is_arbitrum (#9432)
  • feat: rpc_headers in cast and config (#9429)
  • fix: set user-agent header in runtime transport (#9434)
  • feat(script): support custom create2 deployer (#9278)

Nightly (2024-12-01)

01 Dec 00:39
7a23a5c
Compare
Choose a tag to compare
Nightly (2024-12-01) Pre-release
Pre-release

Other

  • fix(coverage): clean ups, use normalized source code for locations (#9438)

Nightly (2024-11-29)

29 Nov 00:34
27cabbd
Compare
Choose a tag to compare
Nightly (2024-11-29) Pre-release
Pre-release

Other

  • feat(cast): decode external lib sigs from cached selectors (#9399)
  • feat: rewrite inline config using figment (#9414)
  • chore: rename the arg name of EvmOpts from evm_opts to evm_args (#9424)
  • Fix conditional syntax issue in macOS libusb check (#9384)