-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1 changes] fix: disable side-effects for no_predicates functions (no…
…ir-lang/noir#6027) feat: default to outputting witness with file named after package (noir-lang/noir#6031) feat: Add a `comptime` string type for string handling at compile-time (noir-lang/noir#6026) feat: let LSP suggest trait impl methods as you are typing them (noir-lang/noir#6029) chore: Release Noir(0.34.0) (noir-lang/noir#5692) feat: Sync from aztec-packages (noir-lang/noir#6028)
- Loading branch information
Showing
198 changed files
with
15,039 additions
and
582 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 @@ | ||
9bf2dcbf166f9ffd97c369c0de3d95329c850d47 | ||
fc74c55ffed892962413c6fe15af62e1d2e7b785 |
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.33.0", | ||
"acvm-repo": "0.49.0" | ||
".": "0.34.0", | ||
"acvm-repo": "0.50.0" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.