File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,12 @@ reader of a payment request.
219219- [ Introduced] ( https://github.com/lightningnetwork/lnd/pull/10136 ) a wallet
220220 interface to decouple the relationship between ` lnd ` and ` btcwallet ` .
221221
222+ - [ Refactored] ( https://github.com/lightningnetwork/lnd/pull/10128 ) channel graph
223+ update iterators to use Go's ` iter.Seq2 ` pattern. The ` UpdatesInHorizon ` ,
224+ ` NodeUpdatesInHorizon ` , and ` ChanUpdatesInHorizon ` methods now return lazy
225+ iterators instead of materializing all updates in memory at once, improving
226+ memory efficiency for large graph operations.
227+
222228## Breaking Changes
223229## Performance Improvements
224230
@@ -300,6 +306,7 @@ reader of a payment request.
300306* Erick Cestari
301307* Funyug
302308* Mohamed Awnallah
309+ * Olaoluwa Osuntokun
303310* Pins
304311* Torkel Rogstad
305312* Yong Yu
You can’t perform that action at this time.
0 commit comments