dcrd/addrmgr
Sef Boukenken 32a14f8d7f addrmgr: Start v2 module dev cycle.
Upcoming changes constitute breaking public API changes to the addrmgr
module, therefore, this follows the process for introducing major API
breaks which consists of:

- Bump the major version in the go.mod of the affected module if not
  already done since the last release tag
- Add a replacement to the go.mod in the main module if not already done
  since the last release tag
- Update all imports in the repo to use the new major version as
  necessary
- Make necessary modifications to allow all other modules to use the new
  version in the same commit
- Repeat the process for any other modules that require a new major as a
  result of consuming the new major(s)
2021-02-12 12:15:54 -06:00
..
addrmanager_test.go addrmgr: Prepare v1.2.0. 2020-09-25 12:14:00 -05:00
addrmanager.go addrmgr: Prepare v1.2.0. 2020-09-25 12:14:00 -05:00
doc.go addrmgr: Test removal of corrupt peers file. 2018-03-06 00:03:56 +00:00
go.mod addrmgr: Start v2 module dev cycle. 2021-02-12 12:15:54 -06:00
go.sum addrmgr: Prepare v1.2.0. 2020-09-25 12:14:00 -05:00
knownaddress_test.go addrmgr: Simplify tests for KnownAddress. 2018-05-01 12:42:07 -05:00
knownaddress.go addrmgr: skip never-successful addresses 2018-06-26 19:13:31 -05:00
log.go multi: deprecate DisableLog 2019-03-18 11:16:35 -05:00
network_test.go addrmgr: Declutter package API. 2018-03-05 12:29:40 -06:00
network.go multi: remove whitespace 2019-11-21 18:31:30 -06:00