Skip to content

Releases: foundry-rs/foundry

Nightly (2024-08-02)

02 Aug 00:24
626221f
Compare
Choose a tag to compare
Nightly (2024-08-02) Pre-release
Pre-release

Other

  • fix(fmt): surround with returns in fn with format disabled (#8582)
  • chore: bump compilers 0.10.2 (#8583)

Nightly (2024-08-01)

01 Aug 00:28
c998542
Compare
Choose a tag to compare
Nightly (2024-08-01) Pre-release
Pre-release
  • No changes

Nightly (2024-07-31)

31 Jul 00:23
26a7559
Compare
Choose a tag to compare
Nightly (2024-07-31) Pre-release
Pre-release

Other

  • fix(verify-bytecode): fix metadata extraction and add tests (#8560)
  • fix: error intrinsic gas too low when deploying contract on Mantle / Mantle Sepolia (follow-up) (#8562)

Nightly (2024-07-30)

30 Jul 00:25
fdfaafd
Compare
Choose a tag to compare
Nightly (2024-07-30) Pre-release
Pre-release

Other

  • feat(cheatcodes): implement EIP-2098 in vm.sign (#8538)
  • fix(verify-bytecode): extract constructor arguments from creation code (#8547)
  • add --max-persisted-states to configure max_on_disk_limit (#8412)
  • fix(anvil): apply Arbitrum specifics to API block (#8542)
  • fix: add Mantle + Mantle testnet as exceptions for gas calculation during deployment (#8553)
  • fix(coverage): proper single path branch support (#8552)
  • chore: potential fix flaky test_invariant_assert_shrink (#8554)
  • feat(cheatcodes): display cheatcode name in error message (#8533)

Nightly (2024-07-29)

29 Jul 00:25
6822860
Compare
Choose a tag to compare
Nightly (2024-07-29) Pre-release
Pre-release

Other

  • chore(deps): weekly cargo update (#8544)
  • fix(cheatcodes): clarify vm.expectRevert error message (#8463)
  • fix(cheatcodes): get artifact code panic (#8546)

Nightly (2024-07-28)

27 Jul 06:46
bdd1137
Compare
Choose a tag to compare
Nightly (2024-07-28) Pre-release
Pre-release
  • No changes

Nightly (2024-07-26)

26 Jul 00:25
9444c62
Compare
Choose a tag to compare
Nightly (2024-07-26) Pre-release
Pre-release

Other

  • fix(coverage): proper instruction for 1st branch anchor (#8512)
  • chore: fix flaky can_test_repeatedly test (#8519)
  • fix(anvil): remove override for block.basefee when building transaction env (#8517)
  • Update ScriptArgs::preprocess() visibility to pub (#8524)

Nightly (2024-07-25)

25 Jul 00:23
0ad127a
Compare
Choose a tag to compare
Nightly (2024-07-25) Pre-release
Pre-release

Other

  • chore: make clippy happy (#8515)
  • fix: respect profiles in inline configs (#8514)
  • feat(cast,common): calldata-decode, abi-decode, and 4byte-decode json flag (#8494)
  • fix: some verify-bytecode fixes (#8513)

Nightly (2024-07-24)

24 Jul 00:25
5af9d16
Compare
Choose a tag to compare
Nightly (2024-07-24) Pre-release
Pre-release

Other

  • feat: add mixed mining mode (#8280)

Nightly (2024-07-23)

23 Jul 00:25
62cdea8
Compare
Choose a tag to compare
Nightly (2024-07-23) Pre-release
Pre-release

Other

  • feat: cast decode-eof & forge inspect <contract> eof (#8478)
  • fix: disable block gas limit for call --trace (#8496)