-
Notifications
You must be signed in to change notification settings - Fork 295
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
feat: Sync from noir #6986
+783
−910
Merged
feat: Sync from noir #6986
Changes from 19 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
0e01b10
[1 changes] feat!: add session id to foreign call RPC requests (https…
AztecBot 667085b
chore: apply sync fixes
AztecBot bdddac9
Merge branch 'master' into sync-noir
TomAFrench 7eba86e
chore: update cargo.lock
TomAFrench 2470833
Update noir/noir-repo/compiler/integration-tests/test/node/prove_and_…
TomAFrench 14df10d
temp
TomAFrench 9b4b174
Merge branch 'master' into sync-noir
TomAFrench ff8b27e
Merge branch 'master' into sync-noir
TomAFrench cb6e6b9
[1 changes] chore: avoid `bn254_blackbox_solver` polluting feature fl…
AztecBot b456ac1
chore: apply sync fixes
AztecBot e1dc886
chore: avoid `bn254_blackbox_solver` polluting feature flags (https:/…
AztecBot c30f091
push a scope in interpreter enter_function even when scopes.len() == 1
vezenovm f8c16cb
Merge branch 'master' into sync-noir
vezenovm d7877de
Merge branch 'master' into sync-noir
TomAFrench ee7965f
try bug fix with checking let_.comptime
vezenovm b0317ac
Merge remote-tracking branch 'origin/sync-noir' into sync-noir
vezenovm 110385f
nargo fmt
vezenovm ca708d4
clippy and fmt
vezenovm 5b34bec
Merge branch 'master' into sync-noir
vezenovm b1bc45d
a little debug cleanup
vezenovm ffecb8c
Merge remote-tracking branch 'origin/sync-noir' into sync-noir
vezenovm 7d08148
nargo fmt aztec-nr
vezenovm 14235fe
cleanup old debug stuff
vezenovm 1eb3857
bring back verify_honk_proof test
vezenovm 8f41207
format verify_honk_proof
vezenovm c1f3881
bring back honk_recursion flag that got reverted
vezenovm c9234c8
fix up hardcoded abis in noirc_abi_wasm
vezenovm b04cc42
update yarn lock
vezenovm 6e45192
bring back testing integration-tests in series that was reverted
vezenovm e819ebe
one backendi nstance in prove_and_verify.test.ts integration-tests
vezenovm a6da3b3
Merge branch 'master' into sync-noir
vezenovm 7fd2bec
Merge branch 'master' into sync-noir
vezenovm 62996ab
remove last references to param_witnesses
vezenovm f5d1dda
Merge branch 'master' into sync-noir
vezenovm b2e8fe1
delete noir yarn.lock
vezenovm d8fa1c7
Merge remote-tracking branch 'origin/sync-noir' into sync-noir
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 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 @@ | ||
9c99a97ca8f42bee23cf97ebd724fdc51e647c60 | ||
2e543b40eb83ef2080e4d8f870f525fadd631099 |
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
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
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
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
7 changes: 7 additions & 0 deletions
7
noir/noir-repo/acvm-repo/acir_field/proptest-regressions/field_element.txt
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Seeds for failure cases proptest has generated in the past. It is | ||
# automatically read and these particular cases re-run before any | ||
# novel cases are generated. | ||
# | ||
# It is recommended to check this file in to source control so that | ||
# everyone who runs the test benefits from these saved cases. | ||
cc c1b2755b427c874de3ee55c2969e8adc1b4b0331a28173e9e1e492b3fee6b7b7 # shrinks to hex = "3a0aaaa0aa0aaa00000aaaaaaaa0000a000aaa0a00a0000aa00a00aa0a000a0a" |
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just fmt, and the same thing for the aztec-nr changes.