nimbus-eth2/beacon_chain/block_pools
Jacek Sieka ca63d48b82
tone down validator exit logging (#1939)
Validators exiting is normal, no need to scream about it

* avoid reallocating seq on big exit queue
* avoid fetching state cache when updating head (it's rarely needed)
* remove incorrectly implemented live validator counts (avoids memory
allocs)
2020-11-02 18:34:23 +01:00
..
block_pools_types.nim misc memory and perf fixes (#1899) 2020-10-22 12:53:33 +02:00
chain_dag.nim tone down validator exit logging (#1939) 2020-11-02 18:34:23 +01:00
clearance.nim use MAXIMUM_GOSSIP_CLOCK_DISPARITY for BeaconBlock verification (#1918) 2020-10-28 14:04:21 +01:00
quarantine.nim stop discarding future epochs; remove a StateCache() construction (#1610) 2020-09-07 15:04:33 +00:00
spec_cache.nim misc memory and perf fixes (#1899) 2020-10-22 12:53:33 +02:00