mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-30 19:34:37 +00:00
I noticed that `beacon_node/http_api/src/beacon/execution_payload_envelope.rs` was recently removed but not added to the forbidden-files.txt. Add the removed file to the forbidden list to ensure it isn't accidentally re-added by a merge or rebase. Co-Authored-By: Mac L <mjladson@pm.me>
19 lines
873 B
Plaintext
19 lines
873 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
|
|
beacon_node/http_api/src/beacon/execution_payload_envelope.rs
|
|
common/eth2/src/lighthouse/attestation_performance.rs
|
|
common/eth2/src/lighthouse/block_packing_efficiency.rs
|
|
common/eth2/src/lighthouse/block_rewards.rs
|
|
common/test_random_derive/
|
|
consensus/types/src/execution/state_payload_status.rs
|
|
consensus/types/src/test_utils/test_random/
|