You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Medium Risk
Upgrades core ZK proving dependencies (gnark/gnark-crypto), which can affect circuit compilation/proving behavior and performance even though no application code changes are included.
Overview
Updates the prover module’s cryptography stack by bumping github.com/consensys/gnark to v0.15.1-... and github.com/consensys/gnark-crypto to v0.20.2-..., with corresponding go.sum hash updates.
Reviewed by Cursor Bugbot for commit ffa365c. Bugbot is set up for automated code reviews on this repo. Configure here.
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR bumps the gnark and gnark-crypto dependencies in the prover module to newer pseudo-versions. The update to gnark-crypto is intended to incorporate the upstream fix for the AVX-512 innerProdVec SIGSEGV issue that PR #3130 worked around.
Changes:
Bump github.com/consensys/gnark to v0.15.1-0.20260515142004-ae23035f9957.
Bump github.com/consensys/gnark-crypto to v0.20.2-0.20260518142632-dffbd6f30adb.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
File
Description
prover/go.mod
Updates gnark and gnark-crypto module versions.
prover/go.sum
Updates corresponding checksums for the new dependency versions.
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.25%. Comparing base (e4bc01b) to head (ffa365c). ⚠️ Report is 2 commits behind head on main.
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
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.
Updates gnark and gnark-crypto. Fixes #3130 .
Note
Medium Risk
Upgrades core ZK proving dependencies (
gnark/gnark-crypto), which can affect circuit compilation/proving behavior and performance even though no application code changes are included.Overview
Updates the prover module’s cryptography stack by bumping
github.com/consensys/gnarktov0.15.1-...andgithub.com/consensys/gnark-cryptotov0.20.2-..., with correspondinggo.sumhash updates.Reviewed by Cursor Bugbot for commit ffa365c. Bugbot is set up for automated code reviews on this repo. Configure here.