aboutsummaryrefslogtreecommitdiff
path: root/qa
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge #8724: [qa] walletbackup: Sync blocks inside the loopMarcoFalke2016-09-191-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | [qa] walletbackup: Sync blocks inside the loopMarcoFalke2016-09-141-3/+4
| |/ /
* / / [qa] create_cache: Delete temp dir when doneMarcoFalke2016-09-131-2/+8
|/ /
* | Merge #8652: [qa]: remove root test directory for RPC testsMarcoFalke2016-09-132-4/+7
|\ \
| * | fix path for bak filewhythat2016-09-051-3/+3
| * | remove root test directory for RPC testswhythat2016-09-051-1/+4
| |/
* | Merge #8528: Update p2p-segwit.py to reflect correct behaviorWladimir J. van der Laan2016-09-131-3/+7
|\ \
| * | p2psegwit.py transaction is rejected due to premature witness not sizeinstagibbs2016-08-181-1/+6
| * | Update p2p-segwit.py to reflect correct AskFor behaviorinstagibbs2016-08-161-2/+1
* | | Merge #8667: Fix SIGHASH_SINGLE bug in test_framework SignatureHashMarcoFalke2016-09-091-1/+1
|\ \ \
| * | | Fix SIGHASH_SINGLE bug in test_framework SignatureHashJohnson Lau2016-09-061-1/+1
| | |/ | |/|
* | | Merge #8680: Address Travis spurious failuresWladimir J. van der Laan2016-09-091-2/+6
|\ \ \
| * | | add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields2016-09-071-2/+6
| |/ /
* / / Add basic test for IsStandard witness transaction blindinginstagibbs2016-09-051-1/+17
|/ /
* | rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUESTdjpnewton2016-09-011-5/+5
* | [doc] - clarify statement about parallel jobs in rpc-tests.pyisle29832016-08-291-2/+2
* | Merge #8607: [doc] Fix doxygen off-by-one comments, fix typosWladimir J. van der Laan2016-08-281-5/+5
|\ \
| * | [qa] pull-tester: Don't mute zmq ImportErrorMarcoFalke2016-08-221-5/+5
* | | [wallet] rpc: Drop misleading optionMarcoFalke2016-08-241-22/+13
* | | Merge #8450: [Test] Replace rpc_wallet_tests.cpp with python RPC unit testsWladimir J. van der Laan2016-08-242-0/+95
|\ \ \
| * | | Account wallet feature RPC tests.Patrick Strateman2016-08-072-0/+95
* | | | [qa] Remove unused codeMarcoFalke2016-08-194-9/+3
* | | | Revert "[qa] Adjust timeouts for micro-optimization of run time"Wladimir J. van der Laan2016-08-181-2/+2
* | | | Merge #8531: [qa] abandonconflict: Use assert_equalWladimir J. van der Laan2016-08-181-13/+13
|\ \ \ \
| * | | | [qa] abandonconflict: Use assert_equalMarcoFalke2016-08-171-13/+13
* | | | | Merge #8482: [qa] Use single cache dir for chainsWladimir J. van der Laan2016-08-176-22/+33
|\ \ \ \ \
| * | | | | [qa] Use single cache dir for chainsMarcoFalke2016-08-073-11/+14
| * | | | | [qa] Adjust timeouts for micro-optimization of run timeMarcoFalke2016-08-071-2/+2
| * | | | | [qa] Sort scripts by time for pull_tester and don't overwrite setup_chainMarcoFalke2016-07-154-9/+17
| | |_|/ / | |/| | |
* | | | | qa: Remove duplicate `hash160` implementationWladimir J. van der Laan2016-08-161-3/+0
| |_|_|/ |/| | |
* | | | qa/rpc-tests/segwit: Test GBT sigops before and after activationLuke Dashjr2016-08-081-7/+45
| |/ / |/| |
* | | Merge #8444: Fix p2p-feefilter.py for changed tx relay behaviorWladimir J. van der Laan2016-08-041-2/+12
|\ \ \
| * | | Fix p2p-feefilter.py for changed tx relay behaviorSuhas Daftuar2016-08-011-2/+12
* | | | Merge #8391: Consensus: Remove ISMWladimir J. van der Laan2016-08-043-42/+43
|\ \ \ \ | |_|_|/ |/| | |
| * | | Consensus: Remove ISMNicolasDorier2016-07-233-42/+43
* | | | Merge #8442: [qa] Rework hd wallet dump testWladimir J. van der Laan2016-08-031-80/+64
|\ \ \ \
| * | | | [qa] Rework hd wallet dump testMarcoFalke2016-08-011-80/+64
| | |/ / | |/| |
* | | | Merge #8418: Add tests for compact blocksWladimir J. van der Laan2016-08-024-76/+970
|\ \ \ \ | |/ / / |/| | |
| * | | Add p2p test for BIP 152 (compact blocks)Suhas Daftuar2016-07-292-0/+609
| * | | Add support for compactblocks to mininodeSuhas Daftuar2016-07-291-4/+272
| * | | Tests: refactor compact size serialization in mininodeSuhas Daftuar2016-07-291-72/+25
| * | | Implement SipHash in PythonPieter Wuille2016-07-291-0/+64
* | | | Merge #8400: [qa]: enable rpcbind_testMarcoFalke2016-07-313-129/+102
|\ \ \ \
| * | | | [qa]: enable rpcbind_testwhythat2016-07-252-128/+93