-
Notifications
You must be signed in to change notification settings - Fork 308
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: use new IVC scheme #8480
Merged
Merged
feat: use new IVC scheme #8480
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
379b8b0
introduce auto verify mode, basic ClientIvc tests pass using AztecIvc
ledwards2225 2045e41
all ClientIvc tests pass with auto AztecIvc swapped in
ledwards2225 5c5160f
client ivc integration tests passes with aztec ivc
ledwards2225 dbc37ff
pub inputs hack
ledwards2225 4878db2
cleanup and trigger e2e on aztec ivc changes
ledwards2225 6cd39f9
fixx gcc
ledwards2225 2a24811
update fold basic prgram to have even num circuits
ledwards2225 d0e9a58
Merge branch 'master' into lde/integrate_new_ivc
ledwards2225 b48bb6e
bump grump in main ts
ledwards2225 b547310
remove old client ivc
ledwards2225 c6b99ae
fix bb method type in ivc integration tests
ledwards2225 8f413e0
ensure even number of circuits in ts integration test
ledwards2225 7526125
smaller test case in ivc recursion tests
ledwards2225 5bc512d
fix yarn formatter
ledwards2225 29bb769
rename bench
ledwards2225 b48c3a6
try to fix linker for bench
ledwards2225 f5d5c6f
Merge branch 'master' into lde/integrate_new_ivc
ledwards2225 d50f435
fix pinning and update bench name
ledwards2225 3cb8e05
Merge branch 'master' into lde/integrate_new_ivc
ledwards2225 ba053f4
rename AztecIVC to ClientIVC
ledwards2225 331a2c8
complete all renaming
ledwards2225 8dc7768
comments etc
ledwards2225 9742c6e
Merge branch 'master' into lde/integrate_new_ivc
ledwards2225 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
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 was deleted.
Oops, something went wrong.
272 changes: 0 additions & 272 deletions
272
barretenberg/cpp/src/barretenberg/aztec_ivc/aztec_ivc.cpp
This file was deleted.
Oops, something went wrong.
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 has been too low for our tests for a long time - unrelated to this PR