This repository was archived by the owner on Oct 16, 2025. It is now read-only.
Releases: OffchainLabs/cargo-stylus
Releases · OffchainLabs/cargo-stylus
v0.6.3
v0.6.2
v0.6.1
v0.6.0
What's Changed
- Set default address for Stylus Deployer by @gligneul in #160
- Verify contract deployed with StylusDeployer by @gligneul in #162
- Fix cargo stylus replay by @gligneul in #164
- Remove experimental prefix from deployer flags by @gligneul in #166
- Improve readme by @anegg0 in #165
- Check the library name before using package for deps by @af-afk in #163
- Prepare Cargo Stylus 0.6.0 version by @gligneul in #167
New Contributors
Full Changelog: v0.5.12...v0.6.0
v0.5.12
What's Changed
- Command to get initcode by @kumaryash90 in #150
- Add flag to deploy wasm-files with constructors by @gligneul in #157
- Consolidate Alloy Dependency and Remove Ethers.rs by @rauljordan in #149
- Release v0.5.12 by @joshuacolvin0 in #159
New Contributors
- @kumaryash90 made their first contribution in #150
Full Changelog: v0.5.11...v0.5.12
v0.5.11
What's Changed
- Check whether constructor args are wrongly set by @gligneul in #148
- Update Rust version to fix docker build by @joshuacolvin0 in #151
- Release v0.5.11 by @rauljordan in #156
Full Changelog: v0.5.10...v0.5.11
v0.5.10
What's Changed
- Remove Hardcoded Version in README and Add Nicer Error by @rauljordan in #135
- Add support to Stylus Constructors by @gligneul in #131
- update cache url by @Jason-W123 in #141
- Add rust_features argument for the export-abi command by @yra1029 in #143
- Fix gas estimate and command issues by @Jason-W123 in #138
- skip get_constructor_signature when set wasm-file by @Jason-W123 in #142
- Bump version to 0.5.9 by @joshuacolvin0 in #146
- Add contract size in bytes by @gligneul in #147
- Add command to print constructor by @gligneul in #145
New Contributors
- @Jason-W123 made their first contribution in #141
- @yra1029 made their first contribution in #143
Full Changelog: v0.5.8...v0.5.10
v0.5.8
What's Changed
- Bump to Version 0.5.7 by @rauljordan in #132
- Fix replay command in MacOS by @gligneul in #133
- Version Bump 0.5.8 by @rauljordan in #134
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
This PR makes it possible to deploy Stylus programs with SDK version 0.7.x and Rust stable, solving the problem of reference types not being available for contracts that was previously present in 0.5.6.
- Use correct cargo stylus version in docker image by @gligneul in #111
- Update version to 0.5.6 by @gligneul in #112
- update link for contract verification to point to our docs by @leeederek in #113
- Replay osx support by @joshuacolvin0 in #115
- Improve file hashing by @gligneul in #114
- Remove code duplication that led to inconsistencies by @gligneul in #116
- Fix CI for Audit-01 fix by @gligneul in #120
- Fix Inconsistent Docker Image Naming by @gligneul in #110
- Merge main into develop by @gligneul in #122
- Add cargo stylus version to dockerfile by @gligneul in #123
- Merge develop into main by @gligneul in #121
- Misc clippy complaints by @orph3usLyre in #107
- Support No reference Types in RUSTFLAGS by going from wasm->wat->wasm by @rauljordan in #126
- Include Features and Package Flags in Cargo Stylus Commands by @rauljordan in #127
- Fix deprecated extension check by @gligneul in #130
New Contributors
- @leeederek made their first contribution in #113
- @orph3usLyre made their first contribution in #107
Full Changelog: v0.5.6...v0.5.7