aboutsummaryrefslogtreecommitdiff
path: root/qa
AgeCommit message (Expand)Author
2016-12-07[QA] add fundrawtransaction test on a locked wallet with empty keypoolJonas Schnelli
2016-09-01Merge #8176: [0.12.x]: Versionbits: GBT supportWladimir J. van der Laan
2016-07-15[qa] Switch to py3MarcoFalke
2016-07-08Rename NOP3 to CHECSEQUENCEVERIFY in rpc testsBtcDrak
2016-07-08Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYBtcDrak
2016-06-10[qa] Move create_tx() to util.pyMarcoFalke
2016-06-10[qa] smartfees: Properly use ordered dictMarcoFalke
2016-06-10[qa] test_framework: Properly print exceptions and assert empty dictMarcoFalke
2016-06-10Tests: Fix deserialization of reject messagesSuhas Daftuar
2016-06-10[qa] pull-tester: Don't mute zmq ImportErrorMarcoFalke
2016-06-10Check if zmq is installed in tests, update docsElliot Olds
2016-06-10tests: Check Content-Type header returned from RPC serverWladimir J. van der Laan
2016-06-10[qa] maxblocksinflight: Actually enable testMarcoFalke
2016-06-10[qa] httpbasics: Actually test second connectionMarcoFalke
2016-06-09test_framework: python3.4 authproxy compatWladimir J. van der Laan
2016-06-09test_framework: detect failure of bitcoind startupWladimir J. van der Laan
2016-06-09Create SingleNodeConnCB class for RPC testsAlex Morcos
2016-06-08qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updatesLuke Dashjr
2016-04-27Do not download transactions during inital syncptschip
2016-04-27tests: Make proxy_test work on travis servers without IPv6Wladimir J. van der Laan
2016-04-25Merge #7811: [0.12.2] qa BackportsMarcoFalke
2016-04-19Add listunspent() test for spendable/unspendable UTXOJoao Fonseca
2016-04-19[qa] Remove misleading "errorString syntax"MarcoFalke
2016-04-15[qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke
2016-04-10Tests: make prioritise_transaction.py more robustSuhas Daftuar
2016-04-08Version 2 transactions remain non-standard until CSV activatesSuhas Daftuar
2016-04-05[qa] Bug fixes and refactorMarcoFalke
2016-04-05[qa] wallet: Wait for reindex to catch upMarcoFalke
2016-04-05[qa] Add tests verifychain, lockunspent, getbalance, listsinceblockMarcoFalke
2016-04-05[qa] Test walletpassphrase timeoutMarcoFalke
2016-04-05[qa] wallet: Print maintenanceMarcoFalke
2016-04-05[qa] Extend testsMarcoFalke
2016-04-05[qa] rpc-test: Normalize assert()MarcoFalke
2016-04-04Merge #7543: [0.12] Backport BIP9, BIP68 and BIP112 with softforkWladimir J. van der Laan
2016-04-03[qa] rpc-tests: Properly use integers, floatsBtcDrak
2016-03-31Fix comments in testsBtcDrak
2016-03-29Add bip68-sequence.py to extended rpc testsBtcDrak
2016-03-26Test of BIP9 fork activation of mtp, csv, sequence_lockNicolasDorier
2016-03-23Fix calculation of balances and available coins.Alex Morcos
2016-03-18Add RPC test for BIP 68/112/113 soft fork.Alex Morcos
2016-03-18RPC test for BIP9 warning logicSuhas Daftuar
2016-03-18Bug fix to RPC testAlex Morcos
2016-03-18Add RPC test exercising BIP68 (mempool only)Suhas Daftuar
2016-03-11[doc/log] Fix markdown syntax and line terminate LogPrintMarcoFalke
2016-02-10[rpc-tests] Change solve() to use rehashmrbandrews
2016-01-20RPC: indicate which transactions are replaceableSuhas Daftuar
2016-01-18Fix error in blockchain.py introduced in mergeSuhas Daftuar
2016-01-18Fix help, add RPC tests for getblockheaderJames O'Beirne
2016-01-18[qa] Fix pyton syntax in rpc testsMarcoFalke
2016-01-18Merge pull request #7338Wladimir J. van der Laan