What changed, and why it matters
This commit only adds a release notes entry describing a prior code refactoring. It changes a single documentation file, adding a bullet point about making channel graph updates more memory-efficient and adding a contributor's name. There is no code change and no security relevance.
No security action needed. This is a documentation-only release notes update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies docs/release-notes/release-notes-0.20.0.md to document PR #10128, which refactored channel graph update iterators to use Go’s iter.Seq2 pattern. The methods UpdatesInHorizon, NodeUpdatesInHorizon, and ChanUpdatesInHorizon now return lazy iterators. No source code is changed in this commit.
Changed components
docs/release-notes/release-notes-0.20.0.mdInspect captured patch +7 / −0
diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md
index 39a05b2..631ede8 100644
--- a/docs/release-notes/release-notes-0.20.0.md
+++ b/docs/release-notes/release-notes-0.20.0.md
@@ -219,6 +219,12 @@ reader of a payment request.
- [Introduced](https://github.com/lightningnetwork/lnd/pull/10136) a wallet
interface to decouple the relationship between `lnd` and `btcwallet`.
+- [Refactored](https://github.com/lightningnetwork/lnd/pull/10128) channel graph
+ update iterators to use Go's `iter.Seq2` pattern. The `UpdatesInHorizon`,
+ `NodeUpdatesInHorizon`, and `ChanUpdatesInHorizon` methods now return lazy
+ iterators instead of materializing all updates in memory at once, improving
+ memory efficiency for large graph operations.
+
## Breaking Changes
## Performance Improvements
@@ -300,6 +306,7 @@ reader of a payment request.
* Erick Cestari
* Funyug
* Mohamed Awnallah
+* Olaoluwa Osuntokun
* Pins
* Torkel Rogstad
* Yong Yu
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.