aboutsummaryrefslogtreecommitdiff
path: root/qa
Commit message (Expand)AuthorAgeFilesLines
* Rename qa directory to testJohn Newbery2017-03-2095-23165/+0
* fix logging in nulldummy and proxy_testJohn Newbery2017-03-173-6/+9
* Use log.info() instead of print() in importmulti.pyJohn Newbery2017-03-171-1/+1
* Merge #9818: Save watch only key timestamps when reimporting keysWladimir J. van der Laan2017-03-171-0/+19
|\
| * Save watch only key timestamps when reimporting keysRussell Yanofsky2017-03-031-0/+19
* | Fix RPC failure testing (2 of 2)John Newbery2017-03-1516-265/+119
* | Test transaction selection when gbt called without segwit supportSuhas Daftuar2017-03-141-7/+49
* | Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar2017-03-142-6/+11
* | Merge #9970: Improve readability of segwit.py, smartfees.pyWladimir J. van der Laan2017-03-143-74/+74
|\ \
| * | Fix logging bug and improve readability of smartfees.pySuhas Daftuar2017-03-101-31/+29
| * | Improve readability of segwit.pySuhas Daftuar2017-03-102-43/+45
* | | Merge #9977: QA: getblocktemplate_longpoll.py should always use >0 fee txMarcoFalke2017-03-141-1/+3
|\ \ \
| * | | QA: getblocktemplate_longpoll.py should always use >0 fee txSuhas Daftuar2017-03-111-1/+3
| |/ /
* | | Merge #9830: Add safe flag to listunspent resultWladimir J. van der Laan2017-03-131-0/+4
|\ \ \ | |/ / |/| |
| * | Add safe flag to listunspent resultNicolasDorier2017-03-101-0/+4
* | | Fix extended rpc tests broken by 8910b4717e5bb946ee6988f7fe9fd461f53a5935John Newbery2017-03-103-12/+19
|/ /
* | Use logging in individual testsJohn Newbery2017-03-0933-224/+212
* | Use logging in test_framework/comptool.pyJohn Newbery2017-03-091-10/+9
* | Use logging in test_framework/blockstore.pyJohn Newbery2017-03-091-2/+4
* | Use logging in test_framework/util.pyJohn Newbery2017-03-091-9/+10
* | Remove manual debug settings in qa tests.John Newbery2017-03-0937-82/+79
* | Always enable debug log and microsecond logging for test nodes.John Newbery2017-03-092-2/+2
* | Use logging in mininode.pyJohn Newbery2017-03-091-18/+10
* | Add logging to p2p-segwit.pyJohn Newbery2017-03-091-28/+27
* | Add logging to test_framework.pyJohn Newbery2017-03-091-20/+46
* | Return correct error codes in fundrawtransaction().John Newbery2017-03-072-46/+15
* | Return correct error codes in setban().John Newbery2017-03-071-8/+6
* | Return correct error codes in removeprunedfunds().John Newbery2017-03-071-12/+2
* | Return correct error codes in blockchain.cpp.John Newbery2017-03-072-41/+20
* | Return correct error codes in bumpfee().John Newbery2017-03-071-10/+8
* | Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-078-83/+29
|\ \
| * | [rpc] Remove priorityDelta from prioritisetransactionAlex Morcos2017-03-034-9/+9
| * | [test] Remove priority from testsAlex Morcos2017-03-033-66/+14
| * | No longer allow "free" transactionsAlex Morcos2017-03-032-3/+1
| * | [rpc] sendrawtransaction no longer bypasses minRelayTxFeeAlex Morcos2017-02-271-2/+2
| * | [mining] Remove -blockprioritysize.Alex Morcos2017-02-272-4/+4
| |/
* | Merge #9929: tests: Delete unused function _rpchost_to_argsWladimir J. van der Laan2017-03-061-20/+0
|\ \
| * | tests: Delete unused function _rpchost_to_argsWladimir J. van der Laan2017-03-061-20/+0
* | | Merge #9843: Fix segwit getblocktemplate testWladimir J. van der Laan2017-03-061-13/+2
|\ \ \ | |/ / |/| |
| * | Fix segwit getblocktemplate test.John Newbery2017-02-231-13/+2
* | | Merge #9739: Fix BIP68 activation testWladimir J. van der Laan2017-03-061-13/+6
|\ \ \
| * | | Move tx version 2 standardness check to after bip68 activationJohn Newbery2017-02-221-13/+14
| * | | Fix BIP68 activation testJohn Newbery2017-02-101-21/+13
* | | | Merge #9832: [qa] assert_start_raises_init_errorWladimir J. van der Laan2017-03-062-2/+29
|\ \ \ \
| * | | | [qa] assert_start_raises_init_errorNicolasDorier2017-03-062-2/+29
* | | | | Define 7200 second timestamp window constantRussell Yanofsky2017-03-032-5/+5
| |_|_|/ |/| | |
* | | | Merge #9839: [qa] Make import-rescan.py watchonly check reliableWladimir J. van der Laan2017-02-271-12/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | [qa] Make import-rescan.py watchonly check reliableRussell Yanofsky2017-02-231-12/+18
| |/ /
* | | Merge #9823: qa: Set correct path for binaries in rpc testsMarcoFalke2017-02-231-1/+1
|\ \ \
| * | | qa: Set correct path for binaries in rpc testsMarcoFalke2017-02-221-1/+1