-
Notifications
You must be signed in to change notification settings - Fork 38
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
go.mod: Upgrade to latest github.com/nspcc-dev/neofs-sdk-go #2489
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2489 +/- ##
==========================================
- Coverage 29.91% 29.84% -0.07%
==========================================
Files 405 405
Lines 30880 30879 -1
==========================================
- Hits 9237 9217 -20
- Misses 20856 20869 +13
- Partials 787 793 +6
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more 📢 Have feedback on the report? Share it here. |
c936623
to
30d7436
Compare
Please upgrade to RC11. |
e4a42f6
to
c1d3b03
Compare
Lets keep it in sync with #2547. If it is merged first, then #2547 should |
* `Client` methods' signature were slightly changed * object search `Read` method returns error instead of bool now, but `Iterate` is almost the same and, at the same time, much easier * test randomizers do not return pointers now Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
The constant is now declared in the NeoFS SDK and has same value, so NeoFS API Go usage is not needed anymore for this. Refs #1147. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
After recent changes, NeoFS SDK provides methods to access user container/object attributes only, so there is no more need to filter them manually. Refs #1147. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
SDK recently provided full functionality related to object filters, so there is no more need to import API Go lib. Refs #1147. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
SDK recently provided constructor of signature instances that can be used when the signature is transmitted differently from the NeoFS API protocol (e.g. in smart contracts or in Control service). Refs #1147. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
They have already been resolved earlier. Closes #1147. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
Conflicts |
c1d3b03
to
61df6c8
Compare
… only Previously, storage node selected objects with split ID similar to the one in the removed object and marked relatives as garbage. This didn't make any sense when split info was without split ID inside. From now `deleteChildren` accepts `object.SplitID` by value making it impossible to be called without split ID. As a consequence, this method is called from the `delete` one only if node contains split ID of the parent object. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
As you wish. Since that PR it going first, nothing may be done here. |
untagged, but still
i'm in progress with #2488, maybe addtional SDK fixes will be needed