lighthouse/beacon_node/execution_layer/src
Mac L 55ac423872 Emit log when fee recipient values are inconsistent (#3202)
## Issue Addressed

#3156

## Proposed Changes

Emit a `WARN` log whenever the value of `fee_recipient` as returned from the EE is different from the value of `suggested_fee_recipient` as set on the BN, for example by the `--suggested-fee-recipient` CLI flag.

## Additional Info

I have set the log level to `WARN` since it is legal behaviour (meaning it isn't really an error but is important to know when it is occurring).

If we feel like this behaviour is almost always undesired (caused by a misconfiguration or malicious EE) then an `ERRO` log would be more appropriate. Happy to change it in that case.
2022-06-03 03:22:54 +00:00
..
engine_api Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
test_utils Allow TaskExecutor to be used in async tests (#3178) 2022-05-16 08:35:59 +00:00
engine_api.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
engines.rs Kiln mev boost (#3062) 2022-03-31 07:52:23 +00:00
lib.rs Emit log when fee recipient values are inconsistent (#3202) 2022-06-03 03:22:54 +00:00
metrics.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
payload_status.rs Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00