mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
2.2 KiB
2.2 KiB
Release Notes
Build system
lncli
-
Add
payment_addr
flag tobuildroute
so that the mpp record of the route can be set correctly. -
Hop hints are now opt in when using
lncli addholdinvoice
. Users now need to explicitly specify the--private
flag.
Database
- Delete failed payment attempts
once payments are settled, unless specified with
keep-failed-payment-attempts
flag.
Documentation
- Add minor comment on subscribe/cancel/lookup invoice parameter encoding.
- Log pubkey for peer related messages.
RPC Server
Bug Fixes
-
Fixed data race found in
TestSerializeHTLCEntries
. -
Fixed a bug in the
SignPsbt
RPC that produced an invalid response when signing a NP2WKH input. -
Update the
urfave/cli
package because of a flag parsing bug. -
The HtlcSwitch now waits for a ChannelLink to stop before replacing it. This fixes a race condition.
Contributors (Alphabetical Order)
- Carsten Otto
- Elle Mouton
- ErikEk
- Eugene Siegel
- Oliver Gugger
- Priyansh Rastogi
- Tommy Volk
- Yong Yu