-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove usage of slices in pedersen hash (noir-lang/noir#6295)
chore: remove dead function (noir-lang/noir#6308) feat: new formatter (noir-lang/noir#6300) feat: Sync from aztec-packages (noir-lang/noir#6301) fix: Allow array map on empty arrays (noir-lang/noir#6305) fix: Display function name and body when inlining recursion limit hit (noir-lang/noir#6291) feat(interpreter): Comptime derive generators (noir-lang/noir#6303) fix: enforce correctness of decompositions performed at compile time (noir-lang/noir#6278) feat: Warn about private types leaking in public functions and struct fields (noir-lang/noir#6296) chore(docs): refactoring guides and some other nits (noir-lang/noir#6175) fix: Do not warn on unused self in traits (noir-lang/noir#6298) fix: Reject invalid expression with in CLI parser (noir-lang/noir#6287)
- Loading branch information
Showing
13 changed files
with
13 additions
and
159 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
62404d7ff349ddf7551f2efd865adafc5213a742 | ||
8dec84793d200dcb524aa5c397d0a84d38974e7e |
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
6 changes: 0 additions & 6 deletions
6
noir/noir-repo/test_programs/execution_success/double_verify_honk_proof/Nargo.toml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
noir/noir-repo/test_programs/execution_success/double_verify_honk_proof/Prover.toml
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
noir/noir-repo/test_programs/execution_success/double_verify_honk_proof/src/main.nr
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
noir/noir-repo/test_programs/execution_success/double_verify_honk_proof_recursive/Nargo.toml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
.../noir-repo/test_programs/execution_success/double_verify_honk_proof_recursive/Prover.toml
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
.../noir-repo/test_programs/execution_success/double_verify_honk_proof_recursive/src/main.nr
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
noir/noir-repo/test_programs/execution_success/verify_honk_proof/Nargo.toml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
noir/noir-repo/test_programs/execution_success/verify_honk_proof/Prover.toml
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
noir/noir-repo/test_programs/execution_success/verify_honk_proof/src/main.nr
This file was deleted.
Oops, something went wrong.