lighthouse/beacon_node/rest_api
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
..
src Made async functions work! 2019-09-11 00:40:22 +10:00
Cargo.toml WIP: Trying to get futures to work... 2019-09-10 17:16:41 +10:00