lighthouse-pulse/consensus/proto_array/src
Paul Hauner 1a833ecc17 Add more logging for invalid payloads (#3515)
## Issue Addressed

NA

## Proposed Changes

Adds more `debug` logging to help troubleshoot invalid execution payload blocks. I was doing some of this recently and found it to be challenging.

With this PR we should be able to grep `Invalid execution payload` and get one-liners that will show the block, slot and details about the proposer.

I also changed the log in `process_invalid_execution_payload` since it was a little misleading; the `block_root` wasn't necessary the block which had an invalid payload.

## Additional Info

NA
2022-08-29 14:34:42 +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 Reset payload statuses when resuming fork choice (#3498) 2022-08-29 14:34:41 +00:00
proto_array.rs Add more logging for invalid payloads (#3515) 2022-08-29 14:34:42 +00:00
ssz_container.rs v1.1.6 Fork Choice changes (#2822) 2021-12-13 20:43:22 +00:00