@@ -162,13 +162,13 @@ is_aggregator_set:
162162 exit 1; \
163163 fi
164164
165- start_proof_aggregator_local : is_aggregator_set # # Start the proof aggregator locally using Mock Verifier Contract
165+ start_proof_aggregator_dev : is_aggregator_set # # Starts proof aggregator with mock proofs (DEV mode)
166166 RISC0_DEV_MODE=1 cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features $(AGGREGATOR ) -- config-files/config-proof-aggregator-mock.yaml
167167
168- start_proof_aggregator_local_with_proving : is_aggregator_set # # Start the proof aggregator locally using SP1 Verifier Contract
168+ start_proof_aggregator : is_aggregator_set # # Starts proof aggregator with proving activated
169169 cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove,$(AGGREGATOR ) -- config-files/config-proof-aggregator.yaml
170170
171- start_proof_aggregator_local_with_proving_gpu : is_aggregator_set # # Start the proof aggregator locally using SP1 Verifier Contract
171+ start_proof_aggregator_gpu : is_aggregator_set # # Starts proof aggregator with proving + GPU acceleration (CUDA)
172172 SP1_PROVER=cuda cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --features prove,gpu,$(AGGREGATOR ) -- config-files/config-proof-aggregator.yaml
173173
174174_AGGREGATOR_ :
@@ -713,11 +713,11 @@ deploy_proof_aggregator:
713713 @. contracts/scripts/.env.$(NETWORK ) && . contracts/scripts/deploy_proof_aggregator.sh
714714
715715build_aligned_contracts :
716- @cd contracts/src/core && forge build
716+ @cd contracts/src/core && forge build --via-ir
717717
718718show_aligned_error_codes :
719719 @echo " \nAlignedLayerServiceManager errors:"
720- @cd contracts && forge inspect src/core/IAlignedLayerServiceManager .sol:IAlignedLayerServiceManager errors
720+ @cd contracts && forge inspect src/core/IAligedLayerServiceManager .sol:IAlignedLayerServiceManager errors
721721 @echo " \nBatcherPaymentService errors:"
722722 @cd contracts && forge inspect src/core/BatcherPaymentService.sol:BatcherPaymentService errors
723723
0 commit comments