aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/listtransactions.py
Commit message (Expand)AuthorAgeFilesLines
* rpc-tests: fix listtransactions to not spend dustPatrick Lodder2020-07-221-3/+2
* Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-09-191-25/+25
* [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-151-1/+5
* [qa] Switch to py3MarcoFalke2016-05-051-2/+2
* Move method to check matches within arrays on util.pyJoao Fonseca2016-04-191-46/+25
* [qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke2016-04-101-4/+3
* [qa] rpc-tests: Properly use integers, floatsMarcoFalke2016-04-011-1/+1
* [qa] Use python2/3 syntaxMarcoFalke2016-03-311-2/+2
* [qa] mininode: Add and use CONSTsMarcoFalke2016-03-141-2/+2
* RPC: indicate which transactions are replaceableSuhas Daftuar2016-01-191-0/+109
* Merge pull request #7164: Do not download transactions during initial blockch...Wladimir J. van der Laan2016-01-191-0/+5
|\
| * Do not download transactions during inital syncptschip2015-12-151-0/+5
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* Add p2sh option to importaddress to import redeemScriptsMatt Corallo2015-07-201-0/+10
* [QA] restructure rpc tests directoryJonas Schnelli2015-05-181-3/+2
* Introduce separate 'generate' RPC callPieter Wuille2015-04-011-1/+1
* Fix python usage for arch's broken maintainersMatt Corallo2014-11-271-1/+1
* Merge pull request #5121Wladimir J. van der Laan2014-10-271-1/+1
|\
| * Update license in pull-tester and rpc-testsMichael Ford2014-10-231-1/+1
* | Extend getchaintips RPC test.Daniel Kraft2014-10-241-24/+26
|/
* Refactor common RPC test code to BitcoinTestFramework base classGavin Andresen2014-07-091-121/+62
* Fix regression testsGavin Andresen2014-03-241-3/+5
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+3
* Python-based regression testsGavin Andresen2014-02-281-0/+151