lighthouse/consensus/proto_array/src
Paul Hauner 4fc0cb121c Remove some "wontfix" TODOs for the merge (#3449)
## Issue Addressed

NA

## Proposed Changes

Removes three types of TODOs:

1. `execution_layer/src/lib.rs`: It was [determined](https://github.com/ethereum/consensus-specs/issues/2636#issuecomment-988688742) that there is no action required here.
2. `beacon_processor/worker/gossip_methods.rs`: Removed TODOs relating to peer scoring that have already been addressed via `epe.penalize_peer()`.
    - It seems `cargo fmt` wanted to adjust some things here as well 🤷 
3. `proto_array_fork_choice.rs`: it would be nice to remove that useless `bool` for cleanliness, but I don't think it's something we need to do and the TODO just makes things look messier IMO.


## Additional Info

There should be no functional changes to the code in this PR.

There are still some TODOs lingering, those ones require actual changes or more thought.
2022-08-10 13:06:46 +00:00
..
fork_choice_test_definition Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00
bin.rs Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00
error.rs Ensure FC uses the current slot from the store (#3402) 2022-08-02 00:58:25 +00:00
fork_choice_test_definition.rs Remove equivocating validators from fork choice (#3371) 2022-07-28 09:43:41 +00:00
lib.rs Rename random to prev_randao (#3040) 2022-03-03 02:10:57 +00:00
proto_array_fork_choice.rs Remove some "wontfix" TODOs for the merge (#3449) 2022-08-10 13:06:46 +00:00
proto_array.rs Ensure FC uses the current slot from the store (#3402) 2022-08-02 00:58:25 +00:00
ssz_container.rs v1.1.6 Fork Choice changes (#2822) 2021-12-13 20:43:22 +00:00