lighthouse/beacon_node
Luke Anderson ebd97730d5
Converted the Beacon API service to Futures
- Added SSZ encode for HeadResponse
 - Converted all of the /beacon/ endpoints to return BoxFut instead of ApiResult
 - Wrapped all of the '?'s in a new macro try_future!()
 - Copied the try macro to try_future, so that a boxed future can easily be returned.
 - Replaced all of the response serializations to use the new success_response
2019-09-11 01:43:49 +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 Converted the Beacon API service to Futures 2019-09-11 01:43:49 +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