mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 19:16:56 +01:00
docs: update release notes
This commit is contained in:
parent
2614110684
commit
220eac2f0f
2 changed files with 9 additions and 2 deletions
|
@ -262,8 +262,6 @@ The underlying functionality between those two options remain the same.
|
||||||
- [Abstract autopilot access](https://github.com/lightningnetwork/lnd/pull/9480)
|
- [Abstract autopilot access](https://github.com/lightningnetwork/lnd/pull/9480)
|
||||||
- [Abstract invoicerpc server access](https://github.com/lightningnetwork/lnd/pull/9516)
|
- [Abstract invoicerpc server access](https://github.com/lightningnetwork/lnd/pull/9516)
|
||||||
- [Refactor to hide DB transactions](https://github.com/lightningnetwork/lnd/pull/9513)
|
- [Refactor to hide DB transactions](https://github.com/lightningnetwork/lnd/pull/9513)
|
||||||
- Move the [graph cache out of the graph
|
|
||||||
CRUD](https://github.com/lightningnetwork/lnd/pull/9544) layer.
|
|
||||||
|
|
||||||
* [Golang was updated to
|
* [Golang was updated to
|
||||||
`v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).
|
`v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
|
|
||||||
## Code Health
|
## Code Health
|
||||||
|
|
||||||
|
* Graph abstraction and refactoring work:
|
||||||
|
- Move the [graph cache out of the graph
|
||||||
|
CRUD](https://github.com/lightningnetwork/lnd/pull/9544) layer.
|
||||||
|
- Move [topology
|
||||||
|
subscription](https://github.com/lightningnetwork/lnd/pull/9577) and
|
||||||
|
notification handling from the graph.Builder to the ChannelGraph.
|
||||||
|
|
||||||
## Tooling and Documentation
|
## Tooling and Documentation
|
||||||
|
|
||||||
# Contributors (Alphabetical Order)
|
# Contributors (Alphabetical Order)
|
||||||
|
|
||||||
|
* Elle Mouton
|
||||||
|
|
Loading…
Add table
Reference in a new issue