Slyghtning
a10c741a26
lint: fix linter issues
2026-03-09 14:39:45 +01:00
Slyghtning
a9977dd5f4
godoc: address copy-paste errors accross the codebase
2026-03-09 14:39:44 +01:00
Slyghtning
e98f733ef8
linter: fix lint issues after linter v2 update
2025-08-19 21:57:00 +02:00
Oliver Gugger
65251e8821
multi: update linter, fix issues
2025-03-10 22:59:50 +01:00
Oliver Gugger
722ad8839d
multi: update lnd compile-time dependency to v0.19.0
2025-03-10 22:59:49 +01:00
Slyghtning
5b797055f8
utils: refactor SelectHopHints to use narrower interface
2024-06-14 12:37:58 +02:00
Andras Banki-Horvath
1ca2542a30
build: bump lnd to v0.18.0-beta.rc3
2024-05-23 10:13:22 +02:00
Oliver Gugger
08026dab93
multi: update linter, fix issues
2023-10-03 19:36:40 +02:00
sputn1ck
83a1848d56
utils: fix SelectHopHints for lnd0.15.3
...
This commit adds the old SelectHopHints logic to utils in order to allow
loop to compile with lnd0.15.3
2022-10-20 17:52:59 +02:00
Harsha Goli
7a16e3b25d
multi: bump btcec/v2 and btcutil to new versions
2022-03-25 11:00:16 +01:00
Andras Banki-Horvath
31f7b5947a
utils: use SelectHopHints from LND
2022-02-01 15:09:55 +01:00
Harsha Goli
9db43a4dbd
loop: Reimplement SelectHopHints from lnd
...
In this commit, instead of importing SelectHopHints from lnd, we chose
to reimplement the functionality here, for the purpose of adding hop
hints in case the user informs us the client node is considered private.
In the future, we should modify the origin SelectHopHints to take
closures for all it's data sources, so we can use it's logic external
2021-12-07 14:23:41 -05:00