Skip to content

Commit cb653c6

Browse files
Merge branch 'staging' into chore/targets-to-verify-agg-proof
2 parents 452a87f + 124eba8 commit cb653c6

14 files changed

Lines changed: 929 additions & 746 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ start_proof_aggregator_gpu_ethereum_package: is_aggregator_set reset_last_aggreg
203203
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
204204

205205
verify_aggregated_proof_sp1:
206-
@echo "Verifying SP1 in aggregated proofs on holesky..."
206+
@echo "Verifying SP1 in aggregated proofs on $(NETWORK)..."
207207
@cd batcher/aligned/ && \
208208
cargo run verify-agg-proof \
209209
--network $(NETWORK) \
@@ -215,7 +215,7 @@ verify_aggregated_proof_sp1:
215215
--rpc_url $(RPC_URL)
216216

217217
verify_aggregated_proof_risc0:
218-
@echo "Verifying RISC0 in aggregated proofs on holesky..."
218+
@echo "Verifying RISC0 in aggregated proofs on $(NETWORK)..."
219219
@cd batcher/aligned/ && \
220220
cargo run verify-agg-proof \
221221
--network $(NETWORK) \
@@ -232,6 +232,7 @@ install_aggregation_mode: ## Install the aggregation mode with proving enabled
232232
agg_mode_write_program_ids: ## Write proof aggregator zkvm programs ids
233233
@cd aggregation_mode && \
234234
cargo run --release --bin write_program_image_id_vk_hash
235+
235236

236237
_AGGREGATOR_:
237238

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)