What changed, and why it matters
This commit only edits the release notes document for LND 0.20.1. It adds a description of a previously merged bug fix (PR #10449) that could cause startup failures due to timestamp comparison issues. The commit itself does not change any executable code, so it cannot directly introduce or fix a security vulnerability. It is purely documentation.
No action required for this documentation commit. Review PR #10449 separately if assessing the underlying fix.
Security signals we found
Release note references a prior bug fix (PR #10449) related to startup failures
No code changes in this commit
No security-specific language in the added release note text
Evidence from the diff
The diff adds a bullet to docs/release-notes/release-notes-0.20.1.md describing PR #10449, which fixes a timestamp comparison bug in source node updates that could lead to ‘sql: no rows in result set’ startup errors. The actual code change occurred in PR #10449, not in this commit. This commit is a documentation-only update with no code modifications.
Changed components
docs/release-notes/release-notes-0.20.1.mdInspect captured patch +6 / −0
diff --git a/docs/release-notes/release-notes-0.20.1.md b/docs/release-notes/release-notes-0.20.1.md
index 3448940..571cfc3 100644
--- a/docs/release-notes/release-notes-0.20.1.md
+++ b/docs/release-notes/release-notes-0.20.1.md
@@ -36,6 +36,12 @@
condition](https://github.com/lightningnetwork/lnd/pull/10371) which could
prevent a node from starting up if two goroutines attempt to update the
node's announcement at the same time.
+
+* [Fix timestamp comparison in source node
+ updates](https://github.com/lightningnetwork/lnd/pull/10449) that could still
+ cause "sql: no rows in result set" startup errors. The previous fix (#10371)
+ addressed concurrent updates with equal timestamps, but the seconds-only
+ comparison could still fail when restarting with different minute/hour values.
* [Fix a startup issue in LND when encountering a
deserialization issue](https://github.com/lightningnetwork/lnd/pull/10383)
Why this scored 16/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.