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
feat: add row usages to chunk proof, and refactor prover codes (#1314)
* change keccak degree for agg circuit
* fix agg keccak rows
* fix config
* disable some agg tests
* avoid to regen WitnessBlock when chunk proof can be loaded
* add type ChunkProvingTask and BatchProvingTask
* fix
* clean deps
* try
* Revert "try"
This reverts commit c671eef.
* Revert "clean deps"
This reverts commit 7993665.
* get_step_reported_error return err instead of panic
* add row usage to chunk proof
* use BatchProvingTask
* done
* rename ChunkHash to ChunkInfo as golang side
* more on renaming ChunkHash to ChunkInfo as golang side
* fmt
* fmt
* update comments
* lint
* make ChunkProvingTask.chunk_info optional
* upgrade workspace Cargo.toml version to v0.11.0
* add ChunkProvingTask::from(Vec<BlockTrace>)
* simplify codes about proof and add some comments
* super circuit prover can return snark
0 commit comments