Skip to content

Commit

Permalink
Update specs/_features/ePBS/p2p-interface.md
Browse files Browse the repository at this point in the history
Co-authored-by: g11tech <develop@g11tech.io>
  • Loading branch information
terencechain and g11tech authored Aug 1, 2023
1 parent 643469d commit 13486d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/_features/ePBS/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following validations MUST pass before forwarding the `signed_builder_bid` o
- _[REJECT]_ The signed builder bid pubkey, `bid.pubkey`, exists in state.
- _[IGNORE]_ The signed builder bid value, `bid.value`, is less than builder's balance in state.
- _[IGNORE]_ The signed builder header timestamp is correct with respect to next slot -- i.e. `header.timestamp == compute_timestamp_at_slot(state, current_slot + 1)`.
- _[IGNORE]_ The signed builder header parent block has matches one of the chain tip in the fork choice store. Builder may submit multiple bids with respect to forks.
- _[IGNORE]_ The signed builder header parent block matches one of the chain tip(s) in the fork choice store. Builder may submit multiple bids corresponding to various forks.
- _[REJECT]_ The builder signature, `signed_bid.signature`, is valid with respect to the `bid.pubkey`.

#### Transitioning the gossip
Expand Down

0 comments on commit 13486d0

Please sign in to comment.