Drop overflow cache (#5891)

* Drop overflow cache

* Update docs

* Update beacon_node/store/src/lib.rs

* Update data_availability_checker.rs

* Lint
This commit is contained in:
Lion - dapplion
2024-07-11 08:10:24 +02:00
committed by GitHub
parent 8aa02860ed
commit 880523d8d7
6 changed files with 73 additions and 1145 deletions

View File

@@ -289,7 +289,7 @@ impl DBColumn {
/// This function returns the number of bytes used by keys in a given column.
pub fn key_size(self) -> usize {
match self {
Self::OverflowLRUCache => 33, // See `OverflowKey` encode impl.
Self::OverflowLRUCache => 33, // DEPRECATED
Self::BeaconMeta
| Self::BeaconBlock
| Self::BeaconState