mirror of
https://github.com/nspcc-dev/neofs-dev-env.git
synced 2026-03-01 04:29:00 +00:00
wallet/wallet.json is useless #63
Labels
No labels
I2
I3
I4
S2
S3
S4
U0
U2
U3
U4
bug
discussion
documentation
enhancement
feature
good first issue
good first issue
help wanted
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-dev-env#63
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 @notimetoname on GitHub (Jun 19, 2023).
With https://github.com/nspcc-dev/neofs-dev-env/pull/238/commits/61fd192eaa410985e14d5466eb2a966c137cb545 that wallet becomes as useful as any other just-generated wallet. None of
makecommands deposits on it, no container can be created with it, etc. But on the other hand it is still mentioned in README (and indocdir too).I would add a separate
maketarget that replenisheswallet/wallet.jsonand add it as a prerequisite for anyupcommand. @roman-khimov@roman-khimov commented on GitHub (Jun 19, 2023):
IIUC documentation mentions that a GAS transfer should be made, if you can make it easier to use -- OK.
@notimetoname commented on GitHub (Jun 19, 2023):
@roman-khimov, updated the link(s). I read it as "do
make prepare.irandwallet/wallet.jsonis your door to the NeoFS". And that is how I used to use it.Now it is just an empty wallet. Making a transfer to it means a user knows what
neo-gois and how to use it. So I think we should either drop it or make it great (useful) again.BTW, why
neo-goneeds a neofs balance? I think smth is wrong here.@cthulhu-rider commented on GitHub (Dec 20, 2023):
being a DevEnv user, i'd appreciate having both fixed "zero" wallet and the "one with some deposit sufficient for ~80% needs" from the box, e.g.:
wallets/wallet.jsonwith depositwallets/wallet_other.jsonemptyor vice-versa
wallets/wallet.jsonandwallets/wallet_funded.json@roman-khimov commented on GitHub (Jul 7, 2025):
wallets/wallet.jsonwith GAS andwallets/wallet_empty.jsonwithout GAS is a nice combination.