-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into tf/pull-acir-from-artifacts
* master: (95 commits) feat!: make noir_wasm the default compiler (#3090) feat: Add root rollup circuit (#3217) refactor: Move sumcheck (#3189) refactor: Move flavors (#3188) refactor: Move honk/pcs (#3187) feat: Extract types to a types crate (#3203) fix: better update steps for dockerized sandbox (#3204) refactor: Move transcripts (#3176) chore: Fix typo in aztec sandbox (#3191) feat: Enable pkc in noir (#3194) chore: more boiler plate code for merge rollup (#3182) fix: remove unused import (#3200) feat(docs): New getting started flow (#2957) feat!: adding all the (note, nonce) pairs in `PXE.addNote` and hiding `PXE.getNoteNonces` (#3196) chore: refactor e2e to not use @aztec/types (#3175) chore: bump noir (#3197) feat: add cli command update aztec dependencies (#3128) feat!: API inconsistency fix (#3190) chore: Add initial skeleton code for root/merge/mase rollups for Noir (#3178) feat: migrate cpp private kernel tests to noir (#3165) ...
- Loading branch information
Showing
766 changed files
with
37,292 additions
and
7,329 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
".": "0.11.1", | ||
"barretenberg": "0.11.1", | ||
"barretenberg/ts": "0.11.1" | ||
".": "0.13.1", | ||
"barretenberg": "0.13.1", | ||
"barretenberg/ts": "0.13.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.11.1 x-release-please-version | ||
v0.13.1 x-release-please-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,9 @@ sol/cache | |
sol/out | ||
sol/Dockerfile | ||
sol/lib | ||
sol/.foundry | ||
sol/cache | ||
sol/out | ||
cpp/build | ||
cpp/srs_db/ignition | ||
.gitmodules |
Oops, something went wrong.