aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/util.py
AgeCommit message (Expand)Author
2020-11-16Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan
2020-11-04tests: Add a sha256sum_file function to utilAndrew Chow
2020-10-20test: Move (dis)?connect_nodes globals into TestFramework as helpersElliott Jin
2020-10-16test: remove unused helpers random_transaction(), make_change() and gather_in...Sebastian Falbesoner
2020-09-03Merge #19816: test: Rename wait until helper to wait_until_helperfanquake
2020-09-01Merge #19105: Add Muhash3072 implementation in PythonWladimir J. van der Laan
2020-08-27test: Rename wait until helper to wait_until_helperMarcoFalke
2020-08-26test: Add docstring to wait_until() in util.py to warn about its usageSeleme Topuz
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-07-16test: Move modinv to util and add unit testFabian Jahr
2020-06-21Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...MarcoFalke
2020-06-18test: move sync_blocks and sync_mempool functions to test_framework.pyRoy Shao
2020-06-16pep-8 test/functional/test_framework/util.pyMarcoFalke
2020-06-16test: refactor: Inline adjust_bitcoin_conf_for_pre_17MarcoFalke
2020-06-08Merge #18890: test: disconnect_nodes should warn if nodes were already discon...MarcoFalke
2020-05-18test: Add capability to disable RPC timeout in functional tests.codeShark149
2020-05-08Merge #18866: test: Fix verack race to avoid intermittent test failuresMarcoFalke
2020-05-07test: warn if nodes not connected before disconnect_nodesDanny Lee
2020-05-04test: Fix verack race to avoid intermittent test failuresMarcoFalke
2020-05-03Merge #18617: test: add factor option to adjust test timeoutsMarcoFalke
2020-05-03test: add factor option to adjust test timeoutsHarris
2020-04-29test: added test for upgradewallet RPCHarris
2020-04-19test: Increase debugging to hunt down mempool_reorg intermittent failureMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-30test: check that peer is connected when calling sync_*MarcoFalke
2019-12-09test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake
2019-10-31[qa] Add shrinkdebugfile=0 to regtest bitcoin.confSuhas Daftuar
2019-10-06Fix Python Docstring to include all Args.John Bampton
2019-10-02Merge #16524: Wallet: Disable -fallbackfee by defaultMarcoFalke
2019-10-02Truly decouple wallet from chainparams for -fallbackfeeJorge Timón
2019-09-22Merge #16918: test: Make PORT_MIN in test runner configurableMarcoFalke
2019-09-19test: Make PORT_MIN in test runner configurableMarcoFalke
2019-09-19Test: Move common function assert_approx() into util.pyfridokus
2019-09-17test: Remove unused connect_nodes_biMarcoFalke
2019-09-12Merge #16551: test: Test that low difficulty chain fork is rejectedMarcoFalke
2019-09-03test: Print both messages on failure in assert_raises_messageMarcoFalke
2019-08-19Bugfix: QA: Run tests with UPnP disabledLuke Dashjr
2019-08-16test: Pass down correct chain name in testsMarcoFalke
2019-08-15Merge #16060: Bury bip9 deploymentsMarcoFalke
2019-08-14[Consensus] Bury segwit deploymentJohn Newbery
2019-08-14[Consensus] Bury CSV deployment heightJohn Newbery
2019-08-13[rpc] Tidy up reporting of buried and ongoing softforksJohn Newbery
2019-08-13Moved and renamed hash256 from util.py to zmq_interface.pyElichai Turkel
2019-07-31test: Adapt test framework for chains other than "regtest"MarcoFalke
2019-07-01TEST: Replace hard-coded hex tx with classesSteven Roose
2019-05-17test: Bump MAX_NODES to 12MarcoFalke
2019-05-10test: Format predicate source as multiline on errorMarcoFalke
2019-04-09qa: Prevent concurrency issues reading .cookie fileJoão Barbosa
2019-03-14wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke