mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 22:27:22 +01:00
docs/release-notes: add release notes entry
This commit is contained in:
@@ -219,6 +219,12 @@ reader of a payment request.
|
|||||||
- [Introduced](https://github.com/lightningnetwork/lnd/pull/10136) a wallet
|
- [Introduced](https://github.com/lightningnetwork/lnd/pull/10136) a wallet
|
||||||
interface to decouple the relationship between `lnd` and `btcwallet`.
|
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
|
## Breaking Changes
|
||||||
## Performance Improvements
|
## Performance Improvements
|
||||||
|
|
||||||
@@ -300,6 +306,7 @@ reader of a payment request.
|
|||||||
* Erick Cestari
|
* Erick Cestari
|
||||||
* Funyug
|
* Funyug
|
||||||
* Mohamed Awnallah
|
* Mohamed Awnallah
|
||||||
|
* Olaoluwa Osuntokun
|
||||||
* Pins
|
* Pins
|
||||||
* Torkel Rogstad
|
* Torkel Rogstad
|
||||||
* Yong Yu
|
* Yong Yu
|
||||||
|
|||||||
Reference in New Issue
Block a user