Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@rauljordan rauljordan released this 02 Jul 15:23
· 39 commits to main since this release
884f8d8

A big release of Cargo Stylus is now live, with support for the following major features:

  • Program verification: Stylus programs in Rust are now deployed with a hash of their project's rust source files in their program init data, meaning they can be reproducibly verified against a commit in a Dockerized environment
  • Custom extensions: Ability to add custom cargo stylus subcommands, with an example included under example/
  • Stylus cache support: A command has been added to make it easy to interact with the Stylus cache manager on Arbitrum Sepolia

To see how to use program verification, read more here

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.4.0