mirror of
https://github.com/nspcc-dev/neofs-sdk-go.git
synced 2026-03-04 04:29:28 +00:00
Should we add node address utils in SDK? #153
Labels
No labels
I2
I3
I4
S1
S2
S3
S4
U0
U1
U2
U2
U2
U3
U4
blocked
bug
client
config
discussion
documentation
enhancement
epic
feature
go
good first issue
help wanted
performance
pool
question
security
task
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-sdk-go#153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rkonfj on GitHub (Feb 21, 2023).
Like this:
nspcc-dev/neofs-node@d4b108d806/pkg/network/address.go@rkonfj commented on GitHub (Feb 21, 2023):
Such a scene:
nspcc-dev/neofs-s3-gw@74f31c3149/cmd/s3-gw/app.go (L121)nspcc-dev/neofs-s3-gw@74f31c3149/internal/neofs/tree.go (L95)If the command line needs to support
multiaddr, where and how to parse it?@roman-khimov commented on GitHub (Jun 21, 2023):
I guess what you need is https://pkg.go.dev/github.com/nspcc-dev/neofs-api-go/v2/rpc/client#ParseURI
I'm not sure it should be a part of the SDK though, SDK provides a client that operates with https://pkg.go.dev/github.com/nspcc-dev/neofs-sdk-go@v1.0.0-rc.9/client#PrmDial.SetServerURI
@roman-khimov commented on GitHub (Dec 31, 2024):
Relevant for the node, https://github.com/nspcc-dev/neofs-node/pull/3057.