EnterAddress form triggers
that sends network requests for the address each time it's entered. Adds 1-2 secs for each address input during TOR mode which is irritating considering that address validation is presumably local-only.
if (!value.contains(".")) return false from ENS validator would do the deal. If I understand correctly, UDN can't have a domain without a zone, thus without a comma.
I also think it uses centralized UD API, so it means without TOR a pair of (IP/address to send) is leaked to the 3rd party provider.
EnterAddress form triggers
unstoppable-wallet-android/app/src/main/java/io/horizontalsystems/bankwallet/modules/address/IAddressHandler.kt
Line 54 in f830bb5
that sends network requests for the address each time it's entered. Adds 1-2 secs for each address input during TOR mode which is irritating considering that address validation is presumably local-only.
if (!value.contains(".")) return falsefrom ENS validator would do the deal. If I understand correctly, UDN can't have a domain without a zone, thus without a comma.I also think it uses centralized UD API, so it means without TOR a pair of (IP/address to send) is leaked to the 3rd party provider.