-
Notifications
You must be signed in to change notification settings - Fork 595
feat(acir)!: Add predicate to call opcode #5616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 17 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
bb0ab14
[1 changes] chore: simplify how `acvm_backend.wasm` is embedded (http…
d60d64a
Merge branch 'master' into sync-noir
ludamad 39aba05
[1 changes] fix: unknown slice lengths coming from as_slice (https://…
40cf856
fix: unknown slice lengths coming from as_slice (https://github.com/n…
6a5dd2d
chore: update lock and restore .envrc
sirasistant c999278
fix: make noir projects compile
sirasistant b58bfc5
chore: install wasm-opt via npm
sirasistant bad419e
chore: use provided script instead
sirasistant 616d52e
chore: update deployer addr
sirasistant b570219
Merge branch 'master' into sync-noir
sirasistant 0800f0a
chore: update snaps
sirasistant 0984c98
chore: format constants gen
sirasistant bb2b500
chore: make wasm_opt optional again
sirasistant 5415edd
add predicate to call opcode
vezenovm 8c22318
merge conflcits w/ master
vezenovm b0fe1cb
use utility method for checking prediate in the VM
vezenovm 223f685
cargo fmt
vezenovm a9ec8a0
Update noir/noir-repo/acvm-repo/acvm/src/pwg/mod.rs
vezenovm ca8eec3
Update noir/noir-repo/acvm-repo/acvm/src/pwg/mod.rs
vezenovm 5e98601
cleanup is_predicate-false
vezenovm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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: 2 additions & 4 deletions
6
noir/noir-repo/test_programs/execution_success/fold_call_witness_condition/Prover.toml
This file contains hidden or 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,5 +1,3 @@ | ||
| # TODO(https://github.com/noir-lang/noir/issues/4707): Change these inputs to fail the assertion in `fn return_value` | ||
| # and change `enable` to false. For now we need the inputs to pass as we do not handle predicates with ACIR calls | ||
| x = "5" | ||
| x = "10" | ||
| y = "10" | ||
| enable = true | ||
| enable = false |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.