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

How is MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS guaranteed? #3625

Open
zhiqiangxu opened this issue Mar 18, 2024 · 1 comment
Open

How is MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS guaranteed? #3625

zhiqiangxu opened this issue Mar 18, 2024 · 1 comment

Comments

@zhiqiangxu
Copy link
Contributor

Quoted from here:

Clients MUST support requesting sidecars since minimum_request_epoch, where minimum_request_epoch = max(finalized_epoch, current_epoch - MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS, DENEB_FORK_EPOCH).

What happens if clients don't support requesting sidecars at all for saving bandwidth, is there any kind of punishment in this case?

@dapplion
Copy link
Collaborator

There's no punishment currently. Syncing clients will downscore and eventually disconnect from the non-serving clients. We rely on honest behaviour to uphold this invariant AFAIK.

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

No branches or pull requests

2 participants