Keagan McClelland
ec854e4dae
lnrpc: fix typo in rpc docs
2024-01-11 14:08:31 -08:00
Oliver Gugger
8a2c3a3d85
lnrpc+rpcserver: add new GetDebugInfo RPC method
2024-01-09 12:32:37 +01:00
Keagan McClelland
dae80f5db7
lnrpc: add top level command doc tags to enable lncli api doc generation
2023-11-20 14:44:30 -07:00
Oliver Gugger
7ca7526132
lnrpc: update description for VerifyMessage
...
Fixes #3596 .
2023-06-13 11:58:33 +02:00
yyforyongyu
c26917ee1f
multi: rename LookupHtlc
to LookupHtlcResolution
for clarity
2023-03-01 01:47:08 +08:00
yyforyongyu
2bf84fbe41
lnrpc: update docs on LookupHtlc
2023-02-27 16:59:17 +08:00
Carla Kirk-Cohen
1cb08e42ef
lnrpc: update custom message API to explain ability to override
2023-01-05 12:05:06 -05:00
Joost Jager
3a89a84744
rpcserver: add LookupHtlc call
2022-10-27 16:43:09 +02:00
Olaoluwa Osuntokun
b3998ddb5c
lnrpc: re-compile protos w/ Go 1.19
2022-08-24 11:43:00 -05:00
eugene
aa576adecc
rpc+cli: add general ListAliases function to dump all aliases
2022-08-09 14:11:08 -04:00
Joost Jager
ade50d0b2c
lnrpc: receive custom message
2021-10-15 17:08:55 +02:00
Joost Jager
ae959b16ae
lnrpc: send custom message
2021-10-15 17:08:53 +02:00
Oliver Gugger
efe5f6ae90
multi: add RPC middleware interception
...
With the middleware handler in place, we now need to add a new gRPC
interceptor to the interceptor chain that will send messages to the
registered middlewares for each event that could be of interest to them.
2021-09-20 17:04:29 +02:00
Turtle
d10a682fa9
macaroons+rpcserver: Add new RPC call for checking macaroon permissions
2021-09-14 16:26:28 -05:00
Bjarne Magnussen
7f53656753
lnd: add DeletePayment to the RPC
...
The RPC DeletePayment allows deleteing single payment from its ID. When calling with `FailedHtlcsOnly` set in the request only failed HTLCs of this payment will be deleted.
2021-09-13 12:50:40 +02:00
Andras Banki-Horvath
c5c956bbef
lnrpc: add BatchOpenChannel RPC
2021-09-02 12:13:47 +02:00
Oliver Gugger
dd749fe580
lnrpc: update grpc-gateway library to v2
2021-07-27 13:09:59 +02:00