-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(elaborator): Lazily elaborate globals (noir-lang/noir#5191)
chore: schnorr signature verification in noir (noir-lang/noir#5188) fix(experimental elaborator): Fix globals which use function calls (noir-lang/noir#5172) feat!: restrict noir word size to u32 (noir-lang/noir#5180) chore: break out helper methods for writing foreign call results (noir-lang/noir#5181) fix: Fix panic in `get_global_let_statement` (noir-lang/noir#5177) fix(elaborator): Invert unconstrained check (noir-lang/noir#5176) chore: loosen trait bounds on impls depending on `AcirField` (noir-lang/noir#5115) feat: support casting in globals (noir-lang/noir#5164) chore(experimental elaborator): Handle `comptime` expressions in the elaborator (noir-lang/noir#5169) chore: avoid manual creation of contract artifact in wasm (noir-lang/noir#5117) chore: start moving lints into a separate linting directory (noir-lang/noir#5165) chore: move acir docs to code declaration (noir-lang/noir#5040) feat!: separate proving from `noir_js` (noir-lang/noir#5072)
- Loading branch information
Showing
6 changed files
with
26 additions
and
9 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 @@ | ||
070d7e71d6587679721437dd5b996478bd17ed85 | ||
9c99a97ca8f42bee23cf97ebd724fdc51e647c60 |
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