lighthouse/beacon_node/eth2_libp2p
Paul Hauner 65b1cf2af1 Add flag to import all attestations (#1941)
## Issue Addressed

NA

## Proposed Changes

Adds the `--import-all-attestations` flag which tells the `network::AttestationService` to import/aggregate all attestations after verification (instead of only ones for subnets that are relevant to local validators).

This is useful for testing/debugging and also for creating back-up nodes that should be all cached up and ready for any validator.

## Additional Info

NA
2020-11-22 23:58:25 +00:00
..
src Add flag to import all attestations (#1941) 2020-11-22 23:58:25 +00:00
tests Gossipsub scoring (#1668) 2020-11-12 01:48:28 +00:00
Cargo.toml Avoid string initialization in network metrics and replace by &str where possible (#1898) 2020-11-18 23:31:37 +00:00