lighthouse/beacon_node/rest_api/src
Luke Anderson 23ce271b5f
Return HTTP 202 to indicate processing error.
- A processing error of a validator's block or attestation should not prevent publishing. Now a 202 error is returned, to indicate that it has not been processed, but has still been published.
 - Added a publish_attestation function to the API, handling POST requests for /beacon/validator/attestation.
2019-09-13 21:22:32 +10:00
..
beacon.rs Renamed 'InvalidQueryParams' to 'BadRequest', since it is a more general error that is returned in a number of cases. 2019-09-13 20:52:12 +10:00
config.rs Make gRPC and HTTP on by default 2019-09-01 19:33:21 +10:00
error.rs Return HTTP 202 to indicate processing error. 2019-09-13 21:22:32 +10:00
helpers.rs Return HTTP 202 to indicate processing error. 2019-09-13 21:22:32 +10:00
lib.rs Return HTTP 202 to indicate processing error. 2019-09-13 21:22:32 +10:00
macros.rs Converted the Beacon API service to Futures 2019-09-11 01:43:49 +10:00
metrics.rs Restructured response builder to give YAML or JSON when SSZ is not available, not just JSON. 2019-09-13 20:42:56 +10:00
network.rs Restructured response builder to give YAML or JSON when SSZ is not available, not just JSON. 2019-09-13 20:42:56 +10:00
node.rs Restructured response builder to give YAML or JSON when SSZ is not available, not just JSON. 2019-09-13 20:42:56 +10:00
response_builder.rs Renamed 'InvalidQueryParams' to 'BadRequest', since it is a more general error that is returned in a number of cases. 2019-09-13 20:52:12 +10:00
spec.rs Restructured response builder to give YAML or JSON when SSZ is not available, not just JSON. 2019-09-13 20:42:56 +10:00
url_query.rs Renamed 'InvalidQueryParams' to 'BadRequest', since it is a more general error that is returned in a number of cases. 2019-09-13 20:52:12 +10:00
validator.rs Return HTTP 202 to indicate processing error. 2019-09-13 21:22:32 +10:00