Skip to content

Releases: glihm/caironet

v.1.1.0-d

Choose a tag to compare

@glihm glihm released this 16 Jun 01:57
219e368

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

Choose a tag to compare

@glihm glihm released this 10 Jun 00:32

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

Choose a tag to compare

@glihm glihm released this 07 Jun 23:59

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