-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat(client): Walkback Channel Timeout in Sad Path #427
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files☔ 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.
This looks good overall. Curious about that TODO
.
This does not prevent a malicious batcher from posting multiple valid frames within the channel window where the first frame is missed because it is posted prior to the l1 origin.... |
1ee0ae2
to
780898a
Compare
780898a
to
31775c0
Compare
Closing for now. Holocene should fix and if we absolutely need, can always re-open. |
Description
An alternative to #424 that walks back the
channel_timeout
in the sad path when the pipeline fails to decode a batch from ready channel data.Metadata
Fixes #417