2.2 KiB
Release Notes
Security
lncli
- Add auto-generated command-line completions for Fish shell.
Bug Fixes
-
Fixed an inactive invoice subscription not removed from invoice registry. When an invoice subscription is created and canceled immediately, it could be left uncleaned due to the cancel signal is processed before the creation. It is now properly handled by moving creation before deletion.
-
When the block height+delta specified by a network message is greater than the gossiper's best height, it will be considered as premature and ignored. These premature messages are now saved into a cache and processed once the height has reached.
Misc
-
An example systemd service file for running lnd alongside a bitcoind service is now provided in
contrib/init/lnd.service
. -
Allow disabling migrations if the database backend passed to
channeldb
was opened in read-only mode. -
Disable compiler optimizations when building
lnd-debug
andlncli-debug
. It helps when stepping through the code with a debugger like Delve. -
A new command
lncli leaseoutput
was added.
RPC Server
- Add value to the field
remote_balance
inpending_force_closing_channels
underpendingchannels
whereas before was empty(zero).
Documentation
- Improved instructions on how to build lnd for mobile.
Code Health
Code cleanup, refactor, typo fixes
Contributors (Alphabetical Order)
- Andreas Schjønhaug
- Daniel McNally
- ErikEk
- Joost Jager
- Liviu
- Torkel Rogstad
- Vsevolod Kaganovych
- Yong Yu