-
Notifications
You must be signed in to change notification settings - Fork 245
added contexts to Celestia DataAvailabilityLayerClient #623
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
Conversation
Co-authored-by: Tomasz Zdybał <[email protected]>
Co-authored-by: Tomasz Zdybał <[email protected]>
Co-authored-by: Tomasz Zdybał <[email protected]>
Co-authored-by: Tomasz Zdybał <[email protected]>
Co-authored-by: Tomasz Zdybał <[email protected]>
Co-authored-by: Tomasz Zdybał <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #623 +/- ##
==========================================
- Coverage 55.59% 55.46% -0.14%
==========================================
Files 50 50
Lines 10301 10301
==========================================
- Hits 5727 5713 -14
- Misses 3714 3723 +9
- Partials 860 865 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
tzdybal
left a comment
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.
One comment, but applies in multiple places - please rename variable from context to ctx.
tzdybal
left a comment
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 good. I left small comment regarding tests. Please rebase.
tzdybal
left a comment
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.
LGTM
Overview
Adding
Contextparameters to theCheckBlockAvailability,SubmitBlock, andRetrieveBlocksfunctions of theDataAvailabilityLayerClientobject. Work-in-progress.Goal is to enable requests to be cancelled easily, or allow them to have deadlines.
Resolves #354.
Checklist