-
Notifications
You must be signed in to change notification settings - Fork 179
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
[ALSP] Synchronization Engine BatchRequest
spam detection (Permissionless-related engine level spam detection)
#4704
[ALSP] Synchronization Engine BatchRequest
spam detection (Permissionless-related engine level spam detection)
#4704
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4704 +/- ##
==========================================
- Coverage 52.85% 52.84% -0.01%
==========================================
Files 749 749
Lines 67135 67135
==========================================
- Hits 35483 35480 -3
- Misses 28966 28969 +3
Partials 2686 2686
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for the concern about the handling of irrecoverable errors; the rest looks very good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good 👏 , thanks for applying the comments, there just one minor code styling comment left.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, and thank you for the revisions.
Please address the point on changing the warn-level logs before merging.
…s://github.com/onflow/flow-go into misha/6812-alsp-sync-engine-batch-request-spam
This PR adds ALSP spam level protection to the Synchronization Engine's
BatchRequest
message.This is the third PR to implement ALSP misbehavior reporting at the engine level (first was 4590, second was 4665).
BatchRequest
messages as spamRangeRequest
spam detection (Permissionless-related engine level spam detection) #4665ref: https://github.com/dapperlabs/flow-go/issues/6812