mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-28 18:23:38 +00:00
Fix database pruning post-Gloas - Fix DB pruning logic (and state summaries DAG) - Get the `beacon_chain` tests running with `FORK_NAME=gloas` 🎉 Co-Authored-By: Michael Sproul <michael@sigmaprime.io> Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com> Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com> Co-Authored-By: dapplion <35266934+dapplion@users.noreply.github.com> Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu>
16 lines
740 B
Plaintext
16 lines
740 B
Plaintext
# Files that have been intentionally deleted and should not be re-added.
|
|
# This prevents accidentally reviving files during botched merges.
|
|
# Add one file path per line (relative to repo root).
|
|
|
|
beacon_node/beacon_chain/src/otb_verification_service.rs
|
|
beacon_node/store/src/partial_beacon_state.rs
|
|
beacon_node/store/src/consensus_context.rs
|
|
beacon_node/beacon_chain/src/block_reward.rs
|
|
beacon_node/http_api/src/attestation_performance.rs
|
|
beacon_node/http_api/src/block_packing_efficiency.rs
|
|
beacon_node/http_api/src/block_rewards.rs
|
|
common/eth2/src/lighthouse/attestation_performance.rs
|
|
common/eth2/src/lighthouse/block_packing_efficiency.rs
|
|
common/eth2/src/lighthouse/block_rewards.rs
|
|
consensus/types/src/execution/state_payload_status.rs
|