chore(release): bump workspace crates to 1.0.0#437
Open
Bisht13 wants to merge 1 commit into
Open
Conversation
Mirrors the v1.0.0 release bump on the v1 branch: provekit-common, provekit-r1cs-compiler, provekit-prover, provekit-verifier, provekit-cli, provekit-bench, provekit-ffi, and verifier-server move to 1.0.0. provekit-gnark, skyscraper/*, ntt, poseidon2, and provekit-wasm are intentionally left untouched.
CSP benchmarks
Prover time, peak RSS, peak heap, and verifier time are arithmetic means across the iterations. Peak heap comes from the largest Each metric cell shows the current value followed by the percentage delta against the latest successful Results
|
rose2221
approved these changes
May 12, 2026
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
Mirrors the v1 branch v1.0.0 release bump onto
mainso version drift between the two branches stays minimal.Bumped to
1.0.0:provekit-common,provekit-r1cs-compiler,provekit-prover,provekit-verifierprovekit-cli,provekit-bench,provekit-ffi,verifier-serverIntentionally not bumped:
provekit-gnark(kept consistent with the v1 release decision)skyscraper/*,ntt,poseidon2,provekit-wasm(out of scope for this release)Companion PR on
v1: the actual v1.0.0 tag and crates.io publish happen from the v1 PR.Test plan
cargo check --workspace --all-featurespasses locally on this branch.