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
lnd
nodes running withbitcoind
using therpcpolling
has been significantly reduced (previously scaled with total mempool size)."
What's changed
- Replaced
musig2Sessions
with aSyncMap
used ininput
package to avoid concurrent write to this map. - Fixed a loop variable issue which may affect programs built using go
v1.20
and 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.0
and above to take the advantage of this optimization.