m2049r / xmrwallet

monerujo: An Android Monero Wallet
https://www.monerujo.io/
Apache License 2.0
617 stars 273 forks source link

make node parsing and formatting ipv6-friendly #939

Open retrnull opened 6 months ago

retrnull commented 6 months ago

There are two things that make using IPv6 nodes impossible:

This patch fixes both issues by using the Guava library to parse and format addresses. Fixes #922