aboutsummaryrefslogtreecommitdiff
path: root/qa
Commit message (Expand)AuthorAgeFilesLines
* Rename binaries to match DogecoinRoss Nicoll2018-02-184-16/+16
* Update tx output in p2p-fullblocktest.py (#1474)Ross Nicoll2018-02-181-2/+5
* Clean up RPC tests (#1465)Ross Nicoll2018-02-115-24/+30
* Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-01-2036-290/+510
* Merge AuxPoW support from NamecoreRoss Nicoll2017-08-133-8/+247
* [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
* | | Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks ...Wladimir J. van der Laan2017-01-232-0/+81
|\ \ \
| * | | Testing: listsinceblock should not use orphan block height.Karl-Johan Alm2017-01-182-0/+81
* | | | Merge #9607: Remove redundant semicolons in Python codeWladimir J. van der Laan2017-01-235-12/+12
|\ \ \ \
| * | | | Remove redundant semicolons in Python codepracticalswift2017-01-205-12/+12
* | | | | Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...Wladimir J. van der Laan2017-01-201-1/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [QA] Add test for fundrawtransactions new reserveChangeKey optionJonas Schnelli2017-01-191-1/+27
* | | | | Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan2017-01-192-0/+318
|\ \ \ \ \ | |/ / / / |/| | | |