lighthouse/beacon_node/rest_api/src
Luke Anderson faef347d18
Fleshed out some API endpoints.
- Added the /beacon/validator/block endpoint for GET (untested)
 - Added the /beacon/fork endpoint for GET
 - Cleaned up a bunch of unused imports & variables
 - Removed '/network/block_discovery' endpoint
2019-08-28 23:33:34 +10:00
..
beacon.rs Fleshed out some API endpoints. 2019-08-28 23:33:34 +10:00
config.rs Fix block processing blowup, upgrade metrics (#500) 2019-08-19 21:02:34 +10:00
helpers.rs Fleshed out some API endpoints. 2019-08-28 23:33:34 +10:00
lib.rs Fleshed out some API endpoints. 2019-08-28 23:33:34 +10:00
metrics.rs Further aligning the API & implementation. 2019-08-28 21:25:38 +10:00
network.rs Started aligning API spec with implementation. 2019-08-28 02:05:19 +10:00
node.rs Changes to rest_api (#480) 2019-08-10 17:15:15 +10:00
spec.rs Bootstrap (#501) 2019-08-23 15:53:53 +10:00
url_query.rs Fleshed out some API endpoints. 2019-08-28 23:33:34 +10:00
validator.rs Fleshed out some API endpoints. 2019-08-28 23:33:34 +10:00