lighthouse/beacon_node/beacon_chain
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
..
src Don't create a execution payload with same timestamp as terminal block (#3331) 2022-07-18 23:15:41 +00:00
tests Don't create a execution payload with same timestamp as terminal block (#3331) 2022-07-18 23:15:41 +00:00
Cargo.toml Allow TaskExecutor to be used in async tests (#3178) 2022-05-16 08:35:59 +00:00