Pin halo2-base/halo2-ecc to bump-halo2-lib-v0.4.1 (match tvm-sdk veri…#3
Open
alinaT95 wants to merge 1 commit into
Open
Pin halo2-base/halo2-ecc to bump-halo2-lib-v0.4.1 (match tvm-sdk veri…#3alinaT95 wants to merge 1 commit into
alinaT95 wants to merge 1 commit into
Conversation
…fier)
The tvm-sdk on-chain verifier (tvm_vm with `gosh` feature, ZKHALO2VERIFY*
opcodes) resolves halo2-base to 0.4.1 via the gosh-sh fork's
`bump-halo2-lib-v0.4.1` branch. Prover and verifier MUST agree on halo2-base
or VK/proof binary formats diverge silently.
Switch every workspace+sub-crate manifest from `branch = "main"` (halo2-base
0.4.0) to `branch = "bump-halo2-lib-v0.4.1"` (halo2-base 0.4.1) for:
* gosh-sh/halo2-lib-zkevm-sha256-and-bls12-381 (halo2-base, halo2-ecc)
* gosh-sh/gosh-halo2-crypto-lib (gosh-sha256-chip, gosh-dense-balanced-tree)
— already publishes a matching bump branch upstream.
Validated end-to-end on 2026-06-16 against acki-nacki
tests/dex/generate_vouchers_with_live_event_proving.py — proof produced
here was accepted by RootPN.deployPrivateNote on-chain.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
…fier)
The tvm-sdk on-chain verifier (tvm_vm with
goshfeature, ZKHALO2VERIFY* opcodes) resolves halo2-base to 0.4.1 via the gosh-sh fork'sbump-halo2-lib-v0.4.1branch. Prover and verifier MUST agree on halo2-base or VK/proof binary formats diverge silently.Switch every workspace+sub-crate manifest from
branch = "main"(halo2-base 0.4.0) tobranch = "bump-halo2-lib-v0.4.1"(halo2-base 0.4.1) for:Validated end-to-end on 2026-06-16 against acki-nacki tests/dex/generate_vouchers_with_live_event_proving.py — proof produced here was accepted by RootPN.deployPrivateNote on-chain.