aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/rest.py
AgeCommit message (Collapse)Author
2014-12-09[REST] /rest/block response with full tx detailsJonas Schnelli
- rest block request returns full unfolded tx details - /rest/block/notxdetails/<HASH> returns block where transactions are only represented by its hash
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