-
Notifications
You must be signed in to change notification settings - Fork 31
Feat/rework zk proving #1239
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
Draft
dryajov
wants to merge
34
commits into
master
Choose a base branch
from
feat/rework-zk-proving
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Feat/rework zk proving #1239
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
d7d51f8
adding nim-groth16 dep
dryajov 1b7d373
adding threading dep
dryajov 2d3114e
wip nim groth16
dryajov 4c5d9e3
adding deps
dryajov 2e92e3a
adding goldilocks deps
dryajov 86e76c9
adding circom-witnessgen
dryajov 0988568
Remove vendor/threading submodule
dryajov 9070d87
Refactor Circom compatibility backend and add NimGroth16 backend impl…
dryajov 83b25cf
Refactor backend structure: remove unused files, add NimGroth16 suppo…
dryajov d408ebd
Refactor SlotsBuilder and DataSampler types to use generic parameters…
dryajov d5e35e7
Refactor codebase: enhance error handling, improve type definitions, …
dryajov 7e4f984
Add ProverBackendCmd enum and update configuration for nimGroth16 and…
dryajov 40368b7
Fix import statement in testslots.nim: replace testbackendfactory wit…
dryajov 76e92cb
Fix typo in testproverfactory.nim: correct getZKeyFile to getZkeyFile
dryajov 9b02432
Avoid using pointer to task, use the actual task object. Add some che…
dryajov 1e12b4f
Update subproject commits for circom-witnessgen and nim-groth16
dryajov 3f33fb4
restore tests
dryajov addac17
refactor: rename proverBackendCmd to proverBackend and standardize en…
dryajov 11e2f24
feat: improve prover logging and add NimGroth16 prover tests
dryajov 872fb2c
refactor: replace circom-wasm with circom-graph and update G1/G2 poin…
dryajov eb6a4b2
feat: add single-block slot proof tests and update NimGroth16 backend…
dryajov 1f8ad7b
chore: add project documentation and update test configurations
dryajov 0b68386
chore: add project documentation and update prover configuration in t…
dryajov a38e41d
chore: add project docs and update test circuit paths
dryajov f8f7456
refactor: simplify error handling in suggestDownloadTool and enhance …
dryajov 329a652
remove echo (todo: fix trace log)
dryajov 495020d
fix log scopes
dryajov 109b69f
fix: adjust duration and expiry periods in marketplace test
dryajov d7b8349
fix(integration): replace polling with started event subscription
emizzle d1b329b
fix(integration): Use RequestFulfilled events instead of querying the…
emizzle 1fa960e
fix(integration): add timeouts to waiting for started futures
emizzle db3a1c4
correctly dispose of http request object
dryajov 127972b
wip
dryajov a8dcbdf
chore: formatting
markspanbroek 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
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.
The previous version enforced a minimum thread count when the value was non-zero. Consider reintroducing a validation check (e.g. ensuring the parsed thread count is either 0 or at least 2) if lower positive values are not desired.
Copilot uses AI. Check for mistakes.