aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/p2p.py
AgeCommit message (Expand)Author
10 daysMerge bitcoin/bitcoin#29431: test/BIP324: disconnection scenarios during v2 h...Ava Chow
2024-05-17test: Log when the garbage is actually sent to transport layerstratospher
2024-05-07scripted-diff: test: Use int.to_bytes over struct packingMarcoFalke
2024-04-04test: Extends wait_for_getheaders so a specific block hash can be checkedSergi Delgado Segura
2024-03-27test: makes timeout a forced named argument in tests methods that use itSergi Delgado Segura
2024-02-06Merge bitcoin/bitcoin#29356: test: make v2transport arg in addconnection mand...glozow
2024-02-01test: p2p: adhere to typical VERSION message protocol flowSebastian Falbesoner
2024-02-01test: p2p: process post-v2-handshake data immediatelySebastian Falbesoner
2024-02-01test: p2p: introduce helper for sending prepared VERSION messageSebastian Falbesoner
2024-01-31[test] make v2transport arg in addconnection mandatory and few cleanupsstratospher
2024-01-29Merge bitcoin/bitcoin#24748: test/BIP324: functional tests for v2 P2P encryptionAva Chow
2024-01-25[test] Check whether v2 TestNode performs downgradingstratospher
2024-01-25[test] Ignore BIP324 decoy messagesstratospher
2024-01-25 [test] Reconnect using v1 P2P when v2 P2P terminates due to magic byte mismatchstratospher
2024-01-25[test] Build v2 P2P messagesstratospher
2024-01-25[test] Use lock for sending P2P messages in test frameworkstratospher
2024-01-25[test] Read v2 P2P messagesstratospher
2024-01-25[test] Perform initial v2 handshakestratospher
2024-01-25[test] Introduce EncryptedP2PState object in P2PConnectionstratospher
2024-01-23[test] Move MAGIC_BYTES to messages.pystratospher
2023-12-08test: detect OS consistently using `platform.system()`Sebastian Falbesoner
2023-11-03test: Add missing sync on send_version in peer_connectMarcoFalke
2023-10-10test: make python p2p not send getaddr messages when it's being connected toMartin Zumsande
2023-10-06test: Rename wait_until_helper to wait_until_helper_internalFabian Jahr
2023-09-05test: Combine sync_send_with_ping and sync_with_pingMarcoFalke
2023-08-14[functional test] transaction orphan handlingglozow
2023-03-08test: Use self.wait_until over wait_until_helperMarcoFalke
2023-02-22Merge bitcoin/bitcoin#25867: lint: enable E722 do not use bare exceptfanquake
2023-02-18lint: enable E722 do not use bare exceptLeonardo Lazzaro
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-21Merge bitcoin/bitcoin#26248: net: Set relay in version msg to peers with rela...MacroFake
2022-10-17test: Add functional tests for sendtxrcncl from inboundGleb Naumenko
2022-10-04net: Set relay in version msg to peers with relay permissionMacroFake
2022-05-13test: p2p: add missing BIP157 message types to MESSAGEMAPSebastian Falbesoner
2021-11-30Merge bitcoin/bitcoin#21327: net_processing: ignore transactions while in IBDW. J. van der Laan
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-28[test] tx processing before and after ibdglozow
2021-09-19test: use test_framework.p2p P2P_SERVICES in functional testsJon Atack
2021-09-15qa: Fix "RuntimeError: Event loop is closed" on WindowsHennadii Stepanov
2021-07-29[net_processing] Defer initializing m_addr_knownAmiti Uttarwar
2021-04-28test: Fix intermittent issue in p2p_addr_relay.pyMarcoFalke
2021-02-17[test] Add P2P_SERVICES to p2p.pyJohn Newbery
2021-02-17[test] Move MY_RELAY to p2p.pyJohn Newbery
2021-02-17[test] Move MY_SUBVERSION to p2p.pyJohn Newbery
2021-02-17[test] Move MY_VERSION to p2p.pyJohn Newbery
2021-02-17[test] Move MIN_VERSION_SUPPORTED to p2p.pyJohn Newbery
2021-01-07[test] Add test framework support to create outbound connections.Amiti Uttarwar
2020-12-16Merge #20171: Add functional test test_txid_inv_delayWladimir J. van der Laan
2020-12-08Send and require SENDADDRV2 before VERACKPieter Wuille
2020-11-02test: Makes wtxidrelay support a generic P2PInterface optionAntoine Riard