aboutsummaryrefslogtreecommitdiff
path: root/qa
AgeCommit message (Expand)Author
2016-10-03[qa] Fix race condition in p2p-compactblocks testSuhas Daftuar
2016-10-03Fix nulldummy.py testJohnson Lau
2016-10-03test: Avoid ConnectionResetErrors during RPC testsWladimir J. van der Laan
2016-10-03[qa] nulldummy: Don't run unused codeMarcoFalke
2016-10-03[qa] blockstore: Switch to dumb dbmMarcoFalke
2016-10-03[qa] Split up slow RPC calls to avoid pruning test timeoutsSuhas Daftuar
2016-10-03Ping regularly in p2p-segwit.py to keep connection aliveJohnson Lau
2016-09-26Implement NULLDUMMY softforkJohnson Lau
2016-09-26Fix broken sendcmpct test in p2p-compactblocks.pySuhas Daftuar
2016-09-26Add p2p test for BIP 152 (compact blocks)Suhas Daftuar
2016-09-26Add support for compactblocks to mininodeSuhas Daftuar
2016-09-26Tests: refactor compact size serialization in mininodeSuhas Daftuar
2016-09-26Implement SipHash in PythonPieter Wuille
2016-09-26Add basic test for IsStandard witness transaction blindinginstagibbs
2016-09-21[copyright] Add missing copyright headersisle2983
2016-09-21[qa] wallet: Check legacy wallet as wellMarcoFalke
2016-09-21[qa] walletbackup: Sync blocks inside the loopMarcoFalke
2016-09-21[doc] - clarify statement about parallel jobs in rpc-tests.pyisle2983
2016-09-21[qa] pull-tester: Don't mute zmq ImportErrorMarcoFalke
2016-09-21[qa] abandonconflict: Use assert_equalMarcoFalke
2016-09-21[qa] Rework hd wallet dump testMarcoFalke
2016-09-21[qa]: enable rpcbind_testwhythat
2016-09-21[qa]: add parsing for '<host>:<port>' argument form to rpc_url()whythat
2016-09-21[QA] Add walletdump RPC test (including HD- & encryption-tests)Jonas Schnelli
2016-09-21Fix SIGHASH_SINGLE bug in test_framework SignatureHashJohnson Lau
2016-09-21p2psegwit.py transaction is rejected due to premature witness not sizeinstagibbs
2016-09-21Update p2p-segwit.py to reflect correct AskFor behaviorinstagibbs
2016-09-19[qa] Refactor RPCTestHandler to prevent TimeoutExpiredMarcoFalke
2016-09-16[qa] create_cache: Delete temp dir when doneMarcoFalke
2016-09-16[qa] remove root test directory for RPC testswhythat
2016-08-26[wallet] rpc: Drop misleading optionMarcoFalke
2016-08-10Bugfix: Use pre-BIP141 sigops until segwit activatesLuke Dashjr
2016-08-04Fix p2p-feefilter.py for changed tx relay behaviorSuhas Daftuar
2016-07-27[Wallet] Add CKeyMetadata record for HDMasterKey(s), factor out HD key genera...Jonas Schnelli
2016-07-27[0.13] Create a new HD seed after encrypting the walletJonas Schnelli
2016-07-26qa: Add test for standardness of segwit v0 outputsSuhas Daftuar
2016-07-25[Wallet] Correct hdmasterkeyid/masterkeyid name confusionJonas Schnelli
2016-07-19Rename "block cost" to "block weight"Suhas Daftuar
2016-07-18Merge #8323: Add HD keypath to CKeyMetadata, report metadata in validateaddressWladimir J. van der Laan
2016-07-18Merge #8305: Improve handling of unconnecting headersWladimir J. van der Laan
2016-07-15[Wallet] comsetic non-code changes for the HD featureJonas Schnelli
2016-07-14[qa] Solve merge conflict of 4324bd237c3147fc153ba5046c211f03e8ac956aMarcoFalke
2016-07-14Merge #8312: Fix mempool DoS vulnerability from malleated transactionsWladimir J. van der Laan
2016-07-14Merge #8311: Rename CTxinWitness -> CTxInWitnessWladimir J. van der Laan
2016-07-12Add test for handling of unconnecting headersSuhas Daftuar
2016-07-09[QA] extend wallet-hd test to cover HD metadataJonas Schnelli
2016-07-08Merge #7540: Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYWladimir J. van der Laan
2016-07-08Merge #8309: [qa] Add wallet-hd testWladimir J. van der Laan
2016-07-07Test that unnecessary witnesses can't be used for mempool DoSSuhas Daftuar
2016-07-07[qa] Add wallet-hd testMarcoFalke