loop/cmd/loop
Slyghtning f47b611557
looprpc: extend client.proto with lnrpc.OutPoint and lnrpc.OpenChannelRequest
In this commit we import the lnd's lightning.proto into client.proto to
then be able to use lnrpc.OutPoint and lnrpc.OpenChannelRequest instead
of the looprpc.OutPoint type.
This is safe because the lnrpc and looprpc versions of OutPoint are the
same type.
2026-02-26 09:37:26 +01:00
..
debug.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
docs.go cmd/loop: remove custom cli-docs template override 2025-11-04 21:58:52 -03:00
info.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
instantout.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
l402.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
liquidity.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
loopin.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
loopout.go cmd/loop: add command "loop out sweephtlc" 2026-01-29 17:40:58 -05:00
main.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
monitor.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
quote.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
reservations.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
staticaddr.go looprpc: extend client.proto with lnrpc.OutPoint and lnrpc.OpenChannelRequest 2026-02-26 09:37:26 +01:00
stop.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
swaps.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
sweephtlc.go cmd/loop: add command "loop out sweephtlc" 2026-01-29 17:40:58 -05:00
terms.go cmd: replace grpc.DialContext with grpc.NewClient 2025-12-19 10:18:08 +01:00
utils.go cmd/loop: urfave/cli -> urfave/cli/v3 2025-10-07 14:41:02 -03:00