-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Scan_tx stucks on newer versions #9354
Comments
Essentially the issue is that calling So this issue is requesting to scan the minimum necessary. |
@0xFFFC0000 Excuse me, but Is this considered a "question"? because literally |
@sharifzadesina thank you for reporting this. We will take a look into this.
In the meantime it appears to me @woodser has explained the actual reason. |
Issue got introduced here: #8566 |
The expected behavior:
The problem: This needs confirmation (repro with the RPC and observe the logs), but I believe refresh is slow to complete even when setting restore height to current height because it's taking a while to get all block hashes from the chain starting from genesis. Assuming this is the general issue (long-running refresh in scan_tx), the simplest fix for this is probably to remove the call to refresh in The more involved fix is to refactor |
@j-berman Exactly, Thank you. Even when I set restore height to a higher value, it takes too long to finish. |
Bump! any update on this? |
Will fix by end of this week |
@j-berman Thank you, I wish I could help, I just don't know C++, |
It seems because of this todo, Scan_tx gets stuck when trying to scan transactions before syncing wallet.
It is related to woodser/monero-ts#212.
The text was updated successfully, but these errors were encountered: