3 Commits

Author SHA1 Message Date
Eric Mastro
7e382249d4
clean up logging 2023-06-19 14:09:33 +02:00
Eric Mastro
d7c8c5205e
multinode test setup for invalid proof submission tests
# Conflicts:
#	codex/contracts/market.nim
#	codex/validation.nim
#	tests/integration/testproofs.nim
2023-06-19 14:09:32 +02:00
Eric Mastro
a6c8740f1d
[marketplace] Simulate invalid proof submissions
Closes #392.

Create a simulated prover that sends an invalid proof (seq[byte] of length 0) every `N` proofs, where `N` is defined by a new cli param `--simulate-failed-proofs`.
2023-06-19 14:09:32 +02:00