lighthouse/beacon_node/eth2_libp2p/src
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
..
behaviour Update logs + do not downscore peers if WE time out (#1901) 2020-11-16 04:06:14 +00:00
discovery Add additional libp2p tests (#1867) 2020-11-19 22:32:09 +00:00
peer_manager Avoid string initialization in network metrics and replace by &str where possible (#1898) 2020-11-18 23:31:37 +00:00
rpc Add additional libp2p tests (#1867) 2020-11-19 22:32:09 +00:00
types Add additional libp2p tests (#1867) 2020-11-19 22:32:09 +00:00
config.rs Add flag to import all attestations (#1941) 2020-11-22 23:58:25 +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 Misc Peer sync info adjustments (#1896) 2020-11-13 09:00:10 +00:00