Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-05 | [REST] add JSON support for /rest/headers/ | Jonas Schnelli | |
2015-06-01 | Merge pull request #6193 | Wladimir J. van der Laan | |
6e71efa [REST] remove json input for getutxos, limit to query max. 15 outpoints (Jonas Schnelli) 64b8027 rest.cpp: strip whitespace (Jonas Schnelli) | |||
2015-05-27 | [REST] remove json input for getutxos, limit to query max. 15 outpoints | Jonas Schnelli | |
Remove possibility to send json encoded parameters to `/rest/getutxos/` to avoid possible DoS scenarios. The JSON output option is untouched. | |||
2015-05-18 | [QA] restructure rpc tests directory | Jonas Schnelli | |
* move non-test classes to subdir `test-framework` | |||
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 | |
has parts of @mhearn #4351 * allows querying the utxos over REST * same binary input and outputs as mentioned in Bip64 * input format = output format * various rpc/rest regtests | |||
2015-04-01 | Introduce separate 'generate' RPC call | Pieter Wuille | |
2014-12-29 | [REST] add /rest/chaininfos | Jonas Schnelli | |
2014-12-12 | Add /rest/headers | Pieter Wuille | |
2014-12-09 | [REST] /rest/block response with full tx details | Jonas 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-05 | Fix missing python2 in rpc-tests | Matt Corallo | |
2014-12-02 | Fix rest.py test after #5376 | Wladimir J. van der Laan | |
2014-12-01 | [REST] add REST interface tests in rpc-test section | Jonas Schnelli | |