Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add non-blocking consensus SubmitTx variant #3152

Closed
Tracked by #2440
kostko opened this issue Jul 31, 2020 · 0 comments · Fixed by #3153
Closed
Tracked by #2440

Add non-blocking consensus SubmitTx variant #3152

kostko opened this issue Jul 31, 2020 · 0 comments · Fixed by #3153
Assignees
Labels
c:client Category: client interface c:consensus/tendermint Category: Tendermint-based consensus

Comments

@kostko
Copy link
Member

kostko commented Jul 31, 2020

The current SubmitTx method also blocks until the transaction is included in a block (or the context is cancelled). We should add a non-blocking SubmitTxNoWait method which only validates against the local mempool and does not wait for the transaction to be included in a block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:client Category: client interface c:consensus/tendermint Category: Tendermint-based consensus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant