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 e4addf4 commit ed56e91Copy full SHA for ed56e91
Makefile
@@ -1179,7 +1179,7 @@ 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 'AGGREGATOR=sp1 \
+ 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
0 commit comments