mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
1.9 KiB
1.9 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.
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
- Yong Yu