mirror of
https://github.com/nspcc-dev/neofs-sdk-go.git
synced 2026-03-01 04:29:18 +00:00
Provide account deposit #148
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#148
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 @cthulhu-rider on GitHub (Jan 31, 2023).
There is no functionality for NeoFS account deposit. It's completely unclear what user should do before payment operation (e.g. create container).
@roman-khimov commented on GitHub (Jan 31, 2023):
That is something done on the mainnet, I'd say it's a bit out of scope of the SDK (which is based on gRPC now). It should be explained somewhere, but creating a transaction on mainnet is something that can be done in many ways.
@cthulhu-rider commented on GitHub (Jan 31, 2023):
Talking about the code - agree, but IMO SDK should at least hint to the user what needs to be done for the deposit (when it is needed) and leave hints that can help him with this (e.g. Neo Go). Otherwise user can receive
insufficient fundserror and scratch his head 🤔