Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/lnd/release-notes/release-notes-0.20.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -300,6 +306,7 @@ reader of a payment request.
* Erick Cestari
* Funyug
* Mohamed Awnallah
* Olaoluwa Osuntokun
* Pins
* Torkel Rogstad
* Yong Yu
Expand Down