mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
Some of our custom `lighthouse/analysis` endpoints will require maintenance for the Gloas hard fork. We have decided instead to remove those endpoints. We don't utilize them internally and they have pretty limited utility and so we feel they are not worth maintaining. Remove `lighthouse/analysis/attestation_performance` and `lighthouse/analysis/block_packing_efficiency` endpoints. Co-Authored-By: Mac L <mjladson@pm.me>
15 lines
686 B
Plaintext
15 lines
686 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
|