aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_node.py
AgeCommit message (Expand)Author
2024-03-19Merge bitcoin/bitcoin#29279: test: p2p: check disconnect due to lack of desir...glozow
2024-03-11test: p2p: support disconnect waiting for `add_outbound_p2p_connection`Sebastian Falbesoner
2024-02-29test: ignore --v2transport for older versions instead of assertingMartin Zumsande
2024-02-12test: enable v2 for python p2p depending on global --v2transport flagMartin Zumsande
2024-02-06test: enable p2p_sendtxrcncl.py with v2transportMartin Zumsande
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-25[test] Check whether v2 TestNode performs downgradingstratospher
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] Introduce EncryptedP2PState object in P2PConnectionstratospher
2024-01-11Merge bitcoin/bitcoin#29034: test: detect OS in functional tests consistently...Ava Chow
2023-12-13test: add TestNode wait_until helperNikodemas Tuckus
2023-12-08test: detect OS consistently using `platform.system()`Sebastian Falbesoner
2023-12-06test: fix v2 transport intermittent test failure (#29002)Sebastian Falbesoner
2023-11-28Merge bitcoin/bitcoin#28805: test: Make existing functional tests compatible ...Andrew Chow
2023-11-08test: enable --v2transport in combination with --usecliMartin Zumsande
2023-11-08test: persist -v2transport over restarts and respect -v2transport=0Martin Zumsande
2023-11-08test: Add missing wait for version to be sent in add_outbound_p2p_connectionMarcoFalke
2023-11-03test: Add missing sync on send_version in peer_connectMarcoFalke
2023-11-01Merge bitcoin/bitcoin#28632: test: make python p2p not send getaddr on incomi...fanquake
2023-10-13test: fix `assert_debug_log` call-site bugs, add type checksSebastian Falbesoner
2023-10-12test: don't run old binaries under valgrindSjors Provoost
2023-10-10test: make python p2p not send getaddr messages when it's being connected toMartin Zumsande
2023-10-10 test: Use pathlib over os.path #28362ns-xvrn
2023-10-06test: Rename wait_until_helper to wait_until_helper_internalFabian Jahr
2023-10-06Merge bitcoin/bitcoin#28253: test: display abrupt shutdown errors in console ...fanquake
2023-10-05test: display abrupt shutdown errors in console outputfurszy
2023-08-22Merge bitcoin/bitcoin#28199: test: tx orphan handlingAndrew Chow
2023-08-14[test framework] make it easier to fast-forward setmocktimeglozow
2023-08-01Merge bitcoin/bitcoin#28144: test: fix intermittent failure in p2p_getaddr_ca...fanquake
2023-08-01Merge bitcoin/bitcoin#28070: test: Drop 22.x node from TxindexCompatibilityTestfanquake
2023-07-26Merge bitcoin/bitcoin#28035: test: Ignore UTF-8 errors in assert_debug_logfanquake
2023-07-25test: fix intermittent failure in p2p_getaddr_cachingMartin Zumsande
2023-07-25test: Add blocks_path property to TestNodeMarcoFalke
2023-07-20test: Ignore UTF-8 errors in assert_debug_logMarcoFalke
2023-07-20test: Fix debug_log_size helperMarcoFalke
2023-07-19Merge bitcoin/bitcoin#27986: test: remove race in the user-agent reception checkfanquake
2023-07-11Merge bitcoin/bitcoin#28028: test: Check expected_stderr after stopfanquake
2023-07-10test: Check expected_stderr after stopMarcoFalke
2023-07-07scripted-diff: rename 'loadblk' thread name to 'initload'furszy
2023-07-06test: remove race in the user-agent reception checkVasil Dimov
2023-06-29test: Rename EncodeDecimal to serialization_fallbackMarcoFalke
2023-06-21test: Allow pathlib.Path as RPC argument via authproxyMarcoFalke
2023-06-21test: Use wallet_dir lambda in wallet_multiwallet test where possibleMarcoFalke
2023-06-15test: clean up is node stoppeddimitaracev
2023-06-09Return EXIT_FAILURE on post-init fatal errorsfurszy
2023-04-21init: Error if ignored bitcoin.conf file is foundRyan Ofsky
2023-03-20test: Fix TypeError in wait_for_debug_logMarcoFalke
2023-02-22Merge bitcoin/bitcoin#25867: lint: enable E722 do not use bare exceptfanquake