open-autonomy icon indicating copy to clipboard operation
open-autonomy copied to clipboard

Investigate the use of a `CheckTxState`

Open marfvr opened this issue 4 years ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe.

Investigate the use of a CheckTxState to make the ABCI request check_tx stateful and more fine-grained. For more details, see: https://github.com/valory-xyz/consensus-algorithms/pull/172#issuecomment-953315389

Describe the solution you'd like

TBD.

Describe alternatives you've considered n/a

Additional context n/a

marfvr avatar Oct 30 '21 07:10 marfvr

The benefit of this would be reducing the probability of incompatible transactions, and so avoiding retransmission. It is a non-functional improvement, so I'd say we could deprioritize it for the time being and focus on more reliable tx retransmission instead.

marfvr avatar Jan 10 '22 11:01 marfvr