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

Allow using the rescan option in settings, even with a remote node without owner key #1092

Open
dbadol opened this issue Mar 6, 2024 · 1 comment
Assignees

Comments

@dbadol
Copy link

dbadol commented Mar 6, 2024

Bug description
When using a remote node, the rescan option in settings is greyed out. However, as shown in BeamMW/beam#1963, it seems that a rescan is still possible even with a remote node without owner key.

To Reproduce
Steps to reproduce the behaviour:

  1. Open the GUI wallet
  2. Go to Settings and set a remote node
  3. Go to Settings / Utilities
  4. See that the rescan option is greyed out

Current behaviour
The user cannot even attempt a rescan when using a remote node.

Expected behaviour
If the rescan is indeed possible with remote nodes without owner key (see BeamMW/beam#1963) then the rescan option in the GUI should remain available, even for remote nodes. In case the remote node does not have the owner key, a message could be displayed to explain that the process will take time and will download data to perform the rescan.

Platform and build

  • Tested on Windows 10 22H2
  • BEAM Build number 7.5.13840

Screenshot
image

@dbadol
Copy link
Author

dbadol commented Mar 6, 2024

If possible, the rescan process (which is long when the remote node does not have the owner key) should be done in background. Maybe with an progress message at the top of the wallet (like for the integrated node sync).

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

No branches or pull requests

3 participants