lnd.xprv/cmd/lncli
Joost Jager d51bb65536
routerrpc+lncli: add flag to suppress in-flight updates
This is a preparation for enabling the REST interface on routerrpc.
It provides REST clients that don't support server-side streaming
via keep-alive connections to use the streaming endpoint in the
typical request/response pattern. The url just needs to contain
?no_inflight_updates=true and only the terminal response is sent
back before the connection is closed.
2020-04-21 17:02:09 -07:00
..
autopilotrpc_active.go Fix typo in "query" rpc for autopilot. 2019-12-22 20:19:36 -06:00
autopilotrpc_default.go lncli: add lncli autopilot commands 2018-12-13 13:02:40 +01:00
cmd_bake_macaroon.go lncli: add command for baking new macaroons 2019-10-24 10:25:38 +02:00
cmd_build_route.go build+routerrpc+lncli: remove routerrpc conditional compilation 2020-03-31 21:41:22 +02:00
cmd_invoice.go cmd/lncli: move invoice-related cmds to Invoices category 2020-04-06 14:24:08 -07:00
cmd_open_channel.go lncli: add PSBT to openchannel command 2020-03-31 09:17:26 +02:00
cmd_pay.go routerrpc+lncli: add flag to suppress in-flight updates 2020-04-21 17:02:09 -07:00
cmd_query_mission_control.go build+routerrpc+lncli: remove routerrpc conditional compilation 2020-03-31 21:41:22 +02:00
cmd_query_probability.go build+routerrpc+lncli: remove routerrpc conditional compilation 2020-03-31 21:41:22 +02:00
cmd_reset_mission_control.go build+routerrpc+lncli: remove routerrpc conditional compilation 2020-03-31 21:41:22 +02:00
cmd_version.go cmd/lncli: add version command that reads verrpc.GetVersion 2020-04-10 16:39:31 -07:00
commands.go Merge pull request #3960 from bitromortac/listpayments-pagination 2020-04-07 17:06:37 -07:00
invoicesrpc_active.go cmd/lncli: move invoice-related cmds to Invoices category 2020-04-06 14:24:08 -07:00
invoicesrpc_default.go lncli: add cancel invoice command 2019-02-06 07:29:38 +01:00
main.go config+lnd+lncli: add commit back to version string 2020-04-14 15:51:44 +02:00
routerrpc.go build+routerrpc+lncli: remove routerrpc conditional compilation 2020-03-31 21:41:22 +02:00
types.go lnrpc+rpcserver+lncli: rename RPC fields to previous JSON name 2020-03-07 11:24:13 +01:00
walletrpc_active.go lncli: add bumpchannelclose command 2020-03-18 12:27:06 +01:00
walletrpc_default.go cmd/lncli: expose pending input sweeps within UtxoSweeper over lncli 2019-06-06 03:23:19 -07:00
walletrpc_types.go sweep: allow force sweeps 2020-01-15 16:56:44 +01:00
watchtower_active.go build+lncli: default to hex encoding for byte slices 2019-12-20 01:05:08 -08:00
watchtower_default.go cmd/lncli/watchtower: add tower info command 2019-06-20 17:04:04 -07:00
wtclient.go build+lncli: default to hex encoding for byte slices 2019-12-20 01:05:08 -08:00