Skip to content

Commit 124eba8

Browse files
MarcosNicolauJuArceMauroToscano
authored
feat(aggregation_mode): verify aggregated proof on chain (#1915)
Co-authored-by: JuArce <[email protected]> Co-authored-by: MauroFab <[email protected]>
1 parent c01526e commit 124eba8

File tree

14 files changed

+927
-745
lines changed

14 files changed

+927
-745
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ start_proof_aggregator_gpu: is_aggregator_set reset_last_aggregated_block ## Sta
190190
start_proof_aggregator_gpu_ethereum_package: is_aggregator_set reset_last_aggregated_block ## Starts proof aggregator with proving activated in ethereum package
191191
AGGREGATOR=$(AGGREGATOR) SP1_PROVER=cuda cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove,gpu --bin proof_aggregator -- config-files/config-proof-aggregator-ethereum-package.yaml
192192

193-
194193
verify_aggregated_proof_sp1_holesky_stage:
195194
@echo "Verifying SP1 in aggregated proofs on holesky..."
196195
@cd batcher/aligned/ && \
@@ -221,6 +220,7 @@ install_aggregation_mode: ## Install the aggregation mode with proving enabled
221220
agg_mode_write_program_ids: ## Write proof aggregator zkvm programs ids
222221
@cd aggregation_mode && \
223222
cargo run --release --bin write_program_image_id_vk_hash
223+
224224

225225
_AGGREGATOR_:
226226

batcher/aligned-sdk/abi/AlignedProofAggregationService.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

batcher/aligned-sdk/src/aggregation_layer.rs

Lines changed: 0 additions & 262 deletions
This file was deleted.

0 commit comments

Comments
 (0)