File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -234,7 +234,6 @@ batcher_send_sp1_burst:
234234 --rpc $(RPC_URL ) \
235235 --batcher_addr $(BATCHER_CONTRACT_ADDRESS )
236236
237-
238237batcher_send_infinite_sp1 :
239238 @echo " Sending infinite SP1 fibonacci task to Batcher..."
240239 @./batcher/aligned/send_infinite_sp1_tasks/send_infinite_sp1_tasks.sh
@@ -319,18 +318,6 @@ batcher_send_groth16_bn254_task: batcher/target/release/aligned
319318 --rpc $(RPC_URL ) \
320319 --batcher_addr $(BATCHER_CONTRACT_ADDRESS )
321320
322- batcher_send_groth16_burst : batcher/target/release/aligned
323- @echo " Sending Groth16Bn254 1!=0 task to Batcher..."
324- @cd batcher/aligned/ && cargo run --release -- submit \
325- --proving_system Groth16Bn254 \
326- --proof ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16.proof \
327- --public_input ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16.pub \
328- --vk ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16.vk \
329- --repetitions 15 \
330- --proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 \
331- --rpc $(RPC_URL ) \
332- --batcher_addr $(BATCHER_CONTRACT_ADDRESS )
333-
334321batcher_send_infinite_groth16 : batcher/target/release/aligned # # Send a different Groth16 BN254 proof using the client every 3 seconds
335322 @mkdir -p scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs
336323 @echo " Sending a different GROTH16 BN254 proof in a loop every n seconds..."
You can’t perform that action at this time.
0 commit comments