aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/test_framework/util.py
Commit message (Expand)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-021-2/+2
* s/doge/dis/gTomo Ueda2021-09-021-5/+5
* Remove relay-only roundingRoss Nicoll2021-08-171-1/+1
* Rename binaries to match DogecoinRoss Nicoll2019-03-251-5/+5
* Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-09-191-10/+14
* qa: Check return code when stopping nodesMarcoFalke2017-02-231-14/+5
* Fix RPC failure testingJohn Newbery2017-02-081-3/+20
* Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan2017-01-121-3/+7
|\
| * Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.Chris Moore2016-12-131-3/+7
* | test: Add test for RPC named argumentsWladimir J. van der Laan2017-01-051-0/+12
|/
* [qa] pruning: Use cached utxo set to run fasterMarcoFalke2016-12-041-5/+9
* Merge #9221: [qa] Get rid of duplicate codeMarcoFalke2016-12-021-5/+13
|\
| * [qa] Get rid of duplicate codeMarcoFalke2016-12-021-5/+13
* | Fix some typosfsb40002016-11-281-3/+3
|/
* Merge #9139: Change sync_blocks to pick smarter maxheight (on top of #9196)MarcoFalke2016-11-231-6/+8
|\
| * [qa] Change sync_blocks to pick smarter maxheightRussell Yanofsky2016-11-111-6/+8
* | [qa] add assert_raises_message to check specific error messagemrbandrews2016-11-151-2/+6
|/
* [qa] Avoid 2 list comprehensions in sync_blocksRussell Yanofsky2016-11-141-2/+2
* [qa] Fix sync_blocks timeout argumentRussell Yanofsky2016-11-141-3/+8
* [qa] Improve sync_blocks error messages.Russell Yanofsky2016-11-141-2/+4
* [qa] util: Rework sync_*()MarcoFalke2016-11-071-15/+17
* [qa] Increase wallet-dump RPC timeoutRussell Yanofsky2016-11-071-2/+2
* Merge #6996: Add preciousblock RPCWladimir J. van der Laan2016-10-181-0/+10
|\
| * Add preciousblock testsPieter Wuille2016-08-261-0/+10
* | [qa] util: Move wait_bitcoinds() into stop_nodes()MarcoFalke2016-10-021-1/+1
* | test: Explicitly set encoding to utf8 when opening text filesWladimir J. van der Laan2016-09-291-1/+1
* | add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields2016-09-071-2/+6
|/
* Revert "[qa] Adjust timeouts for micro-optimization of run time"Wladimir J. van der Laan2016-08-181-2/+2
* Merge #8482: [qa] Use single cache dir for chainsWladimir J. van der Laan2016-08-171-12/+12
|\
| * [qa] Use single cache dir for chainsMarcoFalke2016-08-071-10/+10
| * [qa] Adjust timeouts for micro-optimization of run timeMarcoFalke2016-08-071-2/+2
* | [qa]: add parsing for '<host>:<port>' argument form to rpc_url()whythat2016-07-251-1/+9
|/
* Merge #8066: [qa] test_framework: Use different rpc_auth_pair for each nodeWladimir J. van der Laan2016-06-201-3/+8
|\
| * [qa] test_framework: Use different rpc_auth_pair for each nodeMarcoFalke2016-05-171-3/+8
* | [qa] util: Move check_fee_amount out of wallet.pyMarcoFalke2016-06-131-0/+9
* | Tests: add timeout to sync_blocks() and sync_mempools()Suhas Daftuar2016-05-261-9/+13
* | Merge #8047: [qa] test_framework: Set wait-timeout for bitcoind procsMarcoFalke2016-05-201-2/+4
|\ \
| * | [qa] test_framework: Set wait-timeout for bitcoind procsMarcoFalke2016-05-121-2/+4
| |/
* / [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-151-13/+20
|/
* [qa] Add option --portseed to test_frameworkMarcoFalke2016-05-091-3/+7
* [qa] Stop other nodes, even when one fails to stopMarcoFalke2016-05-061-2/+9
* [qa] Refactor test_framework and pull testerMarcoFalke2016-05-061-4/+13
* [qa] Switch to py3MarcoFalke2016-05-051-10/+11
* [qa] test_framework: Properly print exceptions and assert empty dictMarcoFalke2016-04-261-1/+1
* Move method to check matches within arrays on util.pyJoao Fonseca2016-04-191-0/+29
* Merge #7853: [qa] py2: Unfiddle strings into bytes explicitlyWladimir J. van der Laan2016-04-141-1/+14
|\
| * [qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke2016-04-101-1/+14
* | getblockchaininfo: make bip9_softforks an object, not an array.Rusty Russell2016-04-131-4/+1
|/
* Tests: move get_bip9_status to util.pySuhas Daftuar2016-04-071-0/+7
* test_framework: detect failure of bitcoind startupWladimir J. van der Laan2016-03-261-20/+40