lighthouse/beacon_node/rest_api
Luke Anderson 1dd86baf1a
Cleaning up the rest of the API functions.
- Removed all unused imports
 - Fixed random compiler errors
 - Removed all of the 'sucess_response' helpers.
 - Enabled all of the API endpoints again, wrapping in 'into_boxfut'
 - Tidied up /metrics endpoint
 - Added a 'body_text' part to ResponseBuilder, mainly for the Prometheus /metrics endpoint
 - Cleaned up the unnecessary helpers::* imports, to be more explicit.
2019-09-13 19:38:40 +10:00
..
src Cleaning up the rest of the API functions. 2019-09-13 19:38:40 +10:00
Cargo.toml WIP: Trying to get futures to work... 2019-09-10 17:16:41 +10:00