Skip to content

foundry-zksync: v0.0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 20:59
c2db011

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)