lighthouse/beacon_node/eth2_libp2p/src
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
..
behaviour Gossipsub topic filters (#1767) 2020-10-14 10:12:57 +00:00
discovery Node endpoints (#1778) 2020-10-22 02:59:42 +00:00
peer_manager Node endpoints (#1778) 2020-10-22 02:59:42 +00:00
rpc Implement matches! macro (#1777) 2020-10-15 21:42:43 +00:00
types More sync updates (#1791) 2020-10-20 22:34:18 +00:00
config.rs Updates the message-id according to the Networking Spec (#1752) 2020-10-14 06:51:58 +00:00
lib.rs Node endpoints (#1778) 2020-10-22 02:59:42 +00:00
metrics.rs Extended Gossipsub metrics (#1577) 2020-09-01 06:59:14 +00:00
service.rs Upgrade discovery and restructure task execution (#1693) 2020-10-05 18:45:54 +11:00