Releases: foundry-rs/starknet-foundry
Releases · foundry-rs/starknet-foundry
0.2.0
This release fixes bugs related to collecting tests within the package. This changes the logic of test collecting - all tests within package must now be imported in lib.cairo or submodules.
Read the updated docs on test collecting for more details.
What's Changed
- Fixed finding tests when using
superin imports - Fixed finding tests using imported code
Compatible Scarb Versions
| Tool | Scarb Version |
|---|---|
snforge |
0.5.2 |
sncast |
0.5.2 |
0.1.1
What's Changed
Various bugfixes from 0.1.0
- Fixed
class_hashes calculation - Fixed test collection
Full Changelog: v0.1.0...v0.1.1
Compatible Scarb Versions
| Tool | Scarb Version |
|---|---|
snforge |
0.5.2 |
sncast |
0.5.2 |
0.1.0
Starknet Foundry
The first release of Starknet Foundry is out! 🔥🚀
Create, test and deploy Starknet contracts directly from one tool.
Check out the Starknet Foundry Book 📕 to learn how to utilize it in
your projects.
What's Changed
- Added
forge- smart contract test runner - Added
cast- all-in-one Starknet interactions tool
Compatible Scarb Versions
| Tool | Scarb Version |
|---|---|
snforge |
0.5.1 |
sncast |
0.5.2 |