lighthouse/beacon_node
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
..
beacon_chain Fix deadlock on becaon chain head 2019-09-10 22:42:07 -04:00
client WIP: Added POST functionality for pusblish_beacon_block. Currently doesn't compile, struggling with the borrow checker. 2019-09-09 12:54:14 +10:00
eth2-libp2p Merge branch 'interop' of github.com:sigp/lighthouse into interop 2019-09-10 12:18:37 -04:00
network Add additional logging for gossip messages 2019-09-08 18:51:24 -04:00
rest_api Cleaning up the rest of the API functions. 2019-09-13 19:38:40 +10:00
rpc Add additional logs to validator client 2019-09-10 17:40:21 -04:00
src Add whiteblock script, CLI options to support it 2019-09-10 12:13:54 -04:00
store Fix block processing blowup, upgrade metrics (#500) 2019-08-19 21:02:34 +10:00
version Apply clippy suggestions 2019-03-19 23:20:39 +11:00
Cargo.toml Move bootstrapper into own crate 2019-09-01 19:32:57 +10:00