Skip to content

Releases: foundry-rs/foundry

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)

Nightly (2024-11-28)

28 Nov 00:36
c63aba8
Compare
Choose a tag to compare
Nightly (2024-11-28) Pre-release
Pre-release

Other

  • chore: fix 404 status URL (#9417)
  • feat: add --broadcast flag to forge create, default to dry run mode (#9420)
  • feat(traces): show state changes in cast run and forge test on -vvvvv (#9013)

Nightly (2024-11-27)

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

Other

  • feat: remove ethers (#8826)
  • Revert "feat: remove ethers" (#9411)
  • fix: forge script should adhere to --json flag (#9404)
  • feat(cast): add decode-event sig data (#9413)

Nightly (2024-11-26)

26 Nov 00:34
995fd9e
Compare
Choose a tag to compare
Nightly (2024-11-26) Pre-release
Pre-release

Other

  • fix: bail incomplete bytecode sequence disassemble (#9390)
  • fix(forge create): install missing deps if any (#9401)
  • feat(forge): show additional details of contract to verify (#9403)
  • fix: remove duplicate gas_limit / block_gas_limit field, declare as alias (#9406)
  • fix(cheatcodes): use calldata in attachDelegation (#9407)
  • chore(cheatcodes): enforce calldata in declaration (#9408)

Nightly (2024-11-25)

25 Nov 00:36
4923529
Compare
Choose a tag to compare
Nightly (2024-11-25) Pre-release
Pre-release

Other

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

Nightly (2024-11-24)

24 Nov 00:36
d14a7b4
Compare
Choose a tag to compare
Nightly (2024-11-24) Pre-release
Pre-release

Other

  • chore: use has_library_ancestor (#9387)
  • chore(evm/traces): replace solang with Solar (#9386)

Nightly (2024-11-23)

23 Nov 00:35
398ef4a
Compare
Choose a tag to compare
Nightly (2024-11-23) Pre-release
Pre-release

Other

  • fix: vm.broadcastRawTransaction (#9378)
  • fix(forge test): install missing dependencies before creating Project (#9379)
  • chore(chisel): replace solang with solar in SolidityHelper (#9376)
  • fix(chisel): uint/int full word print (#9381)
  • fix: flaky test_broadcast_raw_create2_deployer (#9383)
  • refactor(forge): rewrite geiger with Solar (#9382)
  • feat(forge, cast): add cast --with_local_artifacts/forge selectors cache to trace with local artifacts (#7359)