dcrd/addrmgr
Dave Collins 318d81bc90
multi: Wrap errors for better errors.Is/As support.
This updates all remaining cases of unwrapped errors in fmt.Errorf calls
to wrap the underlying errors with the %w format verb to ensure they
work nicely with errors.Is and errors.As.
2023-08-25 16:31:11 -05:00
..
addrmanager_test.go multi: Remove a bunch of dup words in comments. 2023-08-23 14:13:51 -05:00
addrmanager.go multi: Wrap errors for better errors.Is/As support. 2023-08-25 16:31:11 -05:00
doc.go multi: Go 1.19 doc comment formatting. 2022-07-30 04:08:58 -05:00
error.go addrmgr: Improve test coverage. 2021-09-14 13:32:46 -05:00
go.mod addrmgr: Prepare v2.0.2. 2023-06-07 14:54:30 -05:00
go.sum addrmgr: Prepare v2.0.2. 2023-06-07 14:54:30 -05:00
knownaddress_test.go addrmgr: Decouple addrmgr from wire NetAddress. 2021-09-14 13:32:46 -05:00
knownaddress.go addrmgr: set min value and optimize address chance 2023-01-21 01:33:32 -06: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 multi: Remove a bunch of dup words in comments. 2023-08-23 14:13:51 -05:00