-
Notifications
You must be signed in to change notification settings - Fork 270
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 gd/noir_issue_4330
* master: (37 commits) refactor: nuking `KeyStore` and `KeyPair` interfaces (#6553) feat: Sync from noir (#6555) refactor: purge secret and open keywords (#6501) feat: run benchmarks for ACIR proving (#6155) feat: generic key validation request (#6474) chore: fix migration notes (#6551) git subrepo push --branch=master noir-projects/aztec-nr git_subrepo.sh: Fix parent in .gitrepo file. [skip ci] chore: replace relative paths to noir-protocol-circuits git subrepo push --branch=master barretenberg feat: Adding autogenerated variants for the reset circuit (#6508) chore: Copy subset of constants to cpp (#6544) feat(docs): Key rotation / owner -> nullifier key docs (#6538) chore(docs): restructure improvs (#6502) chore: anvil kill wrapper now supports mac (#6520) feat: sum transaction fees and pay on l1 (#6522) refactor: private call validation (#6510) chore: add c++ tests for generator derivation (#6528) feat: View functions with static context enforcing (#6338) feat: Update the encrypted note log format (#6411) ...
- Loading branch information
Showing
599 changed files
with
9,308 additions
and
5,474 deletions.
There are no files selected for viewing
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
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 @@ | ||
b541e793e20fa3c991e0328ec2ff7926bdcdfd45 | ||
fb039f74df23aea39bc0593a5d538d82b4efadf0 |
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
cd ~/aztec-packages/noir/noir-repo | ||
cargo clean | ||
noirup -p . | ||
cd test_programs && ./rebuild.sh | ||
|
||
cd ~/aztec-packages/barretenberg/acir_tests | ||
rm -rf acir_tests |
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
Oops, something went wrong.