aboutsummaryrefslogtreecommitdiff
path: root/qa
Commit message (Expand)AuthorAgeFilesLines
...
| * | [qa] Add tests for uncompressed pubkeys in segwitSuhas Daftuar2016-10-161-8/+117
| * | Make test framework produce lowS signaturesJohnson Lau2016-10-161-2/+23
| * | Add standard limits for P2WSH with testsJohnson Lau2016-10-161-0/+111
* | | [qa] Build v4 blocks in p2p-compactblocktestsMatt Corallo2016-10-151-0/+1
* | | [qa] Send segwit-encoded blocktxn messages in p2p-compactblocksMatt Corallo2016-10-141-10/+18
|/ /
* | Merge #8904: [qa] Fix compact block shortids for a test caseWladimir J. van der Laan2016-10-131-1/+3
|\ \
| * | [qa] Fix compact block shortids for a test caseDagur Valberg Johannsson2016-10-101-1/+3
* | | Merge #8882: [qa] Fix race conditions in p2p-compactblocks.py and sendheaders.pyMarcoFalke2016-10-112-44/+48
|\ \ \ | |/ / |/| |
| * | [qa] Fix race condition in sendheaders.pySuhas Daftuar2016-10-061-42/+26
| * | [qa] Another attempt to fix race condition in p2p-compactblocks.pySuhas Daftuar2016-10-041-2/+22
* | | [qa] Update p2p-compactblocks.py for compactblocks v2Suhas Daftuar2016-10-041-194/+389
* | | [qa] Add support for compactblocks v2 to mininodeSuhas Daftuar2016-10-041-4/+31
* | | [qa] Fix bug in mininode witness deserializationSuhas Daftuar2016-10-041-3/+3
* | | Fix overly-prescriptive p2p-segwit test for new fetch logicMatt Corallo2016-10-041-9/+1
|/ /
* | Merge #8860: [qa] util: Move wait_bitcoinds() into stop_nodes()MarcoFalke2016-10-038-23/+12
|\ \
| * | [qa] util: Move wait_bitcoinds() into stop_nodes()MarcoFalke2016-10-028-23/+12
* | | [qa] mininode: Only allow named args in wait_untilMarcoFalke2016-10-023-3/+3
|/ /
* | Merge #8854: [qa] Fix race condition in p2p-compactblocks testMarcoFalke2016-10-012-1/+3
|\ \
| * | [qa] Fix race condition in p2p-compactblocks testSuhas Daftuar2016-09-302-1/+3
* | | Merge #8839: test: Avoid ConnectionResetErrors during RPC testsWladimir J. van der Laan2016-09-301-2/+3
|\ \ \
| * | | test: Avoid ConnectionResetErrors during RPC testsWladimir J. van der Laan2016-09-291-2/+3
* | | | Merge #8840: test: Explicitly set encoding to utf8 when opening text filesWladimir J. van der Laan2016-09-307-12/+12
|\ \ \ \
| * | | | test: Explicitly set encoding to utf8 when opening text filesWladimir J. van der Laan2016-09-297-12/+12
* | | | | Merge #8841: [qa] fix nulldummy testWladimir J. van der Laan2016-09-301-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix nulldummy.py testJohnson Lau2016-09-301-0/+2
| |/ / /
* | | | Merge #8834: [qa] blockstore: Switch to dumb dbmWladimir J. van der Laan2016-09-291-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | [qa] blockstore: Switch to dumb dbmMarcoFalke2016-09-291-3/+3
* | | | Merge #8835: [qa] nulldummy.py: Don't run unused codeWladimir J. van der Laan2016-09-291-6/+4
|\ \ \ \
| * | | | [qa] nulldummy: Don't run unused codeMarcoFalke2016-09-291-6/+4
| |/ / /
* | | | Merge #8827: [qa] Split up slow RPC calls to avoid pruning test timeoutsMarcoFalke2016-09-291-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | [qa] Split up slow RPC calls to avoid pruning test timeoutsSuhas Daftuar2016-09-281-1/+4
* | | | Merge #8810: tests: Add exception error message for JSONRPCExceptionWladimir J. van der Laan2016-09-271-1/+5
|\ \ \ \
| * | | | tests: Add exception error message for JSONRPCExceptionWladimir J. van der Laan2016-09-251-1/+5
| | |/ / | |/| |
* | | | Merge #8803: Ping regularly in p2p-segwit.py to keep connection aliveWladimir J. van der Laan2016-09-271-0/+3
|\ \ \ \
| * | | | Ping regularly in p2p-segwit.py to keep connection aliveJohnson Lau2016-09-251-0/+3
* | | | | Merge #8780: [rpc] Deprecate getinfoWladimir J. van der Laan2016-09-262-20/+26
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [qa] Add getinfo smoke tests and rework versionbits testMarcoFalke2016-09-252-20/+23
| * | | | [rpc] Deprecate getinfoMarcoFalke2016-09-212-7/+10
* | | | | Merge #8789: [qa] pull-tester: Only print output when failedMarcoFalke2016-09-241-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [qa] pull-tester: Only print output when failedMarcoFalke2016-09-221-2/+2
| |/ / /
* | | | Merge #8636: Implement NULLDUMMY softfork (BIP147)Wladimir J. van der Laan2016-09-222-0/+149
|\ \ \ \ | |/ / / |/| | |
| * | | Implement NULLDUMMY softforkJohnson Lau2016-08-312-0/+149
* | | | Merge #8739: [qa] Fix broken sendcmpct test in p2p-compactblocks.pyWladimir J. van der Laan2016-09-201-21/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix broken sendcmpct test in p2p-compactblocks.pySuhas Daftuar2016-09-151-21/+37
* | | | Merge #8676: Add missing copyright headersWladimir J. van der Laan2016-09-191-0/+3
|\ \ \ \
| * | | | [copyright] Add missing copyright headersisle29832016-09-111-0/+3
* | | | | Merge #8750: [qa] Refactor RPCTestHandler to prevent TimeoutExpiredWladimir J. van der Laan2016-09-191-4/+10
|\ \ \ \ \
| * | | | | [qa] Refactor RPCTestHandler to prevent TimeoutExpiredMarcoFalke2016-09-171-4/+10
* | | | | | Merge #8716: [qa] wallet: Check legacy wallet as wellWladimir J. van der Laan2016-09-191-2/+3
|\ \ \ \ \ \
| * | | | | | [qa] wallet: Check legacy wallet as wellMarcoFalke2016-09-141-2/+3
| | |_|/ / / | |/| | | |