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

increase block attestation wait time #2705

Merged
merged 1 commit into from
Jul 6, 2021
Merged

increase block attestation wait time #2705

merged 1 commit into from
Jul 6, 2021

Commits on Jul 6, 2021

  1. increase block attestation wait time

    We generally send out attestations 250 ms after the block arrives.
    Recent efficiency improvements have led to a slightly increased
    incidence of "slot 0" issues  where attestations are dropped by other
    nodes because they have not yet had time to process the block due to
    epoch processing taking time.
    
    This PR mitigates the problem by increasing the window between receiving
    the block and sending out attestations.
    arnetheduck committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    dcd4172 View commit details
    Browse the repository at this point in the history