Oliver Gugger
d4f49cb04b
cmd/lncli: add {encrypt,decrypt}debugpackage commands
2024-01-09 12:40:39 +01:00
Oliver Gugger
375bc6950c
cmd/lncli: add new getdebuginfo command
2024-01-09 12:32:37 +01:00
Oliver Gugger
2b54774721
Merge pull request #8339 from mani2310/mani2310-Wrong-documentation-on-lncli
...
Wrong documentation on lncli
2024-01-09 08:29:06 +01:00
ziggie
1bdc7ce165
lncli: add max_fee_rate to closechannel cmd.
2024-01-09 01:19:10 +01:00
ziggie
7481ed0a43
walletrpc-lncli: add new bumpforceclosefee cmd.
...
Replace (hide) the old bumpclosefee cmd with the new
bumpforceclosefee cmd to avoid confusion which closing
transactions can be bumped.
2024-01-09 01:15:43 +01:00
Manisha
034bb5b51e
Wrong documentation on lncli
...
Signed-off-by: Manisha <manisha2133@gmail.com>
2024-01-03 21:57:25 +05:30
Thabokani
b8d2fc3816
kvdb+cmd: fix typos
2024-01-03 12:06:32 +08:00
Oliver Gugger
0df507eca0
Merge pull request #8261 from markettes/lncli-multiple-outgoing-channels
...
Enable multiple outgoing channel ids in payments
2023-12-18 11:38:46 +01:00
Marcos
72a56f56b4
lncli: enable multiple outgoing channel ids in payments
2023-12-18 10:27:03 +01:00
ziggie
7c09cc3326
lncli: add new removetx cmd.
...
This new command calls the new rpc endpoint RemoveTransaction.
2023-12-12 14:18:17 +01:00
ErikEk
f0bc6d804c
rpc: add gettransaction endpoint to walletrpc sub-server
2023-12-10 22:14:12 +01:00
Marcos
7445782db6
lncli: show balance for sweepall
2023-12-04 10:46:54 +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
Jonathan Harvey-Buschel
c20e4871cd
chainrpc+lncli: expose GetBlockHeader + add to CLI
2023-10-27 11:05:27 -04:00
Carla Kirk-Cohen
32ea77b96b
lncli: add blinded route cli flags to query routes
...
Note: This commit can be dropped before merge, it's mostly added
to make the PR easier to manually test against other
implementations that have bolt 12 invoices implemented already!
2023-10-06 16:38:33 -07:00
Elle Mouton
1211e7eb7b
multi: use "bitcoin" chain name constant
...
Make use of the `bitcoinChainName` constant instead of re-writing the
"bitcoin" string.
2023-10-06 16:34:47 -07:00
Elle Mouton
a7e723e570
lncli: remove chain option from profile
2023-10-06 16:34:47 -07:00
yyforyongyu
17a0a8de06
cmd+lntest: use the new rpc field Payment_INITIATED
2023-10-06 16:34:47 -07:00
Oliver Gugger
7ef11e8ae4
cmd/lncli: fix linter complaint by running make fmt
2023-10-05 22:47:02 +02:00
Kilian
682827c7af
lncli: fix description of connect/disconnect peer
2023-10-05 18:13:32 +02:00
Olaoluwa Osuntokun
6dc43ad253
cmd/lncli: add new taproot channel type for openchannel
2023-08-22 16:32:33 -07:00
Slyghtning
ab117a0ed4
typos: fix updatechanpolicy typos
2023-08-11 17:04:36 +02:00
Slyghtning
2c3420679d
lncli: add account to WalletBalance command
2023-07-28 22:24:55 +02:00
Slyghtning
f0579cc509
lncli: add flag utxos for openchannel
2023-07-24 13:07:01 +02:00
Torakushi
77d3f00c3b
walletrpc+btcwallet: no custom account with various key scopes
...
Currently, a user can create a custom account with various key scopes.
This is not a desired behaviour.
2023-06-14 09:58:53 +02:00
zx9r
3a5d67a16b
cmd/lncli: add confirmation to sendcoins
2023-06-13 11:58:34 +02:00
MG-ng
63b32b9e4a
cmd/lncli: add description for payinvoice command
2023-06-13 11:58:34 +02:00
Aljaz Ceru
d3a5307fc0
cmd/lncli: fix inconsistent argument naming in queryRoutes
2023-06-13 11:58:34 +02:00
gabbyprecious
4ea24c0820
cmd/lncli: add unused flag to newAddr command
2023-06-13 11:58:33 +02:00
gcaracuel
12e7c24520
lncli: Global flags to accept ENV vars overrides.
2023-05-22 17:13:18 +02:00
shaurya947
373e445cdc
lncli: add optional memo flag to openchannel cmd
...
This commit simply adds a new memo flag to the openchannel command.
Memo could be any note-to-self kind of useful information to go
along with the channel. The value isn't used yet, will be in the
next commit.
2023-05-18 12:51:18 -04:00
Oliver Gugger
f9436ec05d
mod+cmd/lncli: use google.golang.org/protobuf package
2023-05-11 22:51:16 +02:00
Carla Kirk-Cohen
ad6ccb415f
lncli: fix typo in updatenodeannouncement
2023-05-04 10:42:37 -04:00
Olaoluwa Osuntokun
591ff120b6
Merge pull request #6903 from hieblmi/fundmax-flag
...
funding: add `fundmax` flag to `OpenChannelRequest`
2023-04-06 10:57:29 -07:00
Olaoluwa Osuntokun
2596a33529
Merge pull request #7575 from lightningnetwork/0-16-1-staging
...
lnd: merge the 0.16.1 staging branch into master
2023-04-05 16:48:25 -07:00
Slyghtning
b9bded33d1
lncli: fundmax flag for openchannel
2023-04-05 23:09:12 +02:00
ardevd
ddc4bc6b32
lncli: backup/verify/restore single channel from file
...
author ardevd <edvard.holst@gmail.com> 1676983861 +0100
committer ardevd <ardevd@users.noreply.github.com> 1677705118 +0100
Write to the specified file if the user specifies a chan_point for
backup and also specifies an output file to write the backup to.
Fixes #7436
2023-03-25 15:30:38 +01:00
Eval EXEC
e4a6a0f26f
lncli: add testcase for parseTimeLockDelta
...
Signed-off-by: Eval EXEC <execvy@gmail.com>
2023-03-23 21:34:12 +08:00
Eval EXEC
cbcbddfe29
rpcserver: add time_lock_delta
overflow check
2023-03-23 21:34:12 +08:00
bitromortac
a3e46dae9f
multi: mark bimodal estimator experimental
2023-03-23 11:12:10 +01:00
Elle Mouton
957df98777
lncli: add new exclude-exhausted-sessions option
2023-03-20 20:14:02 +02:00
Oliver Gugger
1a3be78471
cmd/lncli: add --num_confs to wallet psbt fund command
2023-03-13 12:45:58 +01:00
Olaoluwa Osuntokun
251802d796
Merge pull request #7444 from bitromortac/2302-capacity-config
...
routing: configurable capacity fraction for apriori probability
2023-03-02 18:39:01 -08:00
Oliver Gugger
04376b3b23
cmd/lncli: add --stateless_init to createwatchonly command
2023-02-27 21:59:45 +01:00
bitromortac
fce88e8b5d
lncli+routerrpc: dynamic capacity fraction config
...
Enable setting and getting of the apriori capacity fraction in lncli and
in the router rpc.
2023-02-24 15:28:55 +01:00
Slyghtning
9d048ecd6a
lncli: add flag skip_peer_alias_lookup to listchannels
2023-02-24 10:49:11 +01:00
Oliver Gugger
ccb00741df
Merge pull request #7324 from hieblmi/openchannel-fix-line-length
...
lncli: fix line length issues
2023-02-17 09:30:00 +01:00
Oliver Gugger
93b7821df3
Merge pull request #7408 from carlaKC/bugfix-updatenodeanncli
...
bugfix/trivial: fix update node announcement feature bit add /remove
2023-02-16 21:40:36 +01:00
Slyghtning
9e8ee618e3
lncli: fix line length issues
2023-02-16 19:41:30 +01:00
Oliver Gugger
38dc67e1ef
Merge pull request #6815 from bitromortac/2205-bimodal
...
pathfinding: probability for bimodal distribution
2023-02-15 14:19:32 +01:00