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
Age
Commit message (
Expand
)
Author
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
Merge bitcoin/bitcoin#29347: net: enable v2transport by default
Ava Chow
2024-01-31
[test] make v2transport arg in addconnection mandatory and few cleanups
stratospher
2024-01-30
Merge bitcoin/bitcoin#29067: test: Treat msg_version.relay as unsigned, Remov...
glozow
2024-01-29
net: enable v2transport by default
Pieter Wuille
2024-01-29
Merge bitcoin/bitcoin#24748: test/BIP324: functional tests for v2 P2P encryption
Ava Chow
2024-01-29
test: Remove struct import from messages.py
MarcoFalke
2024-01-29
scripted-diff: test: Use int from_bytes and to_bytes over struct packing
MarcoFalke
2024-01-29
test: Use int from_bytes and to_bytes over struct packing
MarcoFalke
2024-01-29
test: Treat msg_version.relay as unsigned
MarcoFalke
2024-01-25
[test] Check whether v2 TestNode performs downgrading
stratospher
2024-01-25
[test] Ignore BIP324 decoy messages
stratospher
2024-01-25
[test] Allow inbound and outbound connections supporting v2 P2P protocol
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-24
[test] Construct class to handle v2 P2P protocol functions
stratospher
2024-01-23
[test] Move MAGIC_BYTES to messages.py
stratospher
2024-01-23
[test/crypto] Add ECDH
stratospher
2024-01-17
test: Use blocks_path where possible
MarcoFalke
2024-01-12
Make v2transport default for addnode RPC when enabled
Pieter Wuille
2024-01-11
Merge bitcoin/bitcoin#29034: test: detect OS in functional tests consistently...
Ava Chow
2023-12-13
test: add TestNode wait_until helper
Nikodemas Tuckus
2023-12-08
test: detect OS consistently using `platform.system()`
Sebastian Falbesoner
2023-12-06
test: fix v2 transport intermittent test failure (#29002)
Sebastian Falbesoner
2023-11-28
Merge bitcoin/bitcoin#28805: test: Make existing functional tests compatible ...
Andrew Chow
2023-11-17
Merge bitcoin/bitcoin#28725: test: refactor: use built-in collection types fo...
fanquake
2023-11-16
test: replace `Callable`/`Iterable` with their `collections.abc` alternative ...
stickies-v
2023-11-16
Merge bitcoin/bitcoin#28605: Fix typos
fanquake
2023-11-08
test: enable --v2transport in combination with --usecli
Martin Zumsande
2023-11-08
test: persist -v2transport over restarts and respect -v2transport=0
Martin Zumsande
2023-11-08
test: Add missing wait for version to be sent in add_outbound_p2p_connection
MarcoFalke
2023-11-08
Merge bitcoin/bitcoin#28782: test: Add missing sync on send_version in peer_c...
fanquake
2023-11-07
Merge bitcoin/bitcoin#28374: test: python cryptography required for BIP 324 f...
Andrew Chow
2023-11-07
doc: fix typos
Sjors Provoost
2023-11-03
test: Add missing sync on send_version in peer_connect
MarcoFalke
2023-11-01
Merge bitcoin/bitcoin#28632: test: make python p2p not send getaddr on incomi...
fanquake
2023-10-29
Merge bitcoin/bitcoin#28727: test: replace random_bytes with random.randbytes
fanquake
2023-10-25
Merge bitcoin/bitcoin#28264: test: refactor: support sending funds with outpo...
Andrew Chow
2023-10-25
test: replace random_bytes with randbytes #28720
ns-xvrn
2023-10-25
test: use built-in collection types for type hints (Python 3.9 / PEP 585)
Sebastian Falbesoner
2023-10-24
Merge bitcoin/bitcoin#28211: Bump python minimum supported version to 3.9
fanquake
2023-10-24
test: remove unused `find_output` helper
Sebastian Falbesoner
2023-10-24
test: refactor: support sending funds with outpoint result
Sebastian Falbesoner
[next]