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.
2 parents 1481f52 + f9924a0 commit 47dc84aCopy full SHA for 47dc84a
Makefile
@@ -218,7 +218,8 @@ install_aggregation_mode: ## Install the aggregation mode with proving enabled
218
cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator
219
220
agg_mode_write_program_ids: ## Write proof aggregator zkvm programs ids
221
- @cd aggregation_mode && ./scripts/build_programs.sh
+ @cd aggregation_mode && \
222
+ cargo run --release --bin write_program_image_id_vk_hash
223
224
225
_AGGREGATOR_:
0 commit comments