-
Notifications
You must be signed in to change notification settings - Fork 146
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
Locked amount doesn't update in Extension and Desktop wallet, after unlocking #5965
Comments
Can we verify whether this is an API issue or not? |
The user has confirmed that they resolved it by using another computer and browser but I have not been able to determine if this is an API issue and/or connection issue or not. |
This seems like a p2/p1 level issue, no? @kyranjamie can you help me decide on how much to prioritize this? Is it worth taking someone off what they are doing or can we push it to a future cycle? |
I am not really sure where to start here. All of this data is inferred from the one API endpoint. If this one user solved the issue, and we've had no other reports, I would hold off before investing time in it. |
Linking the desktop issue here, we saw the same thing there. leather-io/desktop#1274 |
One user mentioned working around the issue installing Leather on another browser, where the locked balance status did update as expected. |
@camerow should @alter-eggo perhaps investigate this cycle? |
Yeah, @alter-eggo can you hop on this? |
yeah, once finish rpc send transfer |
@alter-eggo can you jump on this now? |
guys, not sure where is the problem here tbh. stx balance data become stale each minute in the wallet, so seems cache is not a problem. and as I understand user even reinstalled the wallet. explorer uses the same endpoint as wallet to fetch balances: |
This address has had their STX unlocked after revoking the delegation 9 days ago but it still shows locked, it is expected to show unlocked and be transferable:
On the explorer the funds lock unlocked (as expected)
https://explorer.hiro.so/address/SP24FTYJV6N2XG5SVQPY4DHMC2DECGDAV2BRVPY0Y?chain=mainnet
API shows them unlocked too: https://stacks-node-api.mainnet.stacks.co/extended/v1/address/SP24FTYJV6N2XG5SVQPY4DHMC2DECGDAV2BRVPY0Y/balances
I would expect to see all the balance unlocked in the wallet too, but the user sees this in their wallet
Extension wallet (6.52.0) and desktop wallet.
The user can't send their funds because they are still registered as locked:
Desktop wallet version 4.15.1
I am trying to get console logs from the user to check for networking issues. If there was a networking issue, though, I would expect the wallet to show that the balance can't be determined, not show outdated info.
The text was updated successfully, but these errors were encountered: