Skip to content

Releases: glihm/caironet

v.1.1.0-d

16 Jun 01:57
219e368

Choose a tag to compare

Introduce new syntax for scoped mocking on a test function only:

#[test]
#[caironet(ContractName: 0x1234)]
fn test_1() {
...
}

Also add support for project that only have a Scarb.toml file.

v1.1.0-b

10 Jun 00:32

Choose a tag to compare

Support for Scarb dependency.

With this version, you can now run integration test using contracts from dependencies pulled with Scarb.

v.1.1.0-a

07 Jun 23:59

Choose a tag to compare

First release for caironet to test starknet contracts using v1.1.0 of cairo compiler.