-
Notifications
You must be signed in to change notification settings - Fork 9
[WIP] Risc0 groth16 api #11
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
Open
onurinanc
wants to merge
90
commits into
geometers:main
Choose a base branch
from
Nori-zk:risc0-groth16-api
base: main
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.
Open
Conversation
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
- Added a new shell script for PLONK proof conversion. - Updated `.gitignore` to exclude the `scripts/conversion` directory. - Enhanced README with instructions on running the conversion script. - Introduced an example JSON proof in `example-proofs`.
- Updated README with instructions for verifying SP1 ETH proofs. - Added new npm script for running ETH proof verification. - Introduced `EthProcessor` smart contract to handle ETH proofs. - Created `EthScript` for deploying and testing the `EthProcessor`. - Implemented `EthVerifier` to verify Ethereum SP1 proofs in zkApp - Defined paths for proof files in a new module.
- Updated the verification key in the verifier module. - Implemented a function to dynamically fetch the latest proof name from a directory. - Changed paths for proofs and verification keys to new directories. - Removed an outdated example proof file.
- Removed unused imports and classes for cleaner code. - Simplified state initialization in `EthProcessor`. - Replaced `mockUpdate` with `update` method, ensuring proof head validation. - Updated permissions setup to restrict state edits to proofs only. - Commented out unnecessary logs in EthVerifier and EthScript for clarity.
great work on updating the repository to o1js v.2.2.0!
- Adjusted domain size and inverse domain size values - Updated various cryptographic constants (g1_gen, omega, ql, qr, qm, qo, qk, qs1-qs3) - Modified index_commit_api_0 value - Deleted an outdated example proof file
Update vk to align with SP1 V4 proofs
-Merge remote-tracking branch 'Kirol54/dev-server' into dev-server -Add server-specific setup instructions to README. - Refactor `convert_plonk.sh` for better path handling and directory structure. Improve error handling and logging in scripts. - Optimize `e2e_plonk.sh` and `plonk_tree.sh` with NUMA-aware parallel processing, kernel tuning, and memory management enhancements.
…nd corrected scripts
…rror handling, using pwd for cache dir, changing cache dir name, changing cli name
… of the prints, also worked on readme, renamed execute to executor.
…as it was needed for the numa optimisation detection and i broke it
….ts, using capture rather than emit within example plonk plan, version tick
…t the file path by accident
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.