Skip to content

Commit 38ec2b2

Browse files
authored
eip7732: use bid in block parent validation (#4648)
1 parent 984af99 commit 38ec2b2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

specs/gloas/p2p-interface.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ regards to the `ExecutionPayload` are removed:
202202
- [IGNORE] The block's parent (defined by `block.parent_root`) passes all
203203
validation (including execution node verification of the
204204
`block.body.execution_payload`).
205-
- [REJECT] The block's parent (defined by `block.parent_root`) passes
206-
validation.
207205

208206
And instead the following validations are set in place with the alias
209207
`bid = signed_execution_payload_bid.message`:
@@ -212,8 +210,8 @@ And instead the following validations are set in place with the alias
212210
execution node **is complete**:
213211
- [REJECT] The block's execution payload parent (defined by
214212
`bid.parent_block_hash`) passes all validation.
215-
- [REJECT] The block's parent (defined by `block.parent_root`) passes
216-
validation.
213+
- [REJECT] The bid's parent (defined by `bid.parent_block_root`) equals the
214+
block's parent (defined by `block.parent_root`).
217215

218216
###### `execution_payload`
219217

0 commit comments

Comments
 (0)