From f4a6c3487a74b159cf2514fd49fed10ed28b4a2c Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Sun, 23 Mar 2025 10:43:15 -0500 Subject: [PATCH 1/2] scripts+GitHub: use bitcoind v29.0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 913b4458e..4bbe88971 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ defaults: shell: bash env: - BITCOIN_VERSION: "28" + BITCOIN_VERSION: "29" # TRANCHES defines the number of tranches used in the itests. TRANCHES: 16 From 121e6c40157de4fabf410f983eaa1fdd88a8485d Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 17 Apr 2025 09:10:08 +0200 Subject: [PATCH 2/2] docs: update release notes --- docs/release-notes/release-notes-0.19.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index e4ce83116..b52d536f2 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -330,6 +330,10 @@ The underlying functionality between those two options remain the same. [2](https://github.com/lightningnetwork/lnd/pull/9477) [3](https://github.com/lightningnetwork/lnd/pull/9478). +* [CI has been updated to build against + `bitcoind 29.0`](https://github.com/lightningnetwork/lnd/pull/9628) to ensure + compatibility. + ## Breaking Changes ## Performance Improvements