Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump nargo to 0.11.1-aztec.0 #2298

Merged
merged 2 commits into from
Sep 14, 2023
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