dcrd/addrmgr
Dave Collins debbf873eb
addrmgr: Prepare v2.0.0.
This updates the addrmgr module dependencies, the copyright year in the
files modified since the previous release, and serves as a base for
addrmgr/v2.0.0.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/chaincfg/chainhash@v1.0.3
- github.com/decred/dcrd/wire@v1.5.0
- github.com/decred/slog@v1.2.0

The full list of updated direct dependencies since the previous
addrmgr/v1.2.0 release are the same as above.

Finally, all modules in the repository are tidied to ensure they are
updated to use the latest versions hoisted forward as a result.
2021-11-11 13:31:52 -06: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 addrmgr: Prepare v2.0.0. 2021-11-11 13:31:52 -06:00
go.sum addrmgr: Prepare v2.0.0. 2021-11-11 13:31:52 -06: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: Prepare v2.0.0. 2021-11-11 13:31:52 -06: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