lighthouse/beacon_node/execution_layer/src
realbigsean 177aef8f1e Builder profit threshold flag (#3534)
## Issue Addressed

Resolves https://github.com/sigp/lighthouse/issues/3517

## Proposed Changes

Adds a `--builder-profit-threshold <wei value>` flag to the BN. If an external payload's value field is less than this value, the local payload will be used. The value of the local payload will not be checked (it can't really be checked until the engine API is updated to support this).


Co-authored-by: realbigsean <sean@sigmaprime.io>
2022-09-05 04:50:49 +00:00
..
engine_api Align engine API timeouts with spec (#3470) 2022-08-17 02:36:39 +00:00
test_utils Builder profit threshold flag (#3534) 2022-09-05 04:50:49 +00:00
engine_api.rs Add metrics for EE PayloadStatus returns (#3486) 2022-08-19 04:27:23 +00:00
engines.rs Pause sync when EE is offline (#3428) 2022-08-24 23:34:56 +00:00
lib.rs Builder profit threshold flag (#3534) 2022-09-05 04:50:49 +00:00
metrics.rs Add metrics for EE PayloadStatus returns (#3486) 2022-08-19 04:27:23 +00:00
payload_cache.rs Builder Specs v0.2.0 (#3134) 2022-07-30 00:22:37 +00:00
payload_status.rs Remove INVALID_TERMINAL_BLOCK (#3385) 2022-08-10 07:52:58 +00:00