What changed, and why it matters
This commit only adds a release note describing a new experimental RPC endpoint and a known limitation (manually created aliases are lost on restart). It changes documentation only and contains no code modifications.
No security action needed; this is a documentation-only release note update. Review the underlying PR #10133 separately if assessing the experimental endpoint's security.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds six lines to docs/release-notes/release-notes-0.20.0.md documenting PR #10133, which introduces an experimental XFindBaseLocalChanAlias RPC. The note mentions that aliases created via XAddLocalChanAliases are lost on restart. There are no code, logic, or configuration changes.
Changed components
docs/release-notes/release-notes-0.20.0.mdInspect captured patch +6 / −0
diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md
index 8329cdf..39a05b2 100644
--- a/docs/release-notes/release-notes-0.20.0.md
+++ b/docs/release-notes/release-notes-0.20.0.md
@@ -62,6 +62,12 @@ a certain amount of msats.
- Added support for [P2TR Fallback Addresses](
https://github.com/lightningnetwork/lnd/pull/9975) in BOLT-11 invoices.
+- A new experimental RPC endpoint
+ [XFindBaseLocalChanAlias](https://github.com/lightningnetwork/lnd/pull/10133)
+ was added for looking up the base scid for an scid alias. Aliases that were
+ manually created via the `XAddLocalChanAliases` endpoint will get lost on
+ restart.
+
## Functional Enhancements
* [Add](https://github.com/lightningnetwork/lnd/pull/9677)
`ConfirmationsUntilActive` and `ConfirmationHeight` field to the
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.