lighthouse/beacon_node/network/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
..
attestation_service Add flag to import all attestations (#1941) 2020-11-22 23:58:25 +00:00
beacon_processor Move some rpc processing to the beacon_processor (#1936) 2020-11-19 23:33:44 +00:00
router Move some rpc processing to the beacon_processor (#1936) 2020-11-19 23:33:44 +00:00
service Upgrade discovery and restructure task execution (#1693) 2020-10-05 18:45:54 +11:00
sync move sync state to the chains KV (#1940) 2020-11-22 23:58:23 +00:00
error.rs Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
lib.rs Move some rpc processing to the beacon_processor (#1936) 2020-11-19 23:33:44 +00:00
metrics.rs Gossipsub scoring (#1668) 2020-11-12 01:48:28 +00:00
nat.rs Update libp2p (#1865) 2020-11-06 04:14:14 +00:00
persisted_dht.rs Add database schema versioning (#1688) 2020-10-01 11:12:36 +10:00
service.rs Avoid string initialization in network metrics and replace by &str where possible (#1898) 2020-11-18 23:31:37 +00:00
status.rs Move some rpc processing to the beacon_processor (#1936) 2020-11-19 23:33:44 +00:00