-
Notifications
You must be signed in to change notification settings - Fork 972
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(shwap): Add close once file #3484
Conversation
c4550bf
to
60e757e
Compare
Needs rebase |
Why ValidationAccessor would need to manage state of underlying accessor being closed. Doesnt seem like that should be it responsibility |
3635e5a
to
ef618a4
Compare
ef618a4
to
a80fc0a
Compare
ValidationAccessor is different PR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## shwap #3484 +/- ##
========================================
Coverage ? 43.93%
========================================
Files ? 288
Lines ? 16619
Branches ? 0
========================================
Hits ? 7302
Misses ? 8483
Partials ? 834 ☔ View full report in Codecov by Sentry. |
It wasnt though |
Adds middleware to protect AccessorCloser from multiple Closes. Based on celestiaorg#3425
Adds middleware to protect AccessorCloser from multiple Closes.
Based on #3425