This change removes the wire NetAddress type as a dependency of the address manager module by introducing a new NetAddress type owned by the address manager, in preparation for upcoming changes to the wire protocol. - Introduce a new NetAddress type in the address manager. - Modify KnownAddress struct to use address manager NetAddress. - Replace DeserializeNetAddress with newNetAddressFromString. |
||
|---|---|---|
| .. | ||
| addrmanager_test.go | ||
| addrmanager.go | ||
| doc.go | ||
| error.go | ||
| go.mod | ||
| go.sum | ||
| knownaddress_test.go | ||
| knownaddress.go | ||
| log.go | ||
| netaddress_test.go | ||
| netaddress.go | ||
| network_test.go | ||
| network.go | ||