aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/p2p.py
AgeCommit message (Expand)Author
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
2020-10-09net: advertise support for ADDRv2 via new messageVasil Dimov
2020-09-21Merge #18267: BIP-325: Signet [consensus]Wladimir J. van der Laan
2020-09-18test: basic signet testsKarl-Johan Alm
2020-08-27test: Rename wait until helper to wait_until_helperMarcoFalke
2020-08-25[test] Remove final references to mininodeJohn Newbery
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery