aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_node.py
AgeCommit message (Expand)Author
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
2023-02-18lint: enable E722 do not use bare exceptLeonardo Lazzaro
2023-01-28test: refactor: introduce `replace_in_config` helperSebastian Falbesoner
2023-01-18scripted-diff: Use new python 3.7 keywordsMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-09test: Move feature_backwards_compatibility.py to wallet_backwards_compatibili...MarcoFalke
2022-11-29Merge bitcoin/bitcoin#19762: rpc: Allow named and positional arguments to be ...Andrew Chow
2022-11-28Merge bitcoin/bitcoin#26480: test: Remove wallet option from non-wallet testsAndrew Chow
2022-11-21test: Fix intermittent failure in rpc_net.pyMartin Zumsande
2022-11-10test: Set -disablewallet when no wallet has been compiledMacroFake
2022-11-05rpc: Allow named and positional arguments to be used togetherRyan Ofsky
2022-11-03test: fix intermittent failure in p2p_sendtxrcncl.pyMartin Zumsande
2022-10-28Exclude rand from debug logJeff Ruane
2022-10-17test: Add functional tests for sendtxrcncl message from outboundGleb Naumenko
2022-08-20Create BCLog::Level::Trace log severity levelJon Atack
2022-08-20Update LogAcceptCategory() and unit tests with log severity levelsklementtan
2022-06-07test: Fix wait_for_debug_log UnicodeDecodeErrorMacroFake
2022-04-29test: stop node before calling assert_start_raises_init_errorMartin Zumsande
2022-03-02Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...laanwj
2022-02-22tests: Tests for inactive HD chainsAndrew Chow
2022-01-31test: Fix feature_init intermittent issuesMarcoFalke
2021-12-29test: add TestNode.wait_for_debug_logJames O'Beirne
2021-12-29test: introduce TestNode.debug_log_bytesJames O'Beirne
2021-12-14Merge bitcoin/bitcoin#22777: net processing: don't request tx relay on feeler...MarcoFalke
2021-11-30Merge bitcoin/bitcoin#23289: test: add stress tests for initializationW. J. van der Laan
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-20test: add node.chain_path and node.debug_log_pathJames O'Beirne
2021-10-06test: Delete generate* calls from TestNodeMarcoFalke
2021-09-22[test] Add testing for outbound feeler connectionsJohn Newbery