Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | MOVEONLY: core/ -> primitives/ | Luke Dashjr | |
2014-11-27 | [REST] make selection of output-format mandatory, support dot url syntax | Jonas Schnelli | |
1. Remove the default format (binary) because `rest/block/<hash>/Hex` would end up delivering binary data. 2. List available formats when chosen format was not found (reduces need for documentation) 3. Change url syntax to dot extension like format chosing (like `rest/tx/<hash>.json` | |||
2014-11-26 | [REST] give an appropriate response in warmup phase | Jonas Schnelli | |
2014-11-26 | [REST] fix headersonly flag for BINARY responses | Jonas Schnelli | |
2014-11-20 | minor style cleanup after HTTP rest interface merge | Philip Kaufmann | |
- no code changes | |||
2014-11-18 | Properly lock cs_main in rest_block | Pieter Wuille | |
2014-11-18 | HTTP REST: minor fixes | Jeff Garzik | |
1) const-ify internal helper ParseHashStr() 2) use HTTPError() helper when returning HTTP_NOT_FOUND | |||
2014-11-11 | Add unauthenticated HTTP REST interface to public blockchain data. | Jeff Garzik | |