-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core,host): initial aggregation API (#375)
* initial proof aggregation implementation * aggregation improvements + risc0 aggregation * sp1 aggregation fixes * sp1 aggregation elf * uuid support for risc0 aggregation * risc0 aggregation circuit compile fixes * fix sgx proof aggregation * fmt * feat(core,host): initial aggregation API * fix(core,host,sgx): fix compiler and clippy errors * fix(core,lib,provers): revert merge bugs and add sp1 stubs * fix(core): remove double member * fix(sp1): fix dependency naming * refactor(risc0): clean up aggregation file * fix(sp1): enable verification for proof aggregation * feat(host): migrate to v3 API * feat(sp1): run cargo fmt * feat(core): make `l1_inclusion_block_number` optional * fixproof req input into prove state manager Signed-off-by: smtmfft <[email protected]> * feat(core,host,lib,tasks): add aggregation tasks and API * fix(core): fix typo * fix v3 error return Signed-off-by: smtmfft <[email protected]> * feat(sp1): implement aggregate function * fix sgx aggregation for back compatibility Signed-off-by: smtmfft <[email protected]> * fix(lib): fix typo * fix risc0 aggregation Signed-off-by: smtmfft <[email protected]> * fix(host,sp1): handle statuses * enable sp1 aggregation Signed-off-by: smtmfft <[email protected]> * feat(host): error out on empty proof array request * fix(host): return proper status report * feat(host,tasks): adding details to error statuses * fix sp1 aggregation Signed-off-by: smtmfft <[email protected]> * update prove-block script Signed-off-by: smtmfft <[email protected]> * fix(fmt): run cargo fmt * fix(clippy): fix clippy issues * chore(repo): cleanup captured vars in format calls * fix(sp1): convert to proper types * chore(sp1): remove the unneccessary --------- Signed-off-by: smtmfft <[email protected]> Co-authored-by: Brecht Devos <[email protected]> Co-authored-by: smtmfft <[email protected]>
- Loading branch information
1 parent
7e10837
commit eb4d032
Showing
54 changed files
with
2,195 additions
and
191 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.