Commit Graph

27 Commits (45750f61d65d5ac4a28333d8f676961037b25f55)

Author SHA1 Message Date
Sebastian Falbesoner dd8fa86193 test: use tagged ephemeral MiniWallet instance in fill_mempool
6 months ago
Sebastian Falbesoner 4f347140b1 test: refactor: move fill_mempool to new module mempool_util
6 months ago
MarcoFalke fa6c300a99
test: Fix intermittent timeout in p2p_tx_download.py
7 months ago
Sebastian Falbesoner 60ca5d5508 test: p2p: add test for rejected tx request logic (`m_recent_rejects` filter)
7 months ago
Sebastian Falbesoner 7aa4b32cd4 test: refactor: simplify p2p_tx_download.py by using MiniWallet
2 years ago
MarcoFalke fac23c2114
scripted-diff: Bump copyright headers
3 years ago
Sebastian Falbesoner 2ce7b47958 test: introduce `tx_from_hex` helper for tx deserialization
3 years ago
Fabian Jahr 590bda79e8
scripted-diff: Remove setup_clean_chain if default is not changed
4 years ago
Antoine Riard bc4a230087 Remove redundant p2p lock tacking for tx download functional tests
4 years ago
Antoine Riard d3b5eac9a9 Add mutation for functional test test_preferred_inv
4 years ago
Antoine Riard 06efb3163c Add functional test test_txid_inv_delay
4 years ago
Antoine Riard a07910abcd test: Makes wtxidrelay support a generic P2PInterface option
4 years ago
Pieter Wuille de11b0a4ef Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers
4 years ago
Pieter Wuille 242d16477d Change transaction request logic to use txrequest
4 years ago
Pieter Wuille ec3916f40a Use mockable time everywhere in net_processing
4 years ago
Seleme Topuz 1343c86c7c test: Update wait_until usage in tests not to use the one from utils
4 years ago
John Newbery 85165d4332 scripted-diff: Rename mininode to p2p
4 years ago
John Newbery 9e2897d020 scripted-diff: Rename mininode_lock to p2p_lock
4 years ago
Sebastian Falbesoner dac7a111bd refactor: test: use _ variable for unused loop counters
4 years ago
Fabian Jahr cacd85209e test: Use wtxid relay generally in functional tests
4 years ago
Suhas Daftuar 97141ca442 Delay getdata requests from peers using txid-based relay
4 years ago
Sebastian Falbesoner eeaaa58d2c test: replace inv type magic numbers by constants
5 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
MarcoFalke fa4c29bc1d
test: Add various low-level p2p tests
5 years ago
Jon Atack 6112a20982
test: replace (send_message + sync_with_ping) with send_and_ping
5 years ago
MarcoFalke faaee1e39a
test: Use connect_nodes when connecting nodes in the test_framework
5 years ago
Suhas Daftuar fab3658356
[qa] Test that getdata requests work as expected
5 years ago