aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2024-03-19Merge bitcoin/bitcoin#29279: test: p2p: check disconnect due to lack of desir...glozow
2024-03-13Merge bitcoin/bitcoin#27375: net: support unix domain sockets for -proxy and ...Ava Chow
2024-03-12Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connectionsAva Chow
2024-03-11Merge bitcoin/bitcoin#29007: test: create deterministic addrman in the functi...Ava Chow
2024-03-11test: p2p: check disconnect due to lack of desirable service flagsSebastian Falbesoner
2024-03-11test: p2p: support disconnect waiting for `add_outbound_p2p_connection`Sebastian Falbesoner
2024-03-11Merge bitcoin/bitcoin#29483: test, ci: add --v1transport option, add --v2tran...Ava Chow
2024-03-11Merge bitcoin/bitcoin#29514: tests: Provide more helpful assert_equal errorsAva Chow
2024-03-01test: cover UNIX sockets in feature_proxy.pyMatthew Zipkin
2024-02-29Merge bitcoin/bitcoin#29390: test: speedup bip324_cipher.py unit testAva Chow
2024-02-29test: ignore --v2transport for older versions instead of assertingMartin Zumsande
2024-02-29test: add -v1transport option and use it in test_runnerMartin Zumsande
2024-02-29tests: Provide more helpful assert_equal errorsAnthony Towns
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2024-02-27doc: Fix Broken LinksJustin Dhillon
2024-02-27Merge bitcoin/bitcoin#29358: test: use v2 everywhere for P2PConnection if --v...fanquake
2024-02-21Merge bitcoin/bitcoin#29400: test: Fix SegwitV0SignatureMsg nLockTime signednessAva Chow
2024-02-12test: enable v2 for python p2p depending on global --v2transport flagMartin Zumsande
2024-02-09Merge bitcoin/bitcoin#28948: v3 transaction policy for anti-pinningAva Chow
2024-02-08test framework: Add and use option for tx-version in MiniWallet methodsMarcoFalke
2024-02-07Merge bitcoin/bitcoin#29363: test: Fix CPartialMerkleTree.nTransactions signe...fanquake
2024-02-07test: Fix SegwitV0SignatureMsg nLockTime signednessMarcoFalke
2024-02-06test: enable p2p_sendtxrcncl.py with v2transportMartin Zumsande
2024-02-06Merge bitcoin/bitcoin#29356: test: make v2transport arg in addconnection mand...glozow
2024-02-06test: speedup bip324_cipher.py unit testSebastian Falbesoner
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-02-01test: Fix CPartialMerkleTree.nTransactions signednessMarcoFalke
2024-01-31Merge bitcoin/bitcoin#29347: net: enable v2transport by defaultAva Chow
2024-01-31[test] make v2transport arg in addconnection mandatory and few cleanupsstratospher
2024-01-30Merge bitcoin/bitcoin#29067: test: Treat msg_version.relay as unsigned, Remov...glozow
2024-01-29net: enable v2transport by defaultPieter Wuille
2024-01-29Merge bitcoin/bitcoin#24748: test/BIP324: functional tests for v2 P2P encryptionAva Chow
2024-01-29test: Remove struct import from messages.pyMarcoFalke
2024-01-29scripted-diff: test: Use int from_bytes and to_bytes over struct packingMarcoFalke
2024-01-29test: Use int from_bytes and to_bytes over struct packingMarcoFalke
2024-01-29test: Treat msg_version.relay as unsignedMarcoFalke
2024-01-25[test] Check whether v2 TestNode performs downgradingstratospher
2024-01-25[test] Ignore BIP324 decoy messagesstratospher
2024-01-25[test] Allow inbound and outbound connections supporting v2 P2P protocolstratospher
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-24[test] Construct class to handle v2 P2P protocol functionsstratospher
2024-01-23[test] Move MAGIC_BYTES to messages.pystratospher
2024-01-23[test/crypto] Add ECDHstratospher