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 fixes: tor (do not prepend https:// for .onion domains on mobile) and SWBs (init restored wallets as rescan) #967

Merged
merged 4 commits into from
Aug 27, 2024

Conversation

sneurlax
Copy link
Member

@sneurlax sneurlax commented Aug 8, 2024

No description provided.

@sneurlax sneurlax changed the title do not prepend https:// for .onion domains on mobile Monero fixes: tor and SWBs (do not prepend https:// for .onion domains on mobile, init restored wallets as rescan) Aug 11, 2024
Copy link
Member Author

@sneurlax sneurlax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like this to be prettier/better/cleaned up, but it works:

      if (wallet is MoneroWallet /*|| wallet is WowneroWallet doesn't work.*/) {
        await wallet.init(isRestore: true);
      } else if (wallet is WowneroWallet) {
        await wallet.init(isRestore: true);
      } else {
        await wallet.init();
      }

any ideas?

@sneurlax sneurlax changed the title Monero fixes: tor and SWBs (do not prepend https:// for .onion domains on mobile, init restored wallets as rescan) Monero fixes: tor (do not prepend https:// for .onion domains on mobile) and SWBs (init restored wallets as rescan) Aug 12, 2024
@julian-CStack julian-CStack merged commit 6723614 into staging Aug 27, 2024
0 of 2 checks passed
@sneurlax sneurlax deleted the monero branch August 27, 2024 23:15
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