nimbus-eth2/beacon_chain/block_pools
tersec 48893f1c2e
add ncli_db subcommand to prune database of unnecessary blocks and states (#1593)
* add ncli_db subcommand to prune database of unnecessary blocks, states, and state roots

* tweak comments

* reduce default aggressiveness in pruning old states

* move copyPrunedDatabase() to ncli_db, as it's not generally useful as part of beacon_chain_db and doesn't use any internal interfaces
2020-09-11 15:20:34 +02:00
..
block_pools_types.nim add ncli_db subcommand to prune database of unnecessary blocks and states (#1593) 2020-09-11 15:20:34 +02:00
chain_dag.nim Quick fix to prune some states, pending smarter state storage (#1624) 2020-09-11 10:03:50 +02:00
clearance.nim address issue #1552 (#1601) 2020-09-04 08:39:46 +02:00
quarantine.nim stop discarding future epochs; remove a StateCache() construction (#1610) 2020-09-07 15:04:33 +00:00
spec_cache.nim implement clock disparity for attestation validation (#1568) 2020-08-27 09:34:12 +02:00