The whir dependency was updated in #288 to support the new transcript API (PR #215) and weights trait API (PR #217).
The Go gnark recursive verifier (tooling/provekit-gnark/) still references the old whir config struct fields and needs to be updated to match.
What needs updating
tooling/provekit-gnark/src/gnark_config.rs — reads whir config fields for the Go side
- Go verifier circuit logic to match any protocol-level changes in proof serialization
Context