aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2024-04-11Merge bitcoin/bitcoin#29735: AcceptMultipleTransactions: Fix workspace not be...glozow
2024-04-09fill_mempool: assertions and docsctring updateGreg Sanders
2024-04-09Move fill_mempool to util functionGreg Sanders
2024-04-09Merge bitcoin/bitcoin#29498: test: Update --tmpdir doc string to say director...fanquake
2024-04-05test: add unit tests for `calculate_input_weight`Sebastian Falbesoner
2024-04-05test: introduce and use `calculate_input_weight` helperSebastian Falbesoner
2024-04-04test: Extends wait_for_getheaders so a specific block hash can be checkedSergi Delgado Segura
2024-03-27test: makes timeout a forced named argument in tests methods that use itSergi Delgado Segura
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-11test: Support disconnect waiting for add_p2p_connectionstratospher
2024-03-11test: Rename early key response test and move random_bitflip to utilstratospher
2024-03-10test: fix accurate multisig sigop count (BIP16), add unit testSebastian Falbesoner
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-27test: Update --tmpdir doc string to say directory must not existkevkevin
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