aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/util.py
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-1/+1
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-4/+5
* Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan2020-11-161-0/+9
|\
| * tests: Add a sha256sum_file function to utilAndrew Chow2020-11-041-0/+9
* | test: Move (dis)?connect_nodes globals into TestFramework as helpersElliott Jin2020-10-201-41/+0
|/
* test: remove unused helpers random_transaction(), make_change() and gather_in...Sebastian Falbesoner2020-10-161-57/+0
* Merge #19816: test: Rename wait until helper to wait_until_helperfanquake2020-09-031-8/+8
|\
| * test: Rename wait until helper to wait_until_helperMarcoFalke2020-08-271-8/+8
* | Merge #19105: Add Muhash3072 implementation in PythonWladimir J. van der Laan2020-09-011-0/+31
|\ \ | |/ |/|
| * test: Move modinv to util and add unit testFabian Jahr2020-07-161-0/+31
* | test: Add docstring to wait_until() in util.py to warn about its usageSeleme Topuz2020-08-261-0/+8
* | refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-3/+3
* | Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...MarcoFalke2020-06-211-44/+0
|\ \
| * | test: move sync_blocks and sync_mempool functions to test_framework.pyRoy Shao2020-06-181-44/+0
| |/
* | pep-8 test/functional/test_framework/util.pyMarcoFalke2020-06-161-10/+48
* | test: refactor: Inline adjust_bitcoin_conf_for_pre_17MarcoFalke2020-06-161-6/+0
|/
* Merge #18890: test: disconnect_nodes should warn if nodes were already discon...MarcoFalke2020-06-081-2/+16
|\
| * test: warn if nodes not connected before disconnect_nodesDanny Lee2020-05-071-2/+16
* | test: Add capability to disable RPC timeout in functional tests.codeShark1492020-05-181-2/+2
* | Merge #18866: test: Fix verack race to avoid intermittent test failuresMarcoFalke2020-05-081-1/+5
|\ \ | |/ |/|
| * test: Fix verack race to avoid intermittent test failuresMarcoFalke2020-05-041-1/+5
* | Merge #18617: test: add factor option to adjust test timeoutsMarcoFalke2020-05-031-2/+3
|\ \
| * | test: add factor option to adjust test timeoutsHarris2020-05-031-2/+3
| |/
* / test: added test for upgradewallet RPCHarris2020-04-291-0/+7
|/
* test: Increase debugging to hunt down mempool_reorg intermittent failureMarcoFalke2020-04-191-2/+10
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* test: check that peer is connected when calling sync_*MarcoFalke2020-03-301-0/+6
* test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake2019-12-091-0/+5
* [qa] Add shrinkdebugfile=0 to regtest bitcoin.confSuhas Daftuar2019-10-311-0/+1
* Fix Python Docstring to include all Args.John Bampton2019-10-061-1/+2
* Merge #16524: Wallet: Disable -fallbackfee by defaultMarcoFalke2019-10-021-0/+1
|\
| * Truly decouple wallet from chainparams for -fallbackfeeJorge Timón2019-10-021-0/+1
* | Merge #16918: test: Make PORT_MIN in test runner configurableMarcoFalke2019-09-221-2/+3
|\ \
| * | test: Make PORT_MIN in test runner configurableMarcoFalke2019-09-191-2/+3
* | | Test: Move common function assert_approx() into util.pyfridokus2019-09-191-0/+7
|/ /
* / test: Remove unused connect_nodes_biMarcoFalke2019-09-171-4/+0
|/
* Merge #16551: test: Test that low difficulty chain fork is rejectedMarcoFalke2019-09-121-2/+10
|\
| * test: Pass down correct chain name in testsMarcoFalke2019-08-161-2/+10
* | test: Print both messages on failure in assert_raises_messageMarcoFalke2019-09-031-2/+6
* | Bugfix: QA: Run tests with UPnP disabledLuke Dashjr2019-08-191-0/+1
|/
* Merge #16060: Bury bip9 deploymentsMarcoFalke2019-08-151-3/+3
|\
| * [Consensus] Bury segwit deploymentJohn Newbery2019-08-141-4/+0
| * [Consensus] Bury CSV deployment heightJohn Newbery2019-08-141-0/+4
| * [rpc] Tidy up reporting of buried and ongoing softforksJohn Newbery2019-08-131-1/+1
* | Moved and renamed hash256 from util.py to zmq_interface.pyElichai Turkel2019-08-131-7/+0
* | test: Adapt test framework for chains other than "regtest"MarcoFalke2019-07-311-10/+10
|/
* TEST: Replace hard-coded hex tx with classesSteven Roose2019-07-011-10/+13
* test: Bump MAX_NODES to 12MarcoFalke2019-05-171-1/+1
* test: Format predicate source as multiline on errorMarcoFalke2019-05-101-1/+1
* qa: Prevent concurrency issues reading .cookie fileJoão Barbosa2019-04-091-1/+3