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
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
2020-08-27
test: Rename wait until helper to wait_until_helper
MarcoFalke
2020-08-25
[test] Remove final references to mininode
John Newbery
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery