Skip to content

Commit

Permalink
remove extraneous gossip condition
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo committed Oct 26, 2021
1 parent eb18aca commit f8074b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions specs/merge/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ Alias `block = signed_beacon_block.message`, `execution_payload = block.body.exe
i.e. `execution_payload.gas_used <= execution_payload.gas_limit`.
- _[REJECT]_ The execution payload block hash is not equal to the parent hash --
i.e. `execution_payload.block_hash != execution_payload.parent_hash`.
- _[REJECT]_ The execution payload transaction list data is within expected size limits,
the data MUST NOT be larger than the SSZ list-limit.

*Note*: Additional [gossip validations](https://github.com/ethereum/devp2p/blob/master/caps/eth.md#block-encoding-and-validity)
(see block "data validity" conditions) that rely more heavily on execution-layer state and logic are currently under consideration.
Expand Down

0 comments on commit f8074b0

Please sign in to comment.