Skip to content

Commit be30648

Browse files
Merge pull request #719 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 827ff67 + 7cb959e commit be30648

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/lnd/release-notes/release-notes-0.19.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,24 @@
8383

8484
## RPC Updates
8585

86+
* Some RPCs that previously just returned an empty response message now at least
87+
return [a short status
88+
message](https://github.com/lightningnetwork/lnd/pull/7762) to help command
89+
line users to better understand that the command was executed successfully and
90+
something was executed or initiated to run in the background. The following
91+
CLI commands now don't just return an empty response (`{}`) anymore:
92+
* `lncli wallet releaseoutput` (`WalletKit.ReleaseOutput` RPC)
93+
* `lncli wallet accounts import-pubkey` (`WalletKit.ImportPublicKey` RPC)
94+
* `lncli wallet labeltx` (`WalletKit.LabelTransaction` RPC)
95+
* `lncli sendcustom` (`Lightning.SendCustomMessage` RPC)
96+
* `lncli connect` (`Lightning.ConnectPeer` RPC)
97+
* `lncli disconnect` (`Lightning.DisconnectPeer` RPC)
98+
* `lncli stop` (`Lightning.Stop` RPC)
99+
* `lncli deletepayments` (`Lightning.DeleteAllPaymentsResponse` RPC)
100+
* `lncli abandonchannel` (`Lightning.AbandonChannel` RPC)
101+
* `lncli restorechanbackup` (`Lightning.RestoreChannelBackups` RPC)
102+
* `lncli verifychanbackup` (`Lightning.VerifyChanBackup` RPC)
103+
86104
## lncli Updates
87105

88106
## Code Health
@@ -158,6 +176,7 @@
158176
* CharlieZKSmith
159177
* Elle Mouton
160178
* George Tsagkarelis
179+
* Oliver Gugger
161180
* Pins
162181
* Viktor Tigerström
163182
* Ziggie

0 commit comments

Comments
 (0)