Skip to content

Releases: matter-labs/foundry-zksync

foundry-zksync Nightly (2025-03-08)

08 Mar 00:25
0ff41b2
Compare
Choose a tag to compare
Pre-release

Other

Full Changelog:

nightly...nightly-0ff41b2be31c9bdc886327649793104fce12fbb0

Nightly foundry-zksync

19 Apr 13:31
0ff41b2
Compare
Choose a tag to compare
Pre-release

Other

Full Changelog:

nightly...nightly-0ff41b2be31c9bdc886327649793104fce12fbb0

foundry-zksync Nightly (2025-03-07)

07 Mar 00:31
a592192
Compare
Choose a tag to compare
Pre-release

Other

Full Changelog:

nightly...nightly-a59219281dc5292868537ed74e42b0c29b49bfdc

foundry-zksync Nightly (2025-03-06)

28 Feb 00:31
4b59d03
Compare
Choose a tag to compare
Pre-release
  • No changes

foundry-zksync: v0.0.10

26 Feb 18:16
d96415a
Compare
Choose a tag to compare

🔥 Foundry ZKsync 0.0.10 (2025-02-26)

We’re excited to roll out the latest update to Foundry ZKSync, featuring a State Diff cheatcode, bug fixes, and the latest upstream improvements from Foundry 1.0

🚀 Features:

  • State Diff Cheatcode – Support stateDiff cheatcode for EraVM. (#922) (a7b05d3)
  • Upstream Sync – Upstream sync including Foundry 1.0 release. (#924) (ca9d1aa)

🛠 Bug Fixes:

  • zkCast Tests – Reintroduced test_zk_cast_call and test_zk_cast_call_create. (#933) (b8a577e)
  • Nonce Consistency in Batching – Improved nonce handling for batched transactions. (#929) (ae9cfd1)
  • Fixed Nonce Mismatch in Setup – Resolved an issue with nonce mismatches when broadcasting transactions in setup functions. (#923) (cdef273)

foundry-zksync Nightly (2025-02-27)

27 Feb 00:30
d96415a
Compare
Choose a tag to compare
Pre-release

Other

  • fix: Add back test_zk_cast_call and test_zk_cast_call_create (#933) by @Jrigada
  • feat: support state diff cheatcode (#922) by @nbaztec
  • chore(main): release foundry-zksync 0.0.10 (#931) by @github-actions[bot]

Full Changelog:

nightly...nightly-d96415aa7fcc9705cca6c21fbda3dd6159f1929b

foundry-zksync Nightly (2025-02-26)

26 Feb 00:29
ae9cfd1
Compare
Choose a tag to compare
Pre-release

Other

  • fix: consistent nonce w/ tx batching (#929) by @Karrq

Full Changelog:

nightly...nightly-ae9cfd10d906b5ab350258533219da1f4775c118

foundry-zksync Nightly (2025-02-25)

25 Feb 00:35
3f1dae1
Compare
Choose a tag to compare
Pre-release

Other

Full Changelog:

nightly...nightly-3f1dae197fe44018392964c8b4f7dabb06179fe4

foundry-zksync Nightly (2025-02-21)

21 Feb 19:29
c614e07
Compare
Choose a tag to compare
Pre-release
  • No changes

foundry-zksync: v0.0.9

20 Feb 20:59
c2db011
Compare
Choose a tag to compare

0.0.9 (2025-02-20)

We’re releasing Foundry-zksync 0.0.9! 🚀 This update introduces new features and fixes that extend zksync support within Foundry. We've expanded cast and forge commands to increase the feature parity with Foundry.

Cast

  • Support for cast estimate and cast estimate --create
  • Support for cast send and cast send --create
  • Support for cast mktx and mktx --create
  • Support for cast call and call --create

Forge

  • Added support for the forge inspect command

Fixes

We also fixed some issues related to rate limiting when running CI and prevented the loss of the zksync profile configuration in foundry.toml when deserialization fails.

Changelog

Features

Bug Fixes

  • foundry toml invalid setting does not discard other settings (#912) (27eda8b)
  • Use new alchemy key to avoid rate limiting issues (#919) (89fa128)