aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.py
AgeCommit message (Expand)Author
2016-01-13Add RPC call abandontransactionAlex Morcos
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-12-22[Tests] Add mempool_limit.py testJonas Schnelli
2015-12-17test: don't override BITCOIND and BITCOINCLI if they're setWladimir J. van der Laan
2015-12-10net: Fix sent reject messages for blocks and transactionsWladimir J. van der Laan
2015-12-01Merge pull request #6915Wladimir J. van der Laan
2015-12-01Add rpc test for prioritisetransactionSuhas Daftuar
2015-12-01Merge pull request #7135Wladimir J. van der Laan
2015-11-30Merge pull request #7044Gregory Maxwell
2015-11-30Add failing test checking timelocked-txn removal during reorgMatt Corallo
2015-11-30[qa] pull-tester: Cleanup (run keypool, tidy stdout)MarcoFalke
2015-11-29Added additional config option for multiple RPC users.Gregory Sanders
2015-11-29Allow block announcements with headersSuhas Daftuar
2015-11-27Merge pull request #6871Wladimir J. van der Laan
2015-11-22Merge pull request #7029Gregory Maxwell
2015-11-16Remove unmaintained example test script_test.pySuhas Daftuar
2015-11-14[qa] travis: cover *receivedby* rpcsMarcoFalke
2015-11-12Merge pull request #6804Wladimir J. van der Laan
2015-11-11Add basic coverage reporting for RPC testsJames O'Beirne
2015-11-10Port test to rpc-test frameworkSuhas Daftuar
2015-11-09Fix crash in validateaddress with -disablewalletWladimir J. van der Laan
2015-10-26Add RPC test for -maxuploadtargetSuhas Daftuar
2015-10-23Merge pull request #6351Wladimir J. van der Laan
2015-10-20Merge pull request #6827Wladimir J. van der Laan
2015-10-20[rpc-tests] Check return codeMarcoFalke
2015-10-16temporarily comment out rpcbind.pyAlex Morcos
2015-10-09Add tests for gettxoutsetinfo, CLevelDBBatch, CLevelDBIteratorJames O'Beirne
2015-10-08Add RPC tests for the CHECKLOCKTIMEVERIFY (BIP65) soft-forkPeter Todd
2015-10-04qa/pull-tester/rpc-tests.py: chmod 0755Jeff Garzik
2015-10-01Migrated rpc-tests.sh to all python rpc-tests.pyptschip