lnd/graph
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
..
db multi: use the "errors" package everywhere 2025-07-01 20:08:12 +02:00
testdata refactor: move various duties from ChannelRouter to graph.Builder 2024-07-15 15:56:33 +02:00
builder_test.go multi: use the "errors" package everywhere 2025-07-01 20:08:12 +02:00
builder.go multi: use the "errors" package everywhere 2025-07-01 20:08:12 +02:00
errors.go multi: use the "errors" package everywhere 2025-07-01 20:08:12 +02:00
interfaces.go multi: remove kvdb.RTx from ForEachNodeChannel 2025-06-04 10:54:35 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
notifications_test.go graph/db: move Topology client management to ChannelGraph 2025-03-24 15:05:48 +02:00
setup_test.go refactor: move various duties from ChannelRouter to graph.Builder 2024-07-15 15:56:33 +02:00
stats.go graph: rename routerStats to builderStats 2025-02-07 13:01:39 +02:00