Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion yarn-project/aztec.js/src/abis/ecdsa_account_contract.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions yarn-project/noir-compiler/src/noir-version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"tag": "aztec",
"commit": "f173c05cbff96dfc48a22cc2f1f76396b968d5a0"
"tag": "0.11.1-aztec.0",
"commit": "2103b2ffb640fe457b24be09b6d63fe6ee1c6ac1"
}
7 changes: 7 additions & 0 deletions yarn-project/noir-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ It has prebuilt binaries and is super easy to install using `noirup`
noirup -v aztec
```

> Pinning Aztec flavoured noir releases
> Aztec noir is released with semver alongside noir. If you would like to pin to a specific version you can run:
> ```bash
> noirup -v <noir-version>-aztec.<patch version>
> ```
> e.g `noirup -v 0.11.1-aztec.0`

### Building from source (If working with custom features)

- Install [noirup](https://github.com/noir-lang/noirup)
Expand Down