We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c25f98f + 121e6c4 commit 337d9a9Copy full SHA for 337d9a9
.github/workflows/main.yml
@@ -21,7 +21,7 @@ defaults:
21
shell: bash
22
23
env:
24
- BITCOIN_VERSION: "28"
+ BITCOIN_VERSION: "29"
25
26
# TRANCHES defines the number of tranches used in the itests.
27
TRANCHES: 16
docs/release-notes/release-notes-0.19.0.md
@@ -377,6 +377,10 @@ The underlying functionality between those two options remain the same.
377
[2](https://github.com/lightningnetwork/lnd/pull/9477)
378
[3](https://github.com/lightningnetwork/lnd/pull/9478).
379
380
+* [CI has been updated to build against
381
+ `bitcoind 29.0`](https://github.com/lightningnetwork/lnd/pull/9628) to ensure
382
+ compatibility.
383
+
384
## Breaking Changes
385
## Performance Improvements
386
0 commit comments