fix(jolt): update to rev 2e05fe88, enable ZK, fix no-std platform#305
Merged
han0110 merged 5 commits intoeth-act:masterfrom Mar 9, 2026
Merged
fix(jolt): update to rev 2e05fe88, enable ZK, fix no-std platform#305han0110 merged 5 commits intoeth-act:masterfrom
han0110 merged 5 commits intoeth-act:masterfrom
Conversation
- Update all jolt deps from 35d46f5 to cddd96fe - Add Curve generic parameter to JoltProverPreprocessing/JoltVerifierPreprocessing - Enable zk feature by default when zkvm feature is active - Remove set_std(true) call (removed in new rev) - Remove puts() call in platform (removed in new rev)
… script and readme
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
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.
Summary
35d46f5to2e05fe88(includes no-stdjolt-commonfix)Curvegeneric parameter toJoltProverPreprocessing/JoltVerifierPreprocessing(new rev API)zkfeature by default whenzkvmfeature is activezkfeature toere-platform-jolt(forwards tojolt-sdk/zk)set_std(true)call (removed in new rev)jolt::putswithjolt::print!macro (cross-platform)Test plan
cargo build -p ere-joltpassescargo build -p ere-platform-jolt --no-default-featurespasses (no-std)