Skip to content

Commit

Permalink
[1 changes] feat: handwritten parser (noir-lang/noir#6180)
Browse files Browse the repository at this point in the history
feat(test): Fuzz test stdlib hash functions (noir-lang/noir#6233)
fix: handle nested arrays in calldata (noir-lang/noir#6232)
feat: add more `Type` and `UnresolvedType` methods (noir-lang/noir#5994)
fix: Panic on composite types within databus (noir-lang/noir#6225)
feat(perf): Follow array sets backwards in array set from get optimization (noir-lang/noir#6208)
fix: check for Schnorr null signature (noir-lang/noir#6226)
  • Loading branch information
AztecBot committed Oct 8, 2024
1 parent 670af8a commit 898b6a1
Show file tree
Hide file tree
Showing 389 changed files with 25,748 additions and 5,927 deletions.
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
be9dcfe56d808b1bd5ef552d41274705b2df7062
c4273a0c8f8b751a3dbe097e070e4e7b2c8ec438
4 changes: 2 additions & 2 deletions noir/noir-repo/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.34.0",
"acvm-repo": "0.50.0"
".": "0.35.0",
"acvm-repo": "0.51.0"
}
112 changes: 112 additions & 0 deletions noir/noir-repo/CHANGELOG.md

Large diffs are not rendered by default.

95 changes: 34 additions & 61 deletions noir/noir-repo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 898b6a1

Please sign in to comment.