nimbus-eth2/beacon_chain/block_pools
Jacek Sieka fc7885b27e Store block summary in database
This introcudes a cache for block summaries, useful for instantiating
the block dag on startup, bringing medalla startup times down from
minutes to seconds.

This is something of a temporary band-aid that would be obsoleted by a
finalized block store.
2020-11-04 11:28:55 +02:00
..
block_pools_types.nim Don't require requests that might fail on non-archive Geth nodes 2020-11-03 23:23:10 +02:00
chain_dag.nim Store block summary in database 2020-11-04 11:28:55 +02: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