mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-28 12:39:51 +02:00
1.4 KiB
1.4 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.
RPC Server
- Add value to the field
remote_balance
inpending_force_closing_channels
underpendingchannels
whereas before was empty(zero).
Code Health
Code cleanup, refactor, typo fixes
Contributors (Alphabetical Order)
- Daniel McNally
- ErikEk
- Torkel Rogstad
- Yong Yu