docs: add 0.21 release note for bitcoind miner tests
What changed, and why it matters
This commit only adds a release note describing new test infrastructure. It documents that the project's integration-test framework gained the ability to use a bitcoind-backed miner backend, and that continuous integration now tests that combination. There is no code change, no bug fix, and no security-relevant behavior change in the software itself.
No security action needed. This is a documentation-only release-note entry.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a five-line addition to docs/release-notes/release-notes-0.21.0.md. It records PR #10481, which added a bitcoind-backed miner backend to lntest and enabled CI coverage for backend=bitcoind minerbackend=bitcoind. The change is purely documentation/release-notes.
Changed components
docs/release-notes/release-notes-0.21.0.mdInspect captured patch +5 / −0
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index 779f945..4db5cbf 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -224,6 +224,11 @@
invalid lengths, including roundtrip tests for Fee, Musig2Nonce,
ShortChannelID and Vertex records.
+* [Added a bitcoind-backed miner backend to `lntest`](https://github.com/lightningnetwork/lnd/pull/10481).
+ Integration tests can now select the miner backend independently from the
+ chain backend, and CI now covers the `backend=bitcoind
+ minerbackend=bitcoind` path.
+
## Database
* Freeze the [graph SQL migration
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.