-
-
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
wallet2: don't use DNS to obtain segregation heights #8408
Conversation
Just confirming that the hard-coded DNS addresses here match what I'm seeing in packet captures when attempting to generate transactions with Cake Wallet (which uses wallet2). Thanks for the quick PR! |
+1 for removing the segregation heights code. Maybe it would make sense to keep the |
Suggestion adopted in the interest of getting this patch merged before the v0.18 tag. We can discuss how wallets should handle OpenAlias in a separate issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code reviewed and tested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful. The fewer DNS requests made, the better everyone's privacy is
This feature was added in #3419 by @moneromooo-monero. @moneromooo-monero what are your thoughts about this PR? |
@jeffro256 There are no TXT records added to e.g. If this is ever needed in the future and also if this is deemed as the right approach we can trivially revert it and bring it back in a point release. |
Related: #8407
There are no other places where DNS is used in wallet2, so the --no-dns flag can be removed.