Merge pull request #9628 from guggero/bitcoind-29

scripts+GitHub: use bitcoind v29.0
This commit is contained in:
Oliver Gugger
2025-04-17 16:23:00 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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