@@ -185,15 +185,15 @@ batcher/target/release/aligned:
185185
186186batcher_send_sp1_task :
187187 @echo " Sending SP1 fibonacci task to Batcher..."
188- @cd batcher/aligned/ && cargo run --release -- \
188+ @cd batcher/aligned/ && cargo run --release -- submit \
189189 --proving_system SP1 \
190190 --proof test_files/sp1/sp1_fibonacci.proof \
191191 --vm_program test_files/sp1/sp1_fibonacci-elf \
192192 --proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657
193193
194194batcher_send_sp1_burst :
195195 @echo " Sending SP1 fibonacci task to Batcher..."
196- @cd batcher/aligned/ && cargo run --release -- \
196+ @cd batcher/aligned/ && cargo run --release -- submit \
197197 --proving_system SP1 \
198198 --proof test_files/sp1/sp1_fibonacci.proof \
199199 --vm_program test_files/sp1/sp1_fibonacci-elf \
@@ -206,7 +206,7 @@ batcher_send_infinite_sp1:
206206
207207batcher_send_plonk_bn254_task : batcher/target/release/aligned
208208 @echo " Sending Groth16Bn254 1!=0 task to Batcher..."
209- @cd batcher/aligned/ && cargo run --release -- \
209+ @cd batcher/aligned/ && cargo run --release -- submit \
210210 --proving_system GnarkPlonkBn254 \
211211 --proof test_files/plonk_bn254/plonk.proof \
212212 --public_input test_files/plonk_bn254/plonk_pub_input.pub \
@@ -215,7 +215,7 @@ batcher_send_plonk_bn254_task: batcher/target/release/aligned
215215
216216batcher_send_plonk_bn254_burst : batcher/target/release/aligned
217217 @echo " Sending Groth16Bn254 1!=0 task to Batcher..."
218- @cd batcher/aligned/ && cargo run --release -- \
218+ @cd batcher/aligned/ && cargo run --release -- submit \
219219 --proving_system GnarkPlonkBn254 \
220220 --proof test_files/plonk_bn254/plonk.proof \
221221 --public_input test_files/plonk_bn254/plonk_pub_input.pub \
@@ -225,7 +225,7 @@ batcher_send_plonk_bn254_burst: batcher/target/release/aligned
225225
226226batcher_send_plonk_bls12_381_task : batcher/target/release/aligned
227227 @echo " Sending Groth16 BLS12-381 1!=0 task to Batcher..."
228- @cd batcher/aligned/ && cargo run --release -- \
228+ @cd batcher/aligned/ && cargo run --release -- submit \
229229 --proving_system GnarkPlonkBls12_381 \
230230 --proof test_files/plonk_bls12_381/plonk.proof \
231231 --public_input test_files/plonk_bls12_381/plonk_pub_input.pub \
@@ -234,7 +234,7 @@ batcher_send_plonk_bls12_381_task: batcher/target/release/aligned
234234
235235batcher_send_plonk_bls12_381_burst : batcher/target/release/aligned
236236 @echo " Sending Groth16 BLS12-381 1!=0 task to Batcher..."
237- @cd batcher/aligned/ && cargo run --release -- \
237+ @cd batcher/aligned/ && cargo run --release -- submit \
238238 --proving_system GnarkPlonkBls12_381 \
239239 --proof test_files/plonk_bls12_381/plonk.proof \
240240 --public_input test_files/plonk_bls12_381/plonk_pub_input.pub \
@@ -245,7 +245,7 @@ batcher_send_plonk_bls12_381_burst: batcher/target/release/aligned
245245
246246batcher_send_groth16_bn254_task : batcher/target/release/aligned
247247 @echo " Sending Groth16Bn254 1!=0 task to Batcher..."
248- @cd batcher/aligned/ && cargo run --release -- \
248+ @cd batcher/aligned/ && cargo run --release -- submit \
249249 --proving_system Groth16Bn254 \
250250 --proof test_files/groth16/ineq_1_groth16.proof \
251251 --public_input test_files/groth16/ineq_1_groth16.pub \
@@ -254,7 +254,7 @@ batcher_send_groth16_bn254_task: batcher/target/release/aligned
254254
255255batcher_send_groth16_burst : batcher/target/release/aligned
256256 @echo " Sending Groth16Bn254 1!=0 task to Batcher..."
257- @cd batcher/aligned/ && cargo run --release -- \
257+ @cd batcher/aligned/ && cargo run --release -- submit \
258258 --proving_system Groth16Bn254 \
259259 --proof test_files/groth16/ineq_1_groth16.proof \
260260 --public_input test_files/groth16/ineq_1_groth16.pub \
@@ -274,15 +274,15 @@ batcher_send_burst_groth16: batcher/target/release/aligned
274274
275275batcher_send_halo2_ipa_task : batcher/target/release/aligned
276276 @echo " Sending Halo2 IPA 1!=0 task to Batcher..."
277- @cd batcher/aligned/ && cargo run --release -- \
277+ @cd batcher/aligned/ && cargo run --release -- submit \
278278 --proving_system Halo2IPA \
279279 --proof test_files/halo2_ipa/proof.bin \
280280 --public_input test_files/halo2_ipa/pub_input.bin \
281281 --vk test_files/halo2_ipa/params.bin \
282282
283283batcher_send_halo2_ipa_task_burst_5 : batcher/target/release/aligned
284284 @echo " Sending Halo2 IPA 1!=0 task to Batcher..."
285- @cd batcher/aligned/ && cargo run --release -- \
285+ @cd batcher/aligned/ && cargo run --release -- submit \
286286 --proving_system Halo2IPA \
287287 --proof test_files/halo2_ipa/proof.bin \
288288 --public_input test_files/halo2_ipa/pub_input.bin \
@@ -291,7 +291,7 @@ batcher_send_halo2_ipa_task_burst_5: batcher/target/release/aligned
291291
292292batcher_send_halo2_kzg_task : batcher/target/release/aligned
293293 @echo " Sending Halo2 KZG 1!=0 task to Batcher..."
294- @cd batcher/aligned/ && cargo run --release -- \
294+ @cd batcher/aligned/ && cargo run --release -- submit \
295295 --proving_system Halo2KZG \
296296 --proof test_files/halo2_kzg/proof.bin \
297297 --public_input test_files/halo2_kzg/pub_input.bin \
@@ -300,7 +300,7 @@ batcher_send_halo2_kzg_task: batcher/target/release/aligned
300300
301301batcher_send_halo2_kzg_task_burst_5 : batcher/target/release/aligned
302302 @echo " Sending Halo2 KZG 1!=0 task to Batcher..."
303- @cd batcher/aligned/ && cargo run --release -- \
303+ @cd batcher/aligned/ && cargo run --release -- submit \
304304 --proving_system Halo2KZG \
305305 --proof test_files/halo2_kzg/proof.bin \
306306 --public_input test_files/halo2_kzg/pub_input.bin \
0 commit comments