You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a spinner icon shows when the message is being packed into a transaction and the transaction has been broadcasted to the node.
Propose a way to track the three status of each sent transaction, to allow the user to understand that the transaction is in-progress; the possible status are:
Creating transaction (from when user clicks the send button to when transaction is broadcasted to the node)
Transaction waiting in mempool (from when transaction is broadcasted to when transaction is included in a block)
Transaction sent (when the backend collect the transaction).
We could query Kaspa node to get data of transaction when in mempool; if we get the data, it means transaction is in mempool.
The text was updated successfully, but these errors were encountered:
Currently, a spinner icon shows when the message is being packed into a transaction and the transaction has been broadcasted to the node.
Propose a way to track the three status of each sent transaction, to allow the user to understand that the transaction is in-progress; the possible status are:
We could query Kaspa node to get data of transaction when in mempool; if we get the data, it means transaction is in mempool.
The text was updated successfully, but these errors were encountered: