Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |