-
Notifications
You must be signed in to change notification settings - Fork 8
[Fix] Issues for validium mode #194
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
Merged
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
roynalnaruto
requested changes
Sep 28, 2025
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.
We need more changes as detailed in the comment. This is definitely complete, but unsound at the moment.
* fix: soundness issues in validium mode * chore: rename method validium pi_hash
roynalnaruto
approved these changes
Sep 30, 2025
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.
Looks good now.
lispc
added a commit
that referenced
this pull request
Oct 29, 2025
* cargo check * fix * fix * x * exchange code * fix rebase * fmt * actually Infallible * fmt * add validium * mark todo * add test data * add test * upgrade * update openvm guest * fmt & check * update batch program * build * build * fix: remove tiny-keccak (#168) * fix merge * fix build * remove generic as no need for rkyv * fmt * make ecies openvm irrelevant * add makefile * fix download-release.sh * proving 0.5.2 * fix tx data len * feat: update sbv bincode (#169) * update ref * revert chunk_exe_commit.rs * rewrite vk in testing * sync * add script * add script * cleanup * clean much old codes * lint * clippy * update sbv * 0.6.0 * docker ignore * build * add exe_commit.rs * update * validium batch-bundle (#175) * preliminary work * chore: clippy fix * update versioned public inputs * fix: compilation for crate/integration * fix: further changes to support integration tests * fix: dir name for validium * test: with euclid-v2 for older testdata * commitment * fix: update due to upstream --------- Co-authored-by: Zhuo Zhang <mycinbrin@gmail.com> * clean * unify openvm to v1.4.0 * add old feynman witness structs * fix gpu * fix * move blob_consistency/types.rs * fix * minor improvements * clean * fmt * better logging * commits * add feature=host for types crate * fix merge * sanity check for blob * test: more data (feynman) for validium * fix: path to witnesses * feat: update public for validium * make ValidiumInputs public * chore: export version module * chore: serde for version types * chore: commitments * release: update release name to validium * fix: script syntax ? * chore: restore changes * fix building scripts * swtich back to non-force mode in gen verifier.bin * it is 1.3.. a bit tricky.. will explain later. * update guest commits * [Fix] Issues for validium mode (#194) * fix issues in e2e test with coordinator * add debug fields * update commits * Soundness issues in Validium (#196) * fix: soundness issues in validium mode * chore: rename method validium pi_hash * chore: rename another pi_hash validium * update commit --------- Co-authored-by: Zhuo Zhang <mycinbrin@gmail.com> Co-authored-by: Rohit Narurkar <rohit.narurkar@proton.me> * update sbv and reth * Merge remote-tracking branch 'origin/master' into feat/validium * release.sh be compatible with sh * resume features removed by mistake allow chunk can be built in host * fix soundness issue update commit * fix batch gen. in integration * hack some test stuff to fit the integration tests --------- Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com> Co-authored-by: Rohit Narurkar <rohit.narurkar@proton.me> Co-authored-by: Velaciela <git.rover@outlook.com> Co-authored-by: Ho <fan@scroll.io> Co-authored-by: Ho <noelwei@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
crate-batch-circuit
Updates to the guest program batch-circuit
crate-bundle-circuit
Updates to the guest grogram bundle-circuit
crate-chunk-circuit
Updates to the guest program chunk-circuit
crate-circuits
Any update made to the circuits, i.e. commitments reflect a change
crate-integration
Updates to the integration crate
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.
The guest program has been released as
0.6.0-rc.3