Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a builders blacklist for ePBS #14385

Open
potuz opened this issue Aug 26, 2024 · 1 comment
Open

Add a builders blacklist for ePBS #14385

potuz opened this issue Aug 26, 2024 · 1 comment
Labels
ePBS EIP-7732

Comments

@potuz
Copy link
Contributor

potuz commented Aug 26, 2024

We need to keep a blacklist of builders to not take bids from and not gossip bids from. Otherwise a single builder can poisson the p2p stack by submitting high bids. This cache needs to be checked against crucially in two places

  • SignedExecutionPayloadHeader gossip validation
  • Block proposals.
@potuz potuz added the ePBS EIP-7732 label Aug 26, 2024
@shyam-patel-kira
Copy link
Contributor

shyam-patel-kira commented Sep 12, 2024

We need to keep a blacklist of builders to not take bids from and not gossip bids from.

How do we decide on which builders should be added to this blacklist?

Edit: Reply from terence: it's subjective and more of an open design. Example: builder revealed an invalid block. Builder revealed a late block under observation. Buildn't revealed a valid block but didnt reveal any blobs... etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ePBS EIP-7732
Projects
None yet
Development

No branches or pull requests

2 participants