aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/test_framework
AgeCommit message (Expand)Author
2017-01-12Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan
2017-01-05test: Add test for RPC named argumentsWladimir J. van der Laan
2017-01-05authproxy: Add support for RPC named argumentsWladimir J. van der Laan
2016-12-13Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.Chris Moore
2016-12-04[qa] pruning: Use cached utxo set to run fasterMarcoFalke
2016-12-02Merge #9221: [qa] Get rid of duplicate codeMarcoFalke
2016-12-02[qa] Get rid of duplicate codeMarcoFalke
2016-11-30[qa] Dump debug logs on travis failures.Suhas Daftuar
2016-11-28Fix some typosfsb4000
2016-11-23Merge #9139: Change sync_blocks to pick smarter maxheight (on top of #9196)MarcoFalke
2016-11-21Make test constant consistent with consensus.hBtcDrak
2016-11-21Merge #8872: Remove block-request logic from INV message processingWladimir J. van der Laan
2016-11-15[qa] add assert_raises_message to check specific error messagemrbandrews
2016-11-14[qa] Avoid 2 list comprehensions in sync_blocksRussell Yanofsky
2016-11-14[qa] Fix sync_blocks timeout argumentRussell Yanofsky
2016-11-14[qa] Improve sync_blocks error messages.Russell Yanofsky
2016-11-11[qa] Change sync_blocks to pick smarter maxheightRussell Yanofsky
2016-11-10Merge #9097: [qa] Rework sync_* and preciousblock.pyMarcoFalke
2016-11-09Merge #8894: [Testing] Include fRelay in mininode version messagesWladimir J. van der Laan
2016-11-09Fix mininode version message formatjnewbery
2016-11-07[qa] Make comptool push blocks instead of relying on inv-fetchmrbandrews
2016-11-07[qa] test_framework: Exit when tmpdir existsMarcoFalke
2016-11-07[qa] util: Rework sync_*()MarcoFalke
2016-11-07Merge #9077: [qa] Increase wallet-dump RPC timeoutMarcoFalke
2016-11-07[qa] Add more helpful RPC timeout messageRussell Yanofsky
2016-11-07[qa] Increase wallet-dump RPC timeoutRussell Yanofsky
2016-11-06[copyright] copyright header style uniformisle2983
2016-10-18Merge #6996: Add preciousblock RPCWladimir J. van der Laan
2016-10-17test segwit uncompressed key fixesJohnson Lau
2016-10-16Make test framework produce lowS signaturesJohnson Lau
2016-10-04[qa] Add support for compactblocks v2 to mininodeSuhas Daftuar
2016-10-04[qa] Fix bug in mininode witness deserializationSuhas Daftuar
2016-10-03Merge #8860: [qa] util: Move wait_bitcoinds() into stop_nodes()MarcoFalke
2016-10-02[qa] mininode: Only allow named args in wait_untilMarcoFalke
2016-10-02[qa] util: Move wait_bitcoinds() into stop_nodes()MarcoFalke
2016-10-01Merge #8854: [qa] Fix race condition in p2p-compactblocks testMarcoFalke
2016-09-30[qa] Fix race condition in p2p-compactblocks testSuhas Daftuar
2016-09-30Merge #8839: test: Avoid ConnectionResetErrors during RPC testsWladimir J. van der Laan
2016-09-29test: Explicitly set encoding to utf8 when opening text filesWladimir J. van der Laan
2016-09-29test: Avoid ConnectionResetErrors during RPC testsWladimir J. van der Laan
2016-09-29[qa] blockstore: Switch to dumb dbmMarcoFalke
2016-09-25tests: Add exception error message for JSONRPCExceptionWladimir J. van der Laan
2016-09-19Merge #8676: Add missing copyright headersWladimir J. van der Laan
2016-09-13Merge #8652: [qa]: remove root test directory for RPC testsMarcoFalke
2016-09-11[copyright] Add missing copyright headersisle2983
2016-09-09Merge #8667: Fix SIGHASH_SINGLE bug in test_framework SignatureHashMarcoFalke
2016-09-07add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields
2016-09-06Fix SIGHASH_SINGLE bug in test_framework SignatureHashJohnson Lau
2016-09-05remove root test directory for RPC testswhythat
2016-08-26Add preciousblock testsPieter Wuille