mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
[qa] Test that getdata requests work as expected
We should eventually request a transaction from all peers that announce it (assuming we never receive it). We should prefer requesting from outbound peers over inbound peers. Enforce the max tx requests in flight, and the eventual expiry of those requests. Test author: Suhas Daftuar <sdaftuar@gmail.com> Adjusted by: MarcoFalke
This commit is contained in:
committed by
MarcoFalke
parent
fa883ab35a
commit
fab3658356
@@ -91,6 +91,7 @@ BASE_SCRIPTS = [
|
||||
'wallet_labels.py',
|
||||
'p2p_segwit.py',
|
||||
'p2p_timeouts.py',
|
||||
'p2p_tx_download.py',
|
||||
'wallet_dump.py',
|
||||
'wallet_listtransactions.py',
|
||||
# vv Tests less than 60s vv
|
||||
|
Reference in New Issue
Block a user