Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-07 | test: replace inv type magic numbers by constants | Sebastian Falbesoner | |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-04-13 | test: Add various low-level p2p tests | MarcoFalke | |
2020-04-01 | test: replace (send_message + sync_with_ping) with send_and_ping | Jon Atack | |
2019-09-17 | test: Use connect_nodes when connecting nodes in the test_framework | MarcoFalke | |
2019-06-19 | [qa] Test that getdata requests work as expected | Suhas Daftuar | |
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 |