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.
219
219
- [ Introduced] ( https://github.com/lightningnetwork/lnd/pull/10136 ) a wallet
220
220
interface to decouple the relationship between ` lnd ` and ` btcwallet ` .
221
221
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
+
222
228
## Breaking Changes
223
229
## Performance Improvements
224
230
@@ -300,6 +306,7 @@ reader of a payment request.
300
306
* Erick Cestari
301
307
* Funyug
302
308
* Mohamed Awnallah
309
+ * Olaoluwa Osuntokun
303
310
* Pins
304
311
* Torkel Rogstad
305
312
* Yong Yu
You can’t perform that action at this time.
0 commit comments