aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/rest.py
AgeCommit message (Expand)Author
2016-05-15[qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke
2016-05-05[qa] Switch to py3MarcoFalke
2016-04-10[qa] py2: Unfiddle strings into bytes explicitlyMarcoFalke
2016-03-31[qa] Use python2/3 syntaxMarcoFalke
2016-01-13[qa] Fix pyton syntax in rpc testsMarcoFalke
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-09-02tests: GET requests cannot have request body, use POST in rest.pyWladimir J. van der Laan
2015-08-19Merge pull request #6539Wladimir J. van der Laan
2015-08-14Implement REST mempool API, add test and documentation.Pavel Janík
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
2015-07-18univalue: Avoid unnecessary roundtrip through double for numbersWladimir J. van der Laan
2015-07-05[REST] add JSON support for /rest/headers/Jonas Schnelli
2015-06-01Merge pull request #6193Wladimir J. van der Laan
2015-05-27[REST] remove json input for getutxos, limit to query max. 15 outpointsJonas Schnelli
2015-05-18[QA] restructure rpc tests directoryJonas Schnelli
2015-04-21[QA] rest.py RPC test: change setgenerate() to generate()Jonas Schnelli
2015-04-21[REST] getutxos REST command (based on Bip64)Jonas Schnelli
2015-04-01Introduce separate 'generate' RPC callPieter Wuille
2014-12-29[REST] add /rest/chaininfosJonas Schnelli
2014-12-12Add /rest/headersPieter Wuille
2014-12-09[REST] /rest/block response with full tx detailsJonas Schnelli
2014-12-05Fix missing python2 in rpc-testsMatt Corallo
2014-12-02Fix rest.py test after #5376Wladimir J. van der Laan
2014-12-01[REST] add REST interface tests in rpc-test sectionJonas Schnelli