lighthouse-pulse/beacon_node/rest_api/src
Luke Anderson 77e2f576af
Further aligning the API & implementation.
- Completed implementation of /beacon/head
 - renamed 'latest_finalized_checkpoint' to 'current_finalized_checkpoint' for consistency
 - Reorganised list of endpoints in both spec & router so that they match
 - Fixed the content-type modifications for /metrics
 - Added a new 'RFC' tag to the spec, to tag things that we have not implemented and aren't sure if it's useful.
 - Moved 'deposit_contract' under /spec
2019-08-28 21:25:38 +10:00
..
beacon.rs Further aligning the API & implementation. 2019-08-28 21:25:38 +10:00
config.rs Fix block processing blowup, upgrade metrics (#500) 2019-08-19 21:02:34 +10:00
helpers.rs Validator API (#504) 2019-08-28 00:40:35 +10:00
lib.rs Further aligning the API & implementation. 2019-08-28 21:25:38 +10:00
metrics.rs Further aligning the API & implementation. 2019-08-28 21:25:38 +10:00
network.rs Started aligning API spec with implementation. 2019-08-28 02:05:19 +10:00
node.rs Changes to rest_api (#480) 2019-08-10 17:15:15 +10:00
spec.rs Bootstrap (#501) 2019-08-23 15:53:53 +10:00
url_query.rs Validator API (#504) 2019-08-28 00:40:35 +10:00
validator.rs Validator API (#504) 2019-08-28 00:40:35 +10:00