Skip to content

Commit 8b76a12

Browse files
authored
chore: bump nargo to 0.11.1-aztec.0 (#2298)
Bumps noir version
1 parent 80c9b77 commit 8b76a12

6 files changed

+13
-6
lines changed

yarn-project/aztec.js/src/abis/ecdsa_account_contract.json

+1-1
Large diffs are not rendered by default.

yarn-project/aztec.js/src/abis/schnorr_account_contract.json

+1-1
Large diffs are not rendered by default.

yarn-project/aztec.js/src/abis/schnorr_auth_witness_account_contract.json

+1-1
Large diffs are not rendered by default.

yarn-project/aztec.js/src/abis/schnorr_single_key_account_contract.json

+1-1
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"tag": "aztec",
3-
"commit": "f173c05cbff96dfc48a22cc2f1f76396b968d5a0"
2+
"tag": "0.11.1-aztec.0",
3+
"commit": "2103b2ffb640fe457b24be09b6d63fe6ee1c6ac1"
44
}

yarn-project/noir-contracts/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ It has prebuilt binaries and is super easy to install using `noirup`
3030
noirup -v aztec
3131
```
3232

33+
> Pinning Aztec flavoured noir releases
34+
> Aztec noir is released with semver alongside noir. If you would like to pin to a specific version you can run:
35+
> ```bash
36+
> noirup -v <noir-version>-aztec.<patch version>
37+
> ```
38+
> e.g `noirup -v 0.11.1-aztec.0`
39+
3340
### Building from source (If working with custom features)
3441
3542
- Install [noirup](https://github.com/noir-lang/noirup)

0 commit comments

Comments
 (0)