-
Notifications
You must be signed in to change notification settings - Fork 199
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/fuzzer-mvp
* master: feat: implement comptime support for `as_slice` builtin (#5276) chore: create separate crate just for noir artifacts (#5162) feat: add support for wildcard types (#5275) chore: replace logical operators with bitwise in `DebugToString` (#5236) fix: use proper serialization in `AbiValue` (#5270) chore: simplify compilation flow to write to file immediately (#5265) feat: implement comptime support for `array_len` builtin (#5272) chore: Use the elaborator by default (#5246) chore: Release Noir(0.31.0) (#5166) feat!: remove `dep::` prefix (#4946) feat: Sync from aztec-packages (#5242) chore: replace `is_bn254` implementation to not rely on truncation of literals (#5247) chore: add no-predicate to hash implementations (#5253)
- Loading branch information
Showing
397 changed files
with
11,284 additions
and
640 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 @@ | ||
86a33140f9a65e518003b3f4c60f97d132f85b89 | ||
12af650f0d27c37dca06bb329bf76a5574534d78 |
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,4 +1,4 @@ | ||
{ | ||
".": "0.30.0", | ||
"acvm-repo": "0.46.0" | ||
".": "0.31.0", | ||
"acvm-repo": "0.47.0" | ||
} |
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.