aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_node.py
Commit message (Expand)AuthorAgeFilesLines
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-12/+12
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-9/+9
* [test] remove confusing p2p propertygzhao4082020-09-101-9/+0
* test: Rename wait until helper to wait_until_helperMarcoFalke2020-08-271-4/+4
* [test] Remove final references to mininodeJohn Newbery2020-08-251-2/+2
* Add loadwallet and createwallet RPC load_on_startup optionsRussell Yanofsky2020-08-131-2/+2
* Merge #19657: test: Wait until is_connected in add_p2p_connectionWladimir J. van der Laan2020-08-091-0/+1
|\
| * test: Wait until is_connected in add_p2p_connectionMarcoFalke2020-08-041-0/+1
* | test: Catch decimal.InvalidOperation from TestNodeCLI#send_cliBen Woosley2020-07-301-1/+1
|/
* [test] wait for disconnect_p2ps to be reflected in getpeerinfogzhao4082020-06-161-0/+6
* test: Fix intermittent ETIMEDOUT on FreeBSDMarcoFalke2020-05-191-2/+11
* test: Add capability to disable RPC timeout in functional tests.codeShark1492020-05-181-7/+7
* Merge #18888: test: Remove RPCOverloadWrapper boilerplateMarcoFalke2020-05-131-32/+3
|\
| * test: Remove RPCOverloadWrapper boilerplateMarcoFalke2020-05-051-32/+3
* | test: Fix intermittent sync_blocks failuresMarcoFalke2020-05-051-2/+26
|/
* test: add factor option to adjust test timeoutsHarris2020-05-031-4/+5
* Merge #16528: Native Descriptor Wallets using DescriptorScriptPubKeyManSamuel Dobson2020-04-271-5/+122
|\
| * Add a --descriptors option to various testsAndrew Chow2020-04-231-6/+22
| * tests: Add RPCOverloadWrapper which overloads some disabled RPCsAndrew Chow2020-04-231-4/+105
* | test: display command line options passed to send_cli() in debug logJon Atack2020-04-211-1/+1
|/
* test: add wait_for_cookie_credentials() to test frameworkJon Atack2020-04-191-1/+17
* Merge #18633: test: Properly raise FailedToStartError when rpc shutdown befor...MarcoFalke2020-04-191-3/+3
|\
| * test: Properly raise FailedToStartError when rpc shutdown before warmup finis...MarcoFalke2020-04-181-3/+3
* | test: Bump timeout in wallet_import_rescanMarcoFalke2020-04-171-2/+1
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* test: Properly raise FailedToStartError when rpc shutdown before warmup finishedMarcoFalke2020-04-081-0/+4
* test: Wait for both veracks in add_p2p_connectionMarcoFalke2020-03-311-0/+15
* [tests] check v0.17.1 and v0.18.1 backwards compatibilitySjors Provoost2020-02-111-3/+10
* on startup, write config options to debug.logLarry Ruane2020-01-291-1/+6
* Merge #17705: test: re-enable CLI test support by using EncodeDecimal in json...fanquake2019-12-111-1/+2
|\
| * test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake2019-12-091-1/+2
* | tests: Add option --valgrind to run nodes under valgrind in the functional testspracticalswift2019-12-011-1/+10
|/
* test: Remove fragile assert_memory_usage_stableMarcoFalke2019-11-141-46/+0
* Merge #16551: test: Test that low difficulty chain fork is rejectedMarcoFalke2019-09-121-1/+1
|\
| * test: Pass down correct chain name in testsMarcoFalke2019-08-161-1/+1
* | test: Remove incorrect and unused try-block in assert_debug_logMarcoFalke2019-09-041-18/+18
* | QA: fix rpc_setban.py raceJonas Schnelli2019-08-211-8/+17
|/
* Add functional tests for flexible whitebind/listnicolas.dorier2019-08-111-0/+1
* test: Adapt test framework for chains other than "regtest"MarcoFalke2019-07-311-4/+5
* test: Speed up cache creationMarcoFalke2019-05-171-7/+8
* test: Bump MAX_NODES to 12MarcoFalke2019-05-171-0/+5
* [tests] Comment for why logging config is set as command-line args.John Newbery2019-05-031-0/+3
* [tests] log thread names by default in functional testsJohn Newbery2019-04-301-0/+1
* doc: Fix all typos reported by codespellMarcoFalke2019-03-221-1/+1
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* build: Require python 3.5MarcoFalke2019-03-021-4/+1
* qa: Remove mocktime unless requiredMarcoFalke2019-02-191-3/+2
* [test] functional: set cwd of nodes to tmpdirSjors Provoost2019-02-191-3/+7
* qa: Drop RPC connection if --usecliJoão Barbosa2019-02-061-3/+6
* Merge #14519: tests: add utility to easily profile node performance with perfMarcoFalke2019-02-051-1/+97
|\