btcpayserver / btcpayserver-docker

Docker resources for hosting BTCPayServer easily
MIT License
560 stars 345 forks source link

Bumping LND to 0.17.4-beta #878

Closed rockstardev closed 4 months ago

rockstardev commented 4 months ago

Creating this PR for update to the latest version of LND. There are a lot of important fixes so thus expediting: https://github.com/lightningnetwork/lnd/releases/tag/v0.17.4-beta

There were occasional problems with this version:

However, opening PR after talking with Nicolas so others can do testing on their machines and we have option to merge it.

To test on your server connect with SSH and do:

git fetch
git checkout feat/lnd-v0.17.4-beta
btcpay-update.sh
rockstardev commented 4 months ago

@NicolasDorier tested and it worked OK on his instance, merging