lnd/netann
Elle Mouton 9b877b94c3
multi: use the "errors" package everywhere
Replace all usages of the "github.com/go-errors/errors" and
"github.com/pkg/errors" packages with the standard lib's "errors"
package. This ensures that error wrapping and `errors.Is` checks will
work as expected.
2025-07-01 20:08:12 +02:00
..
chan_status_manager_test.go netann: remove unused param in newMockGraph 2025-03-21 03:24:26 +08:00
chan_status_manager.go refactor: move graph related DB code to graph/db from channeldb 2024-11-28 13:36:13 +02:00
channel_announcement_test.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
channel_announcement.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
channel_state.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
channel_update_test.go multi: move ChannelUpdate validate methods to netann 2024-09-18 16:13:18 +02:00
channel_update.go multi: use the "errors" package everywhere 2025-07-01 20:08:12 +02:00
host_ann_test.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
host_ann.go multi: add debug logs to catch slow shutdown 2023-10-06 16:34:47 -07:00
interface.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
msg_hash.go netann: add MsgHash helper 2024-09-18 16:14:59 +02:00
node_announcement.go multi: use the "errors" package everywhere 2025-07-01 20:08:12 +02:00
node_signer.go multi: fix fmt.Errorf error wrapping 2024-02-27 11:13:40 +00:00
sign.go multi: rename ChannelUpdate to ChannelUpdate1 2024-09-18 16:13:17 +02:00