index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
test_framework
/
p2p.py
Age
Commit message (
Expand
)
Author
2024-04-04
test: Extends wait_for_getheaders so a specific block hash can be checked
Sergi Delgado Segura
2024-03-27
test: makes timeout a forced named argument in tests methods that use it
Sergi Delgado Segura
2024-02-06
Merge bitcoin/bitcoin#29356: test: make v2transport arg in addconnection mand...
glozow
2024-02-01
test: p2p: adhere to typical VERSION message protocol flow
Sebastian Falbesoner
2024-02-01
test: p2p: process post-v2-handshake data immediately
Sebastian Falbesoner
2024-02-01
test: p2p: introduce helper for sending prepared VERSION message
Sebastian Falbesoner
2024-01-31
[test] make v2transport arg in addconnection mandatory and few cleanups
stratospher
2024-01-29
Merge bitcoin/bitcoin#24748: test/BIP324: functional tests for v2 P2P encryption
Ava Chow
2024-01-25
[test] Check whether v2 TestNode performs downgrading
stratospher
2024-01-25
[test] Ignore BIP324 decoy messages
stratospher
2024-01-25
[test] Reconnect using v1 P2P when v2 P2P terminates due to magic byte mismatch
stratospher
2024-01-25
[test] Build v2 P2P messages
stratospher
2024-01-25
[test] Use lock for sending P2P messages in test framework
stratospher
2024-01-25
[test] Read v2 P2P messages
stratospher
2024-01-25
[test] Perform initial v2 handshake
stratospher
2024-01-25
[test] Introduce EncryptedP2PState object in P2PConnection
stratospher
2024-01-23
[test] Move MAGIC_BYTES to messages.py
stratospher
2023-12-08
test: detect OS consistently using `platform.system()`
Sebastian Falbesoner
2023-11-03
test: Add missing sync on send_version in peer_connect
MarcoFalke
2023-10-10
test: make python p2p not send getaddr messages when it's being connected to
Martin Zumsande
2023-10-06
test: Rename wait_until_helper to wait_until_helper_internal
Fabian Jahr
2023-09-05
test: Combine sync_send_with_ping and sync_with_ping
MarcoFalke
2023-08-14
[functional test] transaction orphan handling
glozow
2023-03-08
test: Use self.wait_until over wait_until_helper
MarcoFalke
2023-02-22
Merge bitcoin/bitcoin#25867: lint: enable E722 do not use bare except
fanquake
2023-02-18
lint: enable E722 do not use bare except
Leonardo Lazzaro
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-21
Merge bitcoin/bitcoin#26248: net: Set relay in version msg to peers with rela...
MacroFake
2022-10-17
test: Add functional tests for sendtxrcncl from inbound
Gleb Naumenko
2022-10-04
net: Set relay in version msg to peers with relay permission
MacroFake
2022-05-13
test: p2p: add missing BIP157 message types to MESSAGEMAP
Sebastian Falbesoner
2021-11-30
Merge bitcoin/bitcoin#21327: net_processing: ignore transactions while in IBD
W. J. van der Laan
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-10-28
[test] tx processing before and after ibd
glozow
2021-09-19
test: use test_framework.p2p P2P_SERVICES in functional tests
Jon Atack
2021-09-15
qa: Fix "RuntimeError: Event loop is closed" on Windows
Hennadii Stepanov
2021-07-29
[net_processing] Defer initializing m_addr_known
Amiti Uttarwar
2021-04-28
test: Fix intermittent issue in p2p_addr_relay.py
MarcoFalke
2021-02-17
[test] Add P2P_SERVICES to p2p.py
John Newbery
2021-02-17
[test] Move MY_RELAY to p2p.py
John Newbery
2021-02-17
[test] Move MY_SUBVERSION to p2p.py
John Newbery
2021-02-17
[test] Move MY_VERSION to p2p.py
John Newbery
2021-02-17
[test] Move MIN_VERSION_SUPPORTED to p2p.py
John Newbery
2021-01-07
[test] Add test framework support to create outbound connections.
Amiti Uttarwar
2020-12-16
Merge #20171: Add functional test test_txid_inv_delay
Wladimir J. van der Laan
2020-12-08
Send and require SENDADDRV2 before VERACK
Pieter Wuille
2020-11-02
test: Makes wtxidrelay support a generic P2PInterface option
Antoine Riard
2020-10-09
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-09-21
Merge #18267: BIP-325: Signet [consensus]
Wladimir J. van der Laan
2020-09-18
test: basic signet tests
Karl-Johan Alm
[next]