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 "progress" indication about the status of sent transaction #10

Open
thesheepcat opened this issue Jan 4, 2025 · 0 comments
Open
Labels

Comments

@thesheepcat
Copy link
Owner

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.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant