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)