Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/base-chain/specs/protocol/consensus/p2p.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ An [extended-validator] checks the incoming messages as follows, in order of ope
(graceful boundary for worst-case propagation and clock skew)
- `[REJECT]` if the `payload.timestamp` is more than 5 seconds into the future
- `[REJECT]` if the `block_hash` in the `payload` is not valid
- `[REJECT]` if the block is on the V1 topic and has withdrawals
- `[REJECT]` if the block is on the V1 topic and has a withdrawals list
- `[REJECT]` if the block is on a `topic >= V2` and does not have an empty withdrawals list
- `[REJECT]` if the block is on a `topic <= V2` and has a blob gas-used value set
Expand Down