Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ BURST_TIME_SECS ?= 3
task_sender_generate_gnark_groth16_proofs:
@cd crates/task-sender && \
cargo run --release -- generate-proofs \
--number-of-proofs $(NUMBER_OF_PROOFS) --proof-type gnark_groth16 \
--number-of-proofs $(NUMBER_OF_PROOFS) --proof-type groth16 \
--dir-to-save-proofs $(CURDIR)/scripts/test_files/task_sender/proofs

# ===== DEVNET =====
Expand Down
3 changes: 2 additions & 1 deletion crates/batcher/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ AWS_ACCESS_KEY_ID=test
AWS_BUCKET_NAME=aligned.storage
UPLOAD_ENDPOINT=http://localhost:4566
DOWNLOAD_ENDPOINT=http://localhost:4566/aligned.storage
RUST_LOG=info
# Override default logs filter
# RUST_LOG=info
RUST_BACKTRACE=1
Loading
Loading