lighthouse/beacon_node
Daniel Ramirez Chiquillo 4c109115ca Add a flag to always use payloads from builders (#4052)
## Issue Addressed

#4040 

## Proposed Changes

- Add the `always_prefer_builder_payload`  field to `Config` in `beacon_node/client/src/config.rs`.
- Add that same field to `Inner` in `beacon_node/execution_layer/src/lib.rs`
- Modify the logic for picking the payload in `beacon_node/execution_layer/src/lib.rs`
- Add the `always-prefer-builder-payload` flag to the beacon node CLI
- Test the new flags in `lighthouse/tests/beacon_node.rs`

Co-authored-by: Paul Hauner <paul@paulhauner.com>
2023-03-07 05:37:28 +00:00
..
beacon_chain Optimise payload attributes calculation and add SSE (#4027) 2023-03-05 23:43:30 +00:00
builder_client Merge remote-tracking branch 'origin/unstable' into capella 2023-01-12 16:22:00 +11:00
client Add a flag to always use payloads from builders (#4052) 2023-03-07 05:37:28 +00:00
eth1 exchangeCapabilities & Capella Readiness Logging (#3918) 2023-01-31 18:26:23 +01:00
execution_layer Add a flag to always use payloads from builders (#4052) 2023-03-07 05:37:28 +00:00
genesis Fix the new BLS to execution change test 2023-01-25 15:47:07 +11:00
http_api Optimise payload attributes calculation and add SSE (#4027) 2023-03-05 23:43:30 +00:00
http_metrics Add content-type header to metrics server response (#3970) 2023-02-28 02:20:50 +00:00
lighthouse_network Cleaner logic for gossip subscriptions for new forks (#4030) 2023-03-01 09:22:48 +00:00
network Cleaner logic for gossip subscriptions for new forks (#4030) 2023-03-01 09:22:48 +00:00
operation_pool Fix Capella schema downgrades (#4004) 2023-02-20 17:50:42 +11:00
src Add a flag to always use payloads from builders (#4052) 2023-03-07 05:37:28 +00:00
store Clean capella (#4019) 2023-03-01 03:19:02 +00:00
tests Add a flag to always use payloads from builders (#4052) 2023-03-07 05:37:28 +00:00
timer Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
Cargo.toml Allow compilation with no slasher backend (#3888) 2023-02-28 02:20:49 +00:00