aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/test_framework/util.py
AgeCommit message (Expand)Author
2017-02-23qa: Check return code when stopping nodesMarcoFalke
2017-02-08Fix RPC failure testingJohn Newbery
2017-01-12Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan
2017-01-05test: Add test for RPC named argumentsWladimir J. van der Laan
2016-12-13Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.Chris Moore
2016-12-04[qa] pruning: Use cached utxo set to run fasterMarcoFalke
2016-12-02Merge #9221: [qa] Get rid of duplicate codeMarcoFalke
2016-12-02[qa] Get rid of duplicate codeMarcoFalke
2016-11-28Fix some typosfsb4000
2016-11-23Merge #9139: Change sync_blocks to pick smarter maxheight (on top of #9196)MarcoFalke
2016-11-15[qa] add assert_raises_message to check specific error messagemrbandrews
2016-11-14[qa] Avoid 2 list comprehensions in sync_blocksRussell Yanofsky
2016-11-14[qa] Fix sync_blocks timeout argumentRussell Yanofsky
2016-11-14[qa] Improve sync_blocks error messages.Russell Yanofsky
2016-11-11[qa] Change sync_blocks to pick smarter maxheightRussell Yanofsky
2016-11-07[qa] util: Rework sync_*()MarcoFalke
2016-11-07[qa] Increase wallet-dump RPC timeoutRussell Yanofsky
2016-10-18Merge #6996: Add preciousblock RPCWladimir J. van der Laan
2016-10-02[qa] util: Move wait_bitcoinds() into stop_nodes()MarcoFalke
2016-09-29test: Explicitly set encoding to utf8 when opening text filesWladimir J. van der Laan
2016-09-07add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields
2016-08-26Add preciousblock testsPieter Wuille
2016-08-18Revert "[qa] Adjust timeouts for micro-optimization of run time"Wladimir J. van der Laan
2016-08-17Merge #8482: [qa] Use single cache dir for chainsWladimir J. van der Laan
2016-08-07[qa] Use single cache dir for chainsMarcoFalke
2016-08-07[qa] Adjust timeouts for micro-optimization of run timeMarcoFalke
2016-07-25[qa]: add parsing for '<host>:<port>' argument form to rpc_url()whythat
2016-06-20Merge #8066: [qa] test_framework: Use different rpc_auth_pair for each nodeWladimir J. van der Laan
2016-06-13[qa] util: Move check_fee_amount out of wallet.pyMarcoFalke
2016-05-26Tests: add timeout to sync_blocks() and sync_mempools()Suhas Daftuar
2016-05-20Merge #8047: [qa] test_framework: Set wait-timeout for bitcoind procsMarcoFalke
2016-05-17[qa] test_framework: Use different rpc_auth_pair for each nodeMarcoFalke
2016-05-15[qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke
2016-05-12[qa] test_framework: Set wait-timeout for bitcoind procsMarcoFalke
2016-05-09[qa] Add option --portseed to test_frameworkMarcoFalke
2016-05-06[qa] Stop other nodes, even when one fails to stopMarcoFalke
2016-05-06[qa] Refactor test_framework and pull testerMarcoFalke
2016-05-05[qa] Switch to py3MarcoFalke
2016-04-26[qa] test_framework: Properly print exceptions and assert empty dictMarcoFalke
2016-04-19Move method to check matches within arrays on util.pyJoao Fonseca
2016-04-14Merge #7853: [qa] py2: Unfiddle strings into bytes explicitlyWladimir J. van der Laan
2016-04-13getblockchaininfo: make bip9_softforks an object, not an array.Rusty Russell
2016-04-10[qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke
2016-04-07Tests: move get_bip9_status to util.pySuhas Daftuar
2016-03-26test_framework: detect failure of bitcoind startupWladimir J. van der Laan
2016-03-16Tests: make prioritise_transaction.py more robustSuhas Daftuar
2016-03-14[qa] Move create_tx() to util.pyMarcoFalke
2016-01-20[qa] Change default block priority size to 0MarcoFalke
2016-01-19Merge pull request #7164: Do not download transactions during initial blockch...Wladimir J. van der Laan
2016-01-18Merge pull request #7194Wladimir J. van der Laan