File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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
158176* CharlieZKSmith
159177* Elle Mouton
160178* George Tsagkarelis
179+ * Oliver Gugger
161180* Pins
162181* Viktor Tigerström
163182* Ziggie
You can’t perform that action at this time.
0 commit comments