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

Monero wallet refresh fix redux #1594

Merged
merged 14 commits into from
Mar 26, 2024
Merged

Monero wallet refresh fix redux #1594

merged 14 commits into from
Mar 26, 2024

Conversation

delta1
Copy link
Collaborator

@delta1 delta1 commented Mar 26, 2024

recreating #1487

binarybaron and others added 12 commits December 14, 2023 17:24
This commit changes the following behaviour in the refresh functionality of the monero wallet
- Allows for multiple retries because in some cases users have experienced an issue where the wallet rpc returns `no connection to daemon` even though the daemon is available. I'm not 100% sure why this happens but retrying often fixes the issue
- Attempt to print the current sync height while the wallet is syncing. This only works to some degree because the `monero-wallet-rpc` stops responding (or takes a long time to respond) while it's refreshing
- The `monero-wallet-rpc` is started with the `--no-initial-sync` flag which ensures that as soon as it's started, it's ready to respond to requests
@delta1
Copy link
Collaborator Author

delta1 commented Mar 26, 2024

@binarybaron good news, for whatever reason CI seems to pass on this now. Ran it twice and it's all green.

@delta1 delta1 merged commit bd07bde into master Mar 26, 2024
23 checks passed
@delta1 delta1 deleted the monero-wallet-refresh-fix branch March 26, 2024 09:02
@binarybaron
Copy link
Collaborator

This PR is empty. The changes from the original PR were not merged into master.

@delta1
Copy link
Collaborator Author

delta1 commented Mar 26, 2024

oh, derp. sorry.

@delta1 delta1 restored the monero-wallet-refresh-fix branch March 26, 2024 13:05
@delta1 delta1 deleted the monero-wallet-refresh-fix branch March 26, 2024 13:20
@delta1
Copy link
Collaborator Author

delta1 commented Mar 26, 2024

recreated your diff in #1596

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

Successfully merging this pull request may close these issues.

2 participants