chore: bump bls12_381 for SP1 v6.0.0 compatibility#29
Merged
fakedev9999 merged 5 commits intomasterfrom Feb 15, 2026
Merged
Conversation
Point to bls12_381 branch with explicit sp1-lib 6.0.0-beta.1 requirement for SP1 v6 prerelease compatibility.
New branch fakedev9999/patch-6.0.0 from fakedev9999/patch-6.0.0-rc.1. bls12_381 patch unchanged (rc.1 patch compatible with 6.0.0 final).
6ffc126 to
3863346
Compare
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
Updates the
bls12_381dependency to use the SP1 v6.0.0-compatible branch from sp1-patches. This is needed for SP1 v6 zkVM programs that depend on kzg-rs.Changes
bls12_381:sp1_bls12_381 v0.8.0-sp1-5.0.0(crates.io) →sp1-patches/bls12_381git branchfakedev9999/sp1-6.0.0-rc.1(patches are compatible with v6.0.0 final)Note
The bls12_381 branch is named
sp1-6.0.0-rc.1but is compatible with SP1 v6.0.0 final — a dedicated v6.0.0 tag does not yet exist on sp1-patches/bls12_381.Once merged, this should be released as v0.2.8 so downstream consumers (op-succinct, rsp) can pin to a crates.io version instead of a git branch.