lighthouse/beacon_node
Luke Anderson b8667217f0
Made async functions work!
- Cleaned up imports
 - Moved ApiError and such to it's own error.rs
 - Obsoleted 'success_response' in favour of new async regular and json only flavours
 - Made ApiError work async and be derived from hyper errors
 - Added a check to ensure an error is thrown if a non-json encoding is requested on a json-only function
 - Made all the individual service functions return futures (only node and network for now)
2019-09-11 00:40:22 +10:00
..
beacon_chain Change which pre state is logged 2019-09-08 21:11:16 -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-08 12:25:35 -04:00
network Add additional logging for gossip messages 2019-09-08 18:51:24 -04:00
rest_api Made async functions work! 2019-09-11 00:40:22 +10:00
rpc Merge branch 'master' into api-alignment 2019-09-04 10:54:23 +10:00
src Merge latest interop 2019-09-05 03:03:45 +10: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