lighthouse/beacon_node/eth2_libp2p/src
Age Manning ba0f3daf9d Gossipsub update (#1400)
## Issue Addressed

N/A

## Proposed Changes

This provides a number of corrections and improvements to gossipsub. Specifically
- Enables options for greater privacy around the message author
- Provides greater flexibility on message validation
- Prevents unvalidated messages from being gossiped
- Shifts the duplicate cache to a time-based cache inside gossipsub
- Updates the message-id to handle bytes
- Bug fixes related to mesh maintenance and topic subscription. This should improve our attestation inclusion rate.
2020-07-29 03:40:22 +00:00
..
behaviour Gossipsub update (#1400) 2020-07-29 03:40:22 +00:00
discovery Discover query grouping (#1364) 2020-07-29 02:43:50 +00:00
peer_manager Discover query grouping (#1364) 2020-07-29 02:43:50 +00:00
rpc Fix clippy lints rpc (#1401) 2020-07-28 01:39:42 +00:00
types Activate peer scoring (#1284) 2020-07-07 10:13:16 +10:00
config.rs Gossipsub update (#1400) 2020-07-29 03:40:22 +00:00
lib.rs Activate peer scoring (#1284) 2020-07-07 10:13:16 +10:00
metrics.rs Discovery metrics (#1276) 2020-06-19 15:36:03 +10:00
service.rs Activate peer scoring (#1284) 2020-07-07 10:13:16 +10:00