We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1604b commit cf6adf5Copy full SHA for cf6adf5
Makefile
@@ -1179,7 +1179,9 @@ docker_verify_proof_submission_success:
1179
1180
docker_proof_aggregator_run_sp1:
1181
docker exec $(shell docker ps | grep proof-aggregator | awk '{print $$1}') \
1182
- sh -c 'docker info'
+ sh -c 'RUST_BACKTRACE=1 AGGREGATOR=sp1 \
1183
+ /aligned_layer/proof_aggregator_cpu /aligned_layer/config-files/config-proof-aggregator-docker.yaml \
1184
+ && echo "{\"last_aggregated_block\":0}" > config-files/proof-aggregator.last_aggregated_block.json'
1185
1186
docker_proof_aggregator_run_risc0:
1187
0 commit comments