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 diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index ae020a82c..f0c106293 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -377,6 +377,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