-
Notifications
You must be signed in to change notification settings - Fork 607
chore: civc tests refactor #16086
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
maramihali
merged 19 commits into
merge-train/barretenberg
from
mm/civc-mock-tests-refactor
Jul 31, 2025
Merged
chore: civc tests refactor #16086
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
7add7c7
[empty] Start merge-train. Choo choo.
042a9bc
Merge branch 'next' into merge-train/barretenberg
f5ec98e
chore: remove `logic` operations from `uint` (#15975)
suyash67 a671f86
Merge branch 'next' into merge-train/barretenberg
78021ea
chore: Modify the `MergeVerifier` so that it gets the subtable commit…
federicobarbacovi bfaaad4
Merge branch 'next' into merge-train/barretenberg
43c3219
Merge branch 'next' into merge-train/barretenberg
7f9ee70
Merge branch 'next' into merge-train/barretenberg
069a1c4
fix: delete tar generated by test-vk-havent-changed script (#15988)
johnathan79717 95c7e7c
Merge branch 'next' into merge-train/barretenberg
812decc
wip
d60df0d
everything but ivc recursion constraint
23a4f08
wip
edd6e27
all compiles
c299415
more wip
ef44bf2
Merge remote-tracking branch 'origin/merge-train/barretenberg' into m…
bfc9d55
some pr review additions
c906ae4
Merge remote-tracking branch 'origin/merge-train/barretenberg' into m…
0f3252e
remove diffs from bad merge
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
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.
hmm, so we don't have any cases where the vk is not provided? was this exclusive to our mock vks?
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.
Well the cases where we were computing the vk on the fly or adding metadata to the the vk was purely for testing and benching purposes. We still mock vks for benchmarks but we do so completely in the test utilities.the accumulate function is meant to be used only with precomputed vks in productions and so I just made tests amenable to production behaviour