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
Closes#1365. Stacked on #1363.
## Summary
- Add `AggProver<LEAF_FANIN, INTERNAL_FANIN>` orchestrating the leaf →
internal → root recursion pipeline with configurable fanin and system
params per layer
- Add `rebuild_circuit_index()` on `ZKVMVerifyingKey` for
post-deserialization reconstruction of the serde-skipped index map
- Fix `PvsAirConsistencyBus` LogUp imbalance (uncomment
`add_key_with_lookups` in VerifierPvsAir)
- Use `--pcs=basefold` in fixture generation to match the test's
expected PCS type
- Rewrite e2e tests to use `AggProver` API
## Test plan
- `bash ceno_recursion_v2/scripts/run_e2e_test.sh` (generates fixtures +
runs all prover_integration tests)
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments