Skip to content

Commit be1f6b9

Browse files
committed
Update Mina test make cmds
1 parent 703fe27 commit be1f6b9

5 files changed

Lines changed: 9 additions & 1 deletion

File tree

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,14 @@ batcher_send_mina_task_bad_hash:
401401
--public_input test_files/mina/protocol_state_bad_hash.pub \
402402
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657
403403

404+
batcher_send_mina_task_bad_consensus:
405+
@echo "Sending Mina state task to Batcher..."
406+
@cd batcher/aligned/ && cargo run --release -- submit \
407+
--proving_system Mina \
408+
--proof test_files/mina/protocol_state.proof \
409+
--public_input test_files/mina/protocol_state_bad_consensus.pub \
410+
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657
411+
404412
batcher_send_mina_burst:
405413
@echo "Sending Mina state task to Batcher..."
406414
@cd batcher/aligned/ && cargo run --release -- submit \

batcher/aligned/test_files/mina/protocol_state.proof

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
8 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)