radicle/node: Do not error on IPv6 without `[]`
IPv6 addresses are already persisted in config.json files.
The parsing of these old addresses, e.g. FE80::0202:B3FF:FE1E:8329:5976 should remain valid.
Emit a warning when they are found.
The output of the address will still enclose the host in [].
IPv6 addresses are already persisted in config.json files.
The parsing of these old addresses, e.g. FE80::0202:B3FF:FE1E:8329:5976 should remain valid.
Emit a warning when they are found.
The output of the address will still enclose the host in [].
- Use IPv6 addresses out of the address space reserved for documentation for tests.
- Provide a better log message that shows what should be changed how and points to reasons in RFCs.
- Reword the
CHANGELOGentry.