neofs-adm
waits for potentially useless transactions
#1788
Labels
discussion
Open discussion of some problem
good first issue
Good for newcomers
I4
No visible changes
neofs-adm
NeoFS Adm application issues
S3
Minimally significant
U4
Nothing urgent
It is common practice to send some TXs, cache their hashes, and wait for their chain inclusion.
Adm CLI stops if one of the TX has not been persisted but does not stop if one of the TX was failed. Moreover, we return only the first not-HALT-err and drop other errors.
I suggest just stopping iterating on any non-HALT TX. It also would simplify the code.
The text was updated successfully, but these errors were encountered: