Releases: matter-labs/foundry-zksync
Releases · matter-labs/foundry-zksync
foundry-zksync Nightly (2025-03-08)
Other
Full Changelog:
Nightly foundry-zksync
Other
Full Changelog:
foundry-zksync Nightly (2025-03-07)
foundry-zksync Nightly (2025-03-06)
- No changes
foundry-zksync: v0.0.10
🔥 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
andtest_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)
foundry-zksync Nightly (2025-02-26)
Other
Full Changelog:
foundry-zksync Nightly (2025-02-25)
foundry-zksync Nightly (2025-02-21)
- No changes
foundry-zksync: v0.0.9
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
- add support for cast estimate (#903) (5eaf1a7)
- Add support for cast send --create (#913) (9aaddd6)
- cast mktx and mktx --create support (#911) (4f89e2f)
- cast:zk:
call
andcall --create
support (#917) (2eaac65) - inspect command (#906) (f7059a1)