-
Notifications
You must be signed in to change notification settings - Fork 969
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(share/eds) Add Accessor test infra #3425
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## shwap #3425 +/- ##
========================================
Coverage ? 43.61%
========================================
Files ? 287
Lines ? 16578
Branches ? 0
========================================
Hits ? 7231
Misses ? 8508
Partials ? 839 ☔ 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.
SGTM
Linter complains |
Linter complains, because it is older version of linter in ci. Fixed to satisfy ci linter |
c4550bf
to
60e757e
Compare
Adds middleware to protect AccessorCloser from multiple Closes. Based on #3425
Adds generalised testing framework for file interface implementaions Also adds non-inclusion proofs handling in RowNamespaceDataFromShares and closes celestiaorg#3428
Adds middleware to protect AccessorCloser from multiple Closes. Based on celestiaorg#3425
Adds generalised testing framework for file interface implementaions
Also adds non-inclusion proofs handling in RowNamespaceDataFromShares and closes #3428