-
Notifications
You must be signed in to change notification settings - Fork 71
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
Resolve nonce issues with new mempool nonces from API? #1193
Comments
about 15~20 minutes later, the 1st tx still "in mempool" spinning status, now if I attempt the 2nd tx the nonce is set correctly. |
This new API support for getting mempool nonces seems promising for improving our nonce calculations: hirosystems/stacks-blockchain-api#1633 @fbwoolf wdyt since it appears you were the one that submitted the API-side issue that led to this PR last fall? Presumably it'd help both in the desktop and extension versions. |
Yeah, I think we should try to use. We do it ourselves using pending transactions query, but would help to know what the api sends us. |
We get reminded now and again that this bug is still in the current wallet. It can take upto 10 minutes before the desktop wallet updates the next nonce after a transaction is send. On the extension this behavior is much better (takes less time to update). |
I waited more than 10 minutes this time before new tx is able to recognize the correct next nonce. |
Resolving this issue will not get prioritized yet. We have revamping the desktop wallet on our roadmap for Q2 2024, this will likely have to wait until that time. Note that the team is focusing on improving support in hardware/Ledger mode and building the mobile version of Leather at the moment. Some of that work also involves making choices that benefit the desktop wallet later. |
A. Sent 1 tx successfully with correct nonce
B. Tried sending 2nd tx afterwards, in preview window it says the same nonce as the 1st transaction, when it should be plus 1.
Reinstalling to latest version doesn't fix it.
Waiting minutes closing re-opening the desktop app doesn't fix it.
What is the issue, has this issue always been in the app?
The text was updated successfully, but these errors were encountered: