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

The address's Transactions count is incorrect after sending a transaction #1702

Open
sunchengzhu opened this issue Jul 10, 2024 · 3 comments
Assignees

Comments

@sunchengzhu
Copy link

sunchengzhu commented Jul 10, 2024

After sending a transaction, I stay on the recipient address page. By switching between the "Transactions" and "Pending Transactions" tabs to check the transaction data, I find that the "Transactions" count is not updated unlessI reload the page. Sometimes I rely entirely on the change in the number of transactions to determine if my transaction has been on-chain. This issue causes me some trouble, so please fix it when you have time.

State 1
image

State 2
image

Final State
image

State After Reloading
image

@Keith-CY Keith-CY self-assigned this Jul 10, 2024
@Keith-CY
Copy link
Collaborator

Please check @Sven-TBD

@yato-sketch
Copy link

Is this issue already resolved?
Sometimes, it occurs if there is some issue on frontend.
For example, most of developers use socket for real-time update but some use settimeout for that feature.
Mainly, this is major issue, I think.
The best approach is to use zeromq for that.
In utxo based network, client receives messages from node using zmq.
How do you think about my suggestion?

@poor-defined
Copy link

Is this issue already resolved? Sometimes, it occurs if there is some issue on frontend. For example, most of developers use socket for real-time update but some use settimeout for that feature. Mainly, this is major issue, I think. The best approach is to use zeromq for that. In utxo based network, client receives messages from node using zmq. How do you think about my suggestion?

Got it, we will check and do some adjustment around 1 week later, It didn't occurred most time on my computer though last time. Thanks for your suggestions.

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

No branches or pull requests

4 participants