remove extraneous gossip condition
This commit is contained in:
parent
dae5b87c2b
commit
bda07e15ad
|
@ -91,8 +91,6 @@ Alias `block = signed_beacon_block.message`, `execution_payload = block.body.exe
|
||||||
-- i.e. `execution_payload.timestamp == compute_timestamp_at_slot(state, block.slot)`.
|
-- i.e. `execution_payload.timestamp == compute_timestamp_at_slot(state, block.slot)`.
|
||||||
- _[REJECT]_ Gas used is less than the gas limit --
|
- _[REJECT]_ Gas used is less than the gas limit --
|
||||||
i.e. `execution_payload.gas_used <= execution_payload.gas_limit`.
|
i.e. `execution_payload.gas_used <= execution_payload.gas_limit`.
|
||||||
- _[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)
|
*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.
|
(see block "data validity" conditions) that rely more heavily on execution-layer state and logic are currently under consideration.
|
||||||
|
|
Loading…
Reference in New Issue