LND v0.17.3-beta: Hot Fix Release
The Lightning Network Daemon (LND) is a complete implementation of a Lightning Network node developed by Lightning Labs.
- "This is a hot fix release that fixes multiple concurrency and memory related bugs."
- "Memory consumption for
lndnodes running withbitcoindusing therpcpollinghas been significantly reduced (previously scaled with total mempool size)."
What's changed
- Replaced
musig2Sessionswith aSyncMapused ininputpackage to avoid concurrent write to this map. - Fixed a loop variable issue which may affect programs built using go
v1.20and below. - An issue where LND would hang on shutdown has been fixed.
- Optimized the memoray usage of
btcwallet's mempool. Users would need to usebitcoind v25.0.0and above to take the advantage of this optimization.