Skip to content

Releases: matter-labs/foundry-zksync

foundry-zksync: v0.0.19

12 Jun 14:12
b975143
Compare
Choose a tag to compare

0.0.19 (2025-06-12)

Bug Fixes

  • address issue with replaying tx via cast run (#1071) (adb50e9)

foundry-zksync Nightly (2025-06-18)

13 Jun 06:06
b975143
Compare
Choose a tag to compare
Pre-release
  • No changes

foundry-zksync Nightly (2025-06-12)

12 Jun 06:08
adb50e9
Compare
Choose a tag to compare
Pre-release

Other

Full Changelog:

nightly...nightly-adb50e9eb6331b2e81907a6ff117a5537d671938

Nightly foundry-zksync

19 Apr 13:31
b975143
Compare
Choose a tag to compare
Pre-release
  • No changes

foundry-zksync: v0.0.18

06 Jun 20:08
90b22f2
Compare
Choose a tag to compare

0.0.18 (2025-06-06)

Bug Fixes

  • address issue with filtering create2 address factory (#1065) (f2aa902)

foundry-zksync: v0.0.17

06 Jun 13:01
b69e055
Compare
Choose a tag to compare

0.0.17 (2025-06-06)

Bug Fixes

  • Resolve codespell error in changelog (#1058) (f92cc90)
  • updates anvil-zksync and filter non-kernel contracts (#1062) (747cec5)

foundry-zksync Nightly (2025-06-11)

07 Jun 06:05
90b22f2
Compare
Choose a tag to compare
Pre-release
  • No changes

foundry-zksync Nightly (2025-06-06)

06 Jun 06:09
aa11bc5
Compare
Choose a tag to compare
Pre-release

Other

Full Changelog:

nightly...nightly-aa11bc52a22c87bb19ffc9c0d40d6a6398723957

foundry-zksync Nightly (2025-06-05)

31 May 06:06
07840ec
Compare
Choose a tag to compare
Pre-release
  • No changes

foundry-zksync: v0.0.16

28 May 12:36
d94da1c
Compare
Choose a tag to compare

0.0.16 (2025-05-28)

Features

Bug Fixes

  • cast: respect full arg in cast block (#10536) (9e53778)
  • common: find target by path if present (#10538) (71f9b8e)
  • Makefile: update lint-foundry target to explicitly use nightly (#10526) (b47cf78)
  • adds zksync, abstract to diff gas calc (#10539) (0f8a1ff)
  • anvil: recomputing next-base-fee after reloading state (#10488) (e0ad278)
  • anvil: use saturating_to when check for req funds (#10503) (f240a34)
  • cast: disassembler PC & end of code push padding (#10520) (73fec68)
  • fix formating crash caused by non-breaking space in comment (1eb5988)
  • forge: do not revert if event with count 0 not emitted (#10534) (447ef28)
  • forge: mark prank applied on contract creation too (#10532) (fb9904b)
  • forge: support preproc with try contract creation (#10498) (12b2ed4)
  • forge: vm.cool mark cold instead storage cleaning (#10546) (d381a8a)
  • patch solang-parser (#10509) (dc6a216)
  • respect full arg (9e53778)
  • sort blocks by number (#10505) (0a7b3f0)

Performance Improvements