mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Merge #9720: net: fix banning and disallow sending messages before receiving verack
d943491qa: add a test to detect leaky p2p messages (Cory Fields)8650bbbqa: Expose on-connection to mininode listeners (Matt Corallo)5b5e4f8qa: mininode learns when a socket connects, not its first action (Matt Corallo)cbfc5a6net: require a verack before responding to anything else (Cory Fields)8502e7anet: parse reject earlier (Cory Fields)c45b9fbnet: correctly ban before the handshake is complete (Cory Fields)
This commit is contained in:
@@ -154,6 +154,7 @@ testScripts = [
|
||||
'bumpfee.py',
|
||||
'rpcnamedargs.py',
|
||||
'listsinceblock.py',
|
||||
'p2p-leaktests.py',
|
||||
]
|
||||
if ENABLE_ZMQ:
|
||||
testScripts.append('zmq_test.py')
|
||||
|
||||
Reference in New Issue
Block a user