Commit Graph

3 Commits

Author SHA1 Message Date
Eric Mastro f9cfaf628d
clean up logging 2023-04-24 16:32:32 +10:00
Eric Mastro fb882d2ce3
multinode test setup for invalid proof submission tests
# Conflicts:
#	codex/contracts/market.nim
#	codex/validation.nim
#	tests/integration/testproofs.nim
2023-04-20 19:12:30 +10:00
Eric Mastro cbdf9be736
[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-04-20 18:57:36 +10:00