lnd/cmd/lncli
Andras Banki-Horvath 7725a57055
walletkit: add startheight parameter to ListSweeps
By default ListSweeps will list all sweeps known to the wallet. Over
time this may become expensive to call and callers may not be interested
in the full history. This commit adds a `startheight` parameter to the
`ListSweeps` RPC call. This parameter can be used to fetch sweeps only
from a specified start block height or only unconfirmed ones if it is
set to -1.
2024-02-01 21:02:24 +01:00
..
arg_parse_test.go lncli: strip prefix from pay_req flag 2022-11-15 18:13:29 +02:00
arg_parse.go lncli: strip prefix from pay_req flag 2022-11-15 18:13:29 +02:00
autopilotrpc_active.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
autopilotrpc_default.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
chainrpc_active.go chainrpc+lncli: expose GetBlockHeader + add to CLI 2023-10-27 11:05:27 -04:00
chainrpc_default.go cmd: add chain subcommand 2022-12-07 14:50:15 +00:00
cmd_custom.go lnrpc: receive custom message 2021-10-15 17:08:55 +02:00
cmd_debug.go cmd/lncli: add flags for more info to encryptdebugpackage 2024-01-09 12:43:42 +01:00
cmd_import_mission_control.go lncli: add force flag to 2022-01-19 17:18:06 +01:00
cmd_invoice.go lncli: fix addinvoice expiry flag comment 2023-01-12 09:17:12 +09:00
cmd_macaroon.go kvdb+cmd: fix typos 2024-01-03 12:06:32 +08:00
cmd_mission_control.go multi: mark bimodal estimator experimental 2023-03-23 11:12:10 +01:00
cmd_open_channel.go cmd/lncli: add new taproot channel type for openchannel 2023-08-22 16:32:33 -07:00
cmd_payments.go lncli: remove default cltv delta for buildroute. 2024-01-16 14:10:22 +01:00
cmd_profile.go cmd+docs: fix cap out of range error in profile command 2022-08-31 15:34:39 +02:00
cmd_state.go lncli: update lncli state description 2022-02-04 08:42:06 -05:00
cmd_update_chan_status.go lncli: chan_point option for updatechanstatus 2022-07-06 10:19:12 -04:00
cmd_version.go lncli: cancel RPC context on OS interrupts 2021-03-12 10:07:49 +02:00
cmd_walletunlocker.go mod+cmd/lncli: use google.golang.org/protobuf package 2023-05-11 22:51:16 +02:00
commands_test.go lncli: add testcase for parseTimeLockDelta 2023-03-23 21:34:12 +08:00
commands.go lncli: add include_raw_tx flag to pendingchannels 2024-01-29 14:16:51 +01:00
devrpc_active.go mod+cmd/lncli: use google.golang.org/protobuf package 2023-05-11 22:51:16 +02:00
devrpc_default.go lncli: add (dev only) importgraph 2022-01-24 17:43:00 +01:00
invoicesrpc_active.go lncli: fix addinvoice expiry flag comment 2023-01-12 09:17:12 +09:00
invoicesrpc_default.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
macaroon_jar_test.go lncli: add encrypted macaroon jar 2020-09-07 15:23:12 +02:00
macaroon_jar.go lncli: add encrypted macaroon jar 2020-09-07 15:23:12 +02:00
main.go cmd/lncli: add {encrypt,decrypt}debugpackage commands 2024-01-09 12:40:39 +01:00
neutrino_active.go chainrpc+lncli: expose GetBlockHeader + add to CLI 2023-10-27 11:05:27 -04:00
neutrino_default.go multi: fix make fmt 2022-08-23 22:10:24 +08:00
peersrpc_active.go kvdb+cmd: fix typos 2024-01-03 12:06:32 +08:00
peersrpc_default.go lncli: add peers updatenodeannouncement 2022-04-02 19:10:27 -07:00
profile.go lncli: remove chain option from profile 2023-10-06 16:34:47 -07:00
routerrpc.go lncli: add mission control import command 2021-03-18 10:52:23 +02:00
types.go routing: invalid channels updatechanpolicy call 2021-09-15 10:20:49 +02:00
walletrpc_active.go walletkit: add startheight parameter to ListSweeps 2024-02-01 21:02:24 +01:00
walletrpc_default.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
walletrpc_types.go lnrpc+lncli: deprecate sat_per_byte and add sat_per_vbyte 2021-03-26 17:16:40 +08:00
watchtower_active.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
watchtower_default.go multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
wtclient.go lnrpc+lncli: update wtclientrpc for taproot towers 2024-01-19 15:33:06 +02:00