Skip to content

Commit

Permalink
Merge branch 'main' into improve_error_logging_batcher
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRampoldi authored Jul 25, 2024
2 parents 48f6048 + 1213fe7 commit 7540608
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ batcher_send_sp1_burst:
--rpc $(RPC_URL) \
--batcher_addr $(BATCHER_CONTRACT_ADDRESS)


batcher_send_infinite_sp1:
@echo "Sending infinite SP1 fibonacci task to Batcher..."
@./batcher/aligned/send_infinite_sp1_tasks/send_infinite_sp1_tasks.sh
Expand Down Expand Up @@ -319,18 +318,6 @@ batcher_send_groth16_bn254_task: batcher/target/release/aligned
--rpc $(RPC_URL) \
--batcher_addr $(BATCHER_CONTRACT_ADDRESS)

batcher_send_groth16_burst: batcher/target/release/aligned
@echo "Sending Groth16Bn254 1!=0 task to Batcher..."
@cd batcher/aligned/ && cargo run --release -- submit \
--proving_system Groth16Bn254 \
--proof ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16.proof \
--public_input ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16.pub \
--vk ../../scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/ineq_1_groth16.vk \
--repetitions 15 \
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657 \
--rpc $(RPC_URL) \
--batcher_addr $(BATCHER_CONTRACT_ADDRESS)

batcher_send_infinite_groth16: batcher/target/release/aligned ## Send a different Groth16 BN254 proof using the client every 3 seconds
@mkdir -p scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs
@echo "Sending a different GROTH16 BN254 proof in a loop every n seconds..."
Expand Down

0 comments on commit 7540608

Please sign in to comment.