lighthouse/beacon_node/execution_layer/src
Pawan Dhananjay e5e4e62758 Don't create a execution payload with same timestamp as terminal block (#3331)
## Issue Addressed

Resolves #3316 

## Proposed Changes

This PR fixes an issue where lighthouse created a transition block with `block.execution_payload().timestamp == terminal_block.timestamp` if the terminal block was created at the slot boundary.
2022-07-18 23:15:41 +00:00
..
engine_api Add merge support to simulator (#3292) 2022-07-18 23:15:40 +00:00
test_utils Don't create a execution payload with same timestamp as terminal block (#3331) 2022-07-18 23:15:41 +00:00
engine_api.rs Don't create a execution payload with same timestamp as terminal block (#3331) 2022-07-18 23:15:41 +00:00
engines.rs Further remove EE redundancy (#3324) 2022-07-13 20:31:39 +00:00
lib.rs Don't create a execution payload with same timestamp as terminal block (#3331) 2022-07-18 23:15:41 +00:00
metrics.rs Remove builder redundancy (#3294) 2022-07-01 01:15:19 +00:00
payload_status.rs Simplify error handling after engines fallback removal (#3283) 2022-07-04 02:56:13 +00:00