* reproduces bug decoding ipv4-mapped-as-ipv6 addresses * handle IPv4-mapped addresses `InetAddress.getByAddress` automatically converted IPv4-mapped addresses into IPv4 addresses, which resulted in them being serialized as IPv4 addresses instead of IPv6 addresses, invalidating the signature. We now use `Inet6Address.getByAddress` instead. * added support for parsing tor2/tor3 addresses Note that there are currently invalid announcements on mainnet due to https://github.com/ElementsProject/lightning/pull/1175#pullrequestreview-111994441. |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||