lighthouse/beacon_node/eth2_libp2p
blacktemplar 6ba997b88e add direction information to PeerInfo (#1768)
## Issue Addressed

NA

## Proposed Changes

Adds a direction field to `PeerConnectionStatus` that can be accessed by calling `is_outgoing` which will return `true` iff the peer is connected and the first connection was an outgoing one.
2020-10-16 05:24:21 +00:00
..
src add direction information to PeerInfo (#1768) 2020-10-16 05:24:21 +00:00
tests Updates the message-id according to the Networking Spec (#1752) 2020-10-14 06:51:58 +00:00
Cargo.toml Gossipsub topic filters (#1767) 2020-10-14 10:12:57 +00:00