-
Notifications
You must be signed in to change notification settings - Fork 37
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
node: Use github.com/nspcc-dev/neofs-api-go/v2
module less
#3079
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3079 +/- ##
==========================================
- Coverage 22.14% 22.12% -0.03%
==========================================
Files 794 794
Lines 59484 59563 +79
==========================================
+ Hits 13175 13176 +1
- Misses 45405 45483 +78
Partials 904 904 ☔ View full report in Codecov by Sentry. |
This was the only direct importer of to-be-deprecated `neofs-api-go/v2` module in `pkg/local_object_storage` space. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
798d7a0
to
cf96d43
Compare
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 like the last commit needs to be squashed. OK otherwise.
This refactors storage node app making it to use gRPC connection to remote nodes for request forwarding without wrappers. The behavior is preserved with some error text added/changed for the better. Avoid importing `github.com/nspcc-dev/neofs-api-go/v2/rpc` packages. The only place left will naturally go with coming SDK upgrade. One step closer to whole `neofs-api-go` module's deprecation. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
8a9237a
to
fdc0a42
Compare
sure, fixed |
one more cut from #3057, continues #3078