lighthouse/beacon_node
realbigsean a3552a4b70 Node endpoints (#1778)
## Issue Addressed

`node` endpoints in #1434

## Proposed Changes

Implement these:
```
 /eth/v1/node/health
 /eth/v1/node/peers/{peer_id}
 /eth/v1/node/peers
```
- Add an `Option<Enr>` to `PeerInfo`
- Finish implementation of `/eth/v1/node/identity`

## Additional Info
- should update the `peers` endpoints when #1764 is resolved



Co-authored-by: realbigsean <seananderson33@gmail.com>
2020-10-22 02:59:42 +00:00
..
beacon_chain Optimize attester slashing (#1745) 2020-10-22 01:43:54 +00:00
client Fix head tracker concurrency bugs (#1771) 2020-10-19 05:58:39 +00:00
eth1 Update external deps (#1711) 2020-10-05 08:22:19 +00:00
eth2_libp2p Node endpoints (#1778) 2020-10-22 02:59:42 +00:00
genesis Update external deps (#1711) 2020-10-05 08:22:19 +00:00
http_api Node endpoints (#1778) 2020-10-22 02:59:42 +00:00
http_metrics Fix head tracker concurrency bugs (#1771) 2020-10-19 05:58:39 +00:00
network Sync state adjustments (#1804) 2020-10-22 00:26:06 +00:00
operation_pool Optimize attester slashing (#1745) 2020-10-22 01:43:54 +00:00
src Fix head tracker concurrency bugs (#1771) 2020-10-19 05:58:39 +00:00
store Fix head tracker concurrency bugs (#1771) 2020-10-19 05:58:39 +00:00
tests Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
timer Upgrade discovery and restructure task execution (#1693) 2020-10-05 18:45:54 +11:00
websocket_server Update external deps (#1711) 2020-10-05 08:22:19 +00:00
Cargo.toml Bump version to v0.3.0 (#1743) 2020-10-09 02:05:30 +00:00