BTCPayServer LND
This repository is used to build LND Docker container images that are distributed with BTCPayServer by default.
Docker images are published to https://hub.docker.com/r/btcpayserver/lnd/
Versions:
- 0.15.4-beta
- Includes 0.20.2-beta Loop
- Other versions are tagged, but obsoleted and not supported.
- All LND versions prior to 0.15.4 contain a consensus bug that prevents them from properly parsing transactions with more than 500,000 witness items per input (btcsuite/btcd#1906)
- All LND versions prior to 0.15.2 contain a bug that prevents them from properly parsing Taproot transactions with script size over 11000 bytes (lightningnetwork#7002)
- LND version 0.14.0-beta shipped with check that made it incompatable with c-lightning and eclair (lightningnetwork#5890)
- All LND versions prior to 0.13.3 contain specification-level vulnerability (https://lists.linuxfoundation.org/pipermail/lightning-dev/2021-October/003257.html)
- All LND versions prior to 0.7 contain critical vulnerability (https://lists.linuxfoundation.org/pipermail/lightning-dev/2019-September/002174.html)
Each version is marked with appropriate basedon-vX.X.X-beta
tags. We are using basedon
prefix in order not to conflict with LND tags from source repository.
Source repository
https://github.com/lightningnetwork/lnd