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
Login (At first I had no issue but I did leave the application open for maybe 10 15ish minutes and came back to it)
See all funds missing
See notification showing transfer of all funds
Panic
Close then sign back in
Everything back to normal
Expected behavior
Didn’t really expect to be missing everything and a notification showing a withdrawal of all my funds
Found in
Desktop v0.8.0-beta
Environment:
Platform: Desktop
Device: Desktop
OS: Windows 11
Browser: Using Komodo Application
Build mode: Release
Additional context
Seems to just be a visual issue. As stated before I did leave the application open for a bit but the notification saying there was a withdrawal was very worrying. After reopening everything thing is still there and fine.
The text was updated successfully, but these errors were encountered:
this issue is for https://github.com/KomodoPlatform/komodo-wallet-desktop
and it happens because sometimes RPC nodes of the EVM chains return bad/wrong/outdated data for balance
there is no tx, the app simply shows a popup because it assumes that there was a tx... because if balance goes from x to 0, there must have been a transfer of the funds... but there was no transfer/tx... and app does not check if there was, it only checks balances and makes assumptions about txes (likely because fetching tx history from RPC nodes is much more expensive then fetching balance)
btw, with latest version it shouldn't happen that often, because i replaced one of the RPC nodes of the PLG20 chain with a better one... i personally didn't had the issue again since then
To Reproduce
Expected behavior
Didn’t really expect to be missing everything and a notification showing a withdrawal of all my funds
Found in
Desktop v0.8.0-beta
Environment:
Additional context
Seems to just be a visual issue. As stated before I did leave the application open for a bit but the notification saying there was a withdrawal was very worrying. After reopening everything thing is still there and fine.
The text was updated successfully, but these errors were encountered: