dcrd/addrmgr
Sef Boukenken 38c187f187 addrmgr: Decouple addrmgr from wire NetAddress.
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.
2021-09-14 13:32:46 -05:00
..
addrmanager_test.go addrmgr: Decouple addrmgr from wire NetAddress. 2021-09-14 13:32:46 -05:00
addrmanager.go addrmgr: Decouple addrmgr from wire NetAddress. 2021-09-14 13:32:46 -05:00
doc.go addrmgr: Test removal of corrupt peers file. 2018-03-06 00:03:56 +00:00
error.go addrmgr: Improve test coverage. 2021-09-14 13:32:46 -05:00
go.mod multi: Don't use deprecated ioutil package. 2021-09-01 06:09:37 -05:00
go.sum addrmgr: Prepare v1.2.0. 2020-09-25 12:14:00 -05:00
knownaddress_test.go addrmgr: Decouple addrmgr from wire NetAddress. 2021-09-14 13:32:46 -05:00
knownaddress.go addrmgr: Decouple addrmgr from wire NetAddress. 2021-09-14 13:32:46 -05:00
log.go addrmgr: Remove deprecated code. 2021-09-10 07:38:35 -05:00
netaddress_test.go addrmgr: Decouple addrmgr from wire NetAddress. 2021-09-14 13:32:46 -05:00
netaddress.go addrmgr: Decouple addrmgr from wire NetAddress. 2021-09-14 13:32:46 -05:00
network_test.go addrmgr: Decouple addrmgr from wire NetAddress. 2021-09-14 13:32:46 -05:00
network.go addrmgr: Decouple addrmgr from wire NetAddress. 2021-09-14 13:32:46 -05:00