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

Extend Broadcast Window For Attestations #13858

Merged
merged 2 commits into from
Apr 8, 2024
Merged

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Apr 8, 2024

What type of PR is this?

Bug Fix

What does this PR do? Why is it needed?

With EIP7045, attestations are valid from both the current and previous epoch. Our broadcast method chooses to filter out attestations which are beyond 32 slots. With Deneb this would be unnecessarily rejection valid attestations. This PR fixes it.

Which issues(s) does this PR fix?

N.A

Other notes for review

@nisdas nisdas requested a review from a team as a code owner April 8, 2024 04:28
@nisdas nisdas added Ready For Review A pull request ready for code review Networking P2P related items labels Apr 8, 2024
@nisdas nisdas enabled auto-merge April 8, 2024 04:43
@nisdas nisdas added this pull request to the merge queue Apr 8, 2024
Merged via the queue into develop with commit 1a0c07d Apr 8, 2024
17 checks passed
@nisdas nisdas deleted the fixBroadcastEIP7045 branch April 8, 2024 04:56
@MaximilianMeister
Copy link

Would it be possible to get a mini 5.0.4 release with this change? The spammy logs are summing up rapidly on my machine. I'm counting ~3.5 Million lines of logs in the last 6 days. Thanks!

$ sudo journalctl -u prysm-beaconchain --since "6 days ago" | grep -c "Attestation is too old"
3487376

nisdas added a commit that referenced this pull request Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Networking P2P related items Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants