mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-20 02:27:21 +01:00
2.7 KiB
2.7 KiB
Release Notes
Wallet
- A bug that prevented opening anchor-based channels from external wallets when the internal wallet was empty even though the transaction contained a sufficiently large output belonging to the internal wallet was fixed In other words, freshly-installed LND can now be initailized with multiple channels from an external (e.g. hardware) wallet in a single transaction.
Build System
Bug fixes
-
We now always set a channel type if the other party signals the feature bit.
-
Ensure that the min relay fee is always clamped by our fee floor
-
A conflict was found in connecting peers, where the peer bootstrapping process and persistent connection could compete connection for a peer that led to an already made connection being lost. This is now fixed so that bootstrapping will always ignore the peers chosen by the persistent connection.
RPC Server
-
ChanStatusFlags is now exposed inside WaitingCloseResp from calling
PendingChannels
. -
Closing txid is now exposed inside WaitingCloseResp from calling
PendingChannels
.
Contributors (Alphabetical Order)
- Andras Banki-Horvath
- Bjarne Magnussen
- Elle Mouton
- Harsha Goli
- Martin Habovštiak
- Naveen Srinivasan
- Oliver Gugger
- Yong Yu