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

Fix bug hashes buffered for busy peer gave false-positive on eth68 check #6427

Merged
merged 3 commits into from
Feb 5, 2024

Conversation

emhane
Copy link
Member

@emhane emhane commented Feb 5, 2024

Closes #6424.

  • Passes around message version of an announcement atomically with the announcement data. Ensures correct message version is used in log output as well as in checks.
  • Renames method filter_unseen_hashes to filter_unseen_and_pending_hashes to better reflect its behaviour and updates logs accordingly.

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see

lgtm

@emhane emhane enabled auto-merge February 5, 2024 22:39
@emhane emhane added this pull request to the merge queue Feb 5, 2024
Merged via the queue into main with commit 75132da Feb 5, 2024
28 checks passed
@emhane emhane deleted the emhane/check-msg-version-bug branch February 5, 2024 22:49
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

Successfully merging this pull request may close these issues.

Unsafe way to check if announcement is eth68
2 participants