aboutsummaryrefslogtreecommitdiff
path: root/qa
Commit message (Expand)AuthorAgeFilesLines
...
| * Return correct error codes in fundrawtransaction().John Newbery2017-06-052-46/+15
| * Return correct error codes in setban().John Newbery2017-06-051-8/+6
| * Return correct error codes in removeprunedfunds().John Newbery2017-06-051-12/+2
| * Return correct error codes in blockchain.cpp.John Newbery2017-06-052-41/+20
| * Return correct error codes in bumpfee().John Newbery2017-06-051-10/+8
* | Merge #10196 via branch 'prioritisetx_gbtcache-0.14' into 0.14.2_fixesLuke Dashjr2017-06-051-1/+15
|\ \ | |/ |/|
| * [qa] Test prioritise_transaction / getblocktemplate interactionSuhas Daftuar2017-04-211-1/+15
* | [Wallet] unset change position when there is no change on exact matchGregory Sanders2017-05-311-0/+5
|/
* [qa] Fix mempool_packages.py for the 0.14 branchSuhas Daftuar2017-04-051-2/+2
* Test prioritisetransaction and ancestor fee stateSuhas Daftuar2017-04-051-0/+12
* Test transaction selection when gbt called without segwit supportSuhas Daftuar2017-03-161-6/+49
* Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar2017-03-162-17/+10
* [qa] Make import-rescan.py watchonly check reliableRussell Yanofsky2017-02-271-12/+18
* qa: Check return code when stopping nodesMarcoFalke2017-02-233-27/+15
* Fix pruning test broken by 2 hour manual prune windowRussell Yanofsky2017-02-231-1/+6
* QA: Test GBT size/weight limit valuesLuke Dashjr2017-02-201-0/+8
* Use 2 hour grace period for key timestamps in importmulti rescansRussell Yanofsky2017-02-161-2/+5
* [qa] Extend import-rescan.py to test imports on pruned nodes.Russell Yanofsky2017-02-161-21/+43
* [qa] Extend import-rescan.py to test specific key timestampsRussell Yanofsky2017-02-161-11/+15
* [qa] Simplify import-rescan.pyRussell Yanofsky2017-02-161-112/+112
* Merge #9765: Harden against mistakes handling invalid blocksWladimir J. van der Laan2017-02-161-2/+2
|\
| * Harden against mistakes handling invalid blocksSuhas Daftuar2017-02-151-2/+2
* | Merge #9756: Return error when importmulti called with invalid address.Wladimir J. van der Laan2017-02-151-0/+10
|\ \
| * | Return error when importmulti called with invalid address.Russell Yanofsky2017-02-131-0/+10
* | | Merge #9108: Use importmulti timestamp when importing watch only keys (on top...Wladimir J. van der Laan2017-02-151-1/+32
|\ \ \
| * | | Use importmulti timestamp when importing watch only keysRussell Yanofsky2017-02-101-1/+32
* | | | Merge #9720: net: fix banning and disallow sending messages before receiving ...Wladimir J. van der Laan2017-02-142-0/+146
|\ \ \ \
| * | | | qa: add a test to detect leaky p2p messagesCory Fields2017-02-132-0/+146
| * | | | qa: Expose on-connection to mininode listenersMatt Corallo2017-02-131-0/+2
| * | | | qa: mininode learns when a socket connects, not its first actionMatt Corallo2017-02-131-12/+24
* | | | | Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 secWladimir J. van der Laan2017-02-143-12/+130
|\ \ \ \ \
| * | | | | Add a test for P2P inactivity timeoutsMatt Corallo2017-02-092-0/+104
| * | | | | qa: Expose on-connection to mininode listenersMatt Corallo2017-02-081-0/+2
| * | | | | qa: mininode learns when a socket connects, not its first actionMatt Corallo2017-02-081-12/+24
| |/ / / /
* | | | | Merge #9682: Require timestamps for importmulti keysWladimir J. van der Laan2017-02-142-3/+37
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Use MTP for importmulti "now" timestampsRussell Yanofsky2017-02-101-1/+1
| * | | Add test to check new importmulti "now" valueRussell Yanofsky2017-02-101-0/+2
| * | | Require timestamps for importmulti keysRussell Yanofsky2017-02-102-3/+35
* | | | Merge #9707: Fix RPC failure testingMarcoFalke2017-02-102-4/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix RPC failure testingJohn Newbery2017-02-082-4/+21
| |/ /
* | | Merge #9532: Remove unused variablesWladimir J. van der Laan2017-02-075-6/+2
|\ \ \ | |/ / |/| |
| * | Remove unused Python variablespracticalswift2017-01-135-6/+2
* | | Merge #9650: Better handle invalid parameters to signrawtransactionWladimir J. van der Laan2017-02-061-3/+31
|\ \ \
| * | | [qa] test signrawtransaction merge with missing inputsMatt Corallo2017-02-021-0/+16
| * | | [qa] Add second input to signrawtransaction test caseMatt Corallo2017-02-021-3/+5
| * | | [qa] Test that decoderawtransaction throws with extra data appendedMatt Corallo2017-02-021-0/+10
| | |/ | |/|
* / | [wallet] Set correct metadata on bumpfee wallet transactionsRussell Yanofsky2017-02-021-0/+9
|/ /
* | qa: Actually test assertions in pruning.pyMarcoFalke2017-01-261-21/+17
* | Merge #9628: qa: Increase a sync_blocks timeout in pruning.pyMarcoFalke2017-01-261-1/+1
|\ \
| * | qa: Increase a sync_blocks timeout in pruning.pySuhas Daftuar2017-01-251-1/+1