lighthouse/beacon_node/store/src
Michael Sproul 9244f7f7bc
Improvements to Deneb store upon review (#4693)
* Start testing blob pruning

* Get rid of unnecessary orphaned blob column

* Make random blob tests deterministic

* Test for pruning being blocked by finality

* Fix bugs and test fork boundary

* A few more tweaks to pruning conditions

* Tweak oldest_blob_slot semantics

* Test margin pruning

* Clean up some terminology and lints

* Schema migrations for v18

* Remove FIXME

* Prune blobs on finalization not every slot

* Fix more bugs + tests

* Address review comments
2023-09-25 14:21:54 -04:00
..
impls Rename eip4844 to deneb (#4129) 2023-03-26 11:49:16 -04:00
chunk_writer.rs Implement checkpoint sync (#2244) 2021-09-22 00:37:28 +00:00
chunked_iter.rs Fix bug in block root storage (#4663) 2023-08-28 05:34:28 +00:00
chunked_vector.rs rust 1.72 lints (#4659) 2023-08-24 14:33:24 -04:00
config.rs More deneb cleanup (#4640) 2023-08-20 21:17:17 -04:00
errors.rs More deneb cleanup (#4640) 2023-08-20 21:17:17 -04:00
forwards_iter.rs Merge unstable 20230911 into deneb-free-blobs. 2023-09-11 12:09:58 +10:00
garbage_collection.rs merge upstream, add back get_blobs logic 2023-02-13 16:29:21 -05:00
hot_cold_store.rs Improvements to Deneb store upon review (#4693) 2023-09-25 14:21:54 -04:00
impls.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
iter.rs Fix lints for Rust 1.63 (#3459) 2022-08-12 00:56:39 +00:00
leveldb_store.rs Merge branch 'unstable' of https://github.com/sigp/lighthouse into merge-unstable-deneb-aug-24 2023-08-24 14:34:32 -04:00
lib.rs Improvements to Deneb store upon review (#4693) 2023-09-25 14:21:54 -04:00
memory_store.rs Initial Commit of Retrospective OTB Verification (#3372) 2022-07-30 00:22:38 +00:00
metadata.rs Improvements to Deneb store upon review (#4693) 2023-09-25 14:21:54 -04:00
metrics.rs More deneb cleanup (#4640) 2023-08-20 21:17:17 -04:00
partial_beacon_state.rs Merge branch 'remove-into-gossip-verified-block' of https://github.com/realbigsean/lighthouse into merge-unstable-deneb-june-6th 2023-07-06 16:51:35 -04:00
reconstruct.rs Cache target attester balances for unrealized FFG progression calculation (#4362) 2023-06-30 01:13:06 +00:00