nspcc-dev/neofs-node

`neofs-adm` waits for potentially useless transactions

开放

#1,788 创建于 2022年9月15日

 (0 条评论) (0 个反应) (0 位负责人)Go (49 个派生)auto 404
I4S3U4discussiongood first issueneofs-adm

仓库指标

星标
 (36 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南