tests: add tests for invalid P2P messages

E.g., ensure that we can't DoS a node by sending it a bunch of large,
unrecognized messages.
This commit is contained in:
James O'Beirne
2018-10-19 13:34:52 -04:00
parent 62f94d39f8
commit d20a9fa13d
2 changed files with 176 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ BASE_SCRIPTS = [
'mining_prioritisetransaction.py',
'p2p_invalid_locator.py',
'p2p_invalid_block.py',
'p2p_invalid_messages.py',
'p2p_invalid_tx.py',
'feature_assumevalid.py',
'example_test.py',