-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
[PROD] Attestation is not included in any AggregateAndProof #4045
Comments
it's noticed that the
the reason of almost 1s delay is probably due to the I/O lag in #4002, it takes almost 0.5s to get a response from our beacon node
it takes 0.5s for
normally it takes almost no time to get an attestation data
also note that 3869280 is an epoch transition slot |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions. |
Describe the bug
Validator 270124 submitted timely attestation with correct data:
the attestation were sent to 15 peers
however it's not included in any AggregateAndProof and became missed
note that validator 270114 submitted attestation at same slot and same time but it was not missed
Expected behavior
attestation is not missed
The text was updated successfully, but these errors were encountered: