Skip to content

Commit 1213fe7

Browse files
authored
Remove duplicated burst (#665)
1 parent 2ef6e6a commit 1213fe7

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

Makefile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ batcher_send_sp1_burst:
234234
--rpc $(RPC_URL) \
235235
--batcher_addr $(BATCHER_CONTRACT_ADDRESS)
236236

237-
238237
batcher_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-
334321
batcher_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..."

0 commit comments

Comments
 (0)