lighthouse/beacon_node/network/src
Michael Sproul ceeab02e3a Lazy hashing for SignedBeaconBlock in sync (#2916)
## Proposed Changes

Allocate less memory in sync by hashing the `SignedBeaconBlock`s in a batch directly, rather than going via SSZ bytes.

Credit to @paulhauner for finding this source of temporary allocations.
2022-01-14 07:20:54 +00:00
..
beacon_processor Remove penalty for attesting to unknown head (#2903) 2022-01-13 03:08:38 +00:00
router Revert peer DB changes from #2724 (#2828) 2021-11-25 03:45:52 +00:00
service Additional networking metrics (#2549) 2021-12-22 06:17:14 +00:00
subnet_service v1.1.1 spec updates (#2684) 2021-12-02 14:26:54 +11:00
sync Lazy hashing for SignedBeaconBlock in sync (#2916) 2022-01-14 07:20:54 +00:00
error.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
lib.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
metrics.rs Additional networking metrics (#2549) 2021-12-22 06:17:14 +00:00
nat.rs rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
persisted_dht.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
service.rs Add peer score adjustment msgs (#2901) 2022-01-12 05:32:14 +00:00
status.rs Correctly update range status when outdated chains are removed (#2827) 2021-11-26 01:13:49 +00:00