aboutsummaryrefslogtreecommitdiff
path: root/qa
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | [qa]: add parsing for '<host>:<port>' argument form to rpc_url()whythat2016-07-251-1/+9
* | | | | [QA] Add walletdump RPC test (including HD- & encryption-tests)Jonas Schnelli2016-07-282-0/+121
| |/ / / |/| | |
* | | | Port from 0.13: Create a new HD seed after encrypting the walletJonas Schnelli2016-07-281-0/+10
* | | | Merge #8381: Make witness v0 outputs non-standardWladimir J. van der Laan2016-07-261-0/+78
|\ \ \ \ | |/ / / |/| | |
| * | | qa: Add test for standardness of segwit v0 outputsSuhas Daftuar2016-07-231-0/+78
| |/ /
* / / [Wallet] Correct hdmasterkeyid/masterkeyid name confusionJonas Schnelli2016-07-211-1/+1
|/ /
* | Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-3/+3
* | Merge #8323: Add HD keypath to CKeyMetadata, report metadata in validateaddressWladimir J. van der Laan2016-07-181-1/+11
|\ \
| * | [Wallet] comsetic non-code changes for the HD featureJonas Schnelli2016-07-151-2/+2
| * | [QA] extend wallet-hd test to cover HD metadataJonas Schnelli2016-07-091-0/+10
* | | Merge #8305: Improve handling of unconnecting headersWladimir J. van der Laan2016-07-181-0/+105
|\ \ \
| * | | Add test for handling of unconnecting headersSuhas Daftuar2016-07-121-0/+105
* | | | [qa] Solve merge conflict of 4324bd237c3147fc153ba5046c211f03e8ac956aMarcoFalke2016-07-141-1/+1
* | | | Merge #8312: Fix mempool DoS vulnerability from malleated transactionsWladimir J. van der Laan2016-07-141-3/+51
|\ \ \ \
| * | | | Test that unnecessary witnesses can't be used for mempool DoSSuhas Daftuar2016-07-071-3/+51
| |/ / /
* | | | Merge #8311: Rename CTxinWitness -> CTxInWitnessWladimir J. van der Laan2016-07-143-28/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | Rename CTxinWitness -> CTxInWitnessBob McElrath2016-07-063-28/+28
| |/ /
* | | Merge #7540: Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYWladimir J. van der Laan2016-07-083-9/+9
|\ \ \
| * | | Rename NOP3 to CHECSEQUENCEVERIFY in rpc testsBtcDrak2016-06-282-5/+5
| * | | Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYBtcDrak2016-06-281-4/+4
| | |/ | |/|
* | | Merge #8309: [qa] Add wallet-hd testWladimir J. van der Laan2016-07-083-0/+82
|\ \ \ | |_|/ |/| |
| * | [qa] Add wallet-hd testMarcoFalke2016-07-072-0/+78
| * | [qa] test_framework: Add wrapper for stop_nodeMarcoFalke2016-07-071-0/+4
| |/
* / Tests: Increase sync_blocks() timeouts in pruning.pySuhas Daftuar2016-06-281-2/+2
|/
* Merge #8149: Segregated witness rebasedWladimir J. van der Laan2016-06-247-34/+2126
|\