lighthouse/beacon_node/network/src
Paul Hauner 8e7dd7b2b1 Add remaining network ops to queuing system (#1546)
## Issue Addressed

NA

## Proposed Changes

- Refactors the `BeaconProcessor` to remove some excessive nesting and file bloat
  - Sorry about the noise from this, it's all contained in 4d3f8c5 though.
- Adds exits, proposer slashings, attester slashings to the `BeaconProcessor` so we don't get overwhelmed with large amounts of slashings (which happened a few hours ago).

## Additional Info

NA
2020-08-19 05:09:53 +00:00
..
attestation_service Discover query grouping (#1364) 2020-07-29 02:43:50 +00:00
beacon_processor Add remaining network ops to queuing system (#1546) 2020-08-19 05:09:53 +00:00
router Add remaining network ops to queuing system (#1546) 2020-08-19 05:09:53 +00:00
service Add multiaddr support in bootnodes (#1481) 2020-08-17 02:13:26 +00:00
sync Purge out-dated head chains on chain completion (#1538) 2020-08-18 05:22:34 +00:00
error.rs Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
lib.rs Process gossip blocks on the GossipProcessor (#1523) 2020-08-17 09:20:27 +00:00
metrics.rs Add remaining network ops to queuing system (#1546) 2020-08-19 05:09:53 +00:00
persisted_dht.rs Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
service.rs Add multiaddr support in bootnodes (#1481) 2020-08-17 02:13:26 +00:00