aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/rest.py
Commit message (Expand)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-021-1/+1
* Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-09-191-10/+10
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-191-8/+13
* rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUESTdjpnewton2016-09-011-5/+5
* [qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke2016-05-151-4/+5
* [qa] Switch to py3MarcoFalke2016-05-051-16/+9
* [qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke2016-04-101-8/+7
* [qa] Use python2/3 syntaxMarcoFalke2016-03-311-4/+5
* [qa] Fix pyton syntax in rpc testsMarcoFalke2016-01-131-8/+6
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* tests: GET requests cannot have request body, use POST in rest.pyWladimir J. van der Laan2015-09-021-16/+26
* Merge pull request #6539Wladimir J. van der Laan2015-08-191-1/+1
|\
| * typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
* | Implement REST mempool API, add test and documentation.Pavel Janík2015-08-141-0/+13
|/
* univalue: Avoid unnecessary roundtrip through double for numbersWladimir J. van der Laan2015-07-181-1/+2
* [REST] add JSON support for /rest/headers/Jonas Schnelli2015-07-051-4/+35
* Merge pull request #6193Wladimir J. van der Laan2015-06-011-56/+56
|\
| * [REST] remove json input for getutxos, limit to query max. 15 outpointsJonas Schnelli2015-05-271-56/+56
* | [QA] restructure rpc tests directoryJonas Schnelli2015-05-181-2/+3
|/
* [QA] rest.py RPC test: change setgenerate() to generate()Jonas Schnelli2015-04-211-4/+4
* [REST] getutxos REST command (based on Bip64)Jonas Schnelli2015-04-211-8/+178
* Introduce separate 'generate' RPC callPieter Wuille2015-04-011-1/+1
* [REST] add /rest/chaininfosJonas Schnelli2014-12-291-1/+8
* Add /rest/headersPieter Wuille2014-12-121-14/+35
* [REST] /rest/block response with full tx detailsJonas Schnelli2014-12-091-1/+28
* Fix missing python2 in rpc-testsMatt Corallo2014-12-051-1/+1
* Fix rest.py test after #5376Wladimir J. van der Laan2014-12-021-2/+2
* [REST] add REST interface tests in rpc-test sectionJonas Schnelli2014-12-011-0/+62