mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-06 21:52:48 +02:00
docs: update release notes
Also move incorrect entry from 18.2 to 18.3
This commit is contained in:
@@ -40,10 +40,6 @@
|
|||||||
## BOLT Spec Updates
|
## BOLT Spec Updates
|
||||||
## Testing
|
## Testing
|
||||||
## Database
|
## Database
|
||||||
|
|
||||||
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8854) pagination issues
|
|
||||||
in SQL invoicedb queries.
|
|
||||||
|
|
||||||
## Code Health
|
## Code Health
|
||||||
## Tooling and Documentation
|
## Tooling and Documentation
|
||||||
|
|
||||||
|
@@ -100,7 +100,16 @@
|
|||||||
invoice database. Invoices with incorrect expiry values will be updated to
|
invoice database. Invoices with incorrect expiry values will be updated to
|
||||||
24-hour expiry, which is the default behavior in LND.
|
24-hour expiry, which is the default behavior in LND.
|
||||||
|
|
||||||
|
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8854) pagination issues
|
||||||
|
in SQL invoicedb queries.
|
||||||
|
|
||||||
## Code Health
|
## Code Health
|
||||||
|
|
||||||
|
* [Move graph building and
|
||||||
|
maintaining](https://github.com/lightningnetwork/lnd/pull/8848) duties from
|
||||||
|
the `routing.ChannelRouter` to the new `graph.Builder` sub-system and also
|
||||||
|
remove the `channeldb.ChannelGraph` pointer from the `ChannelRouter`.
|
||||||
|
|
||||||
## Tooling and Documentation
|
## Tooling and Documentation
|
||||||
|
|
||||||
# Contributors (Alphabetical Order)
|
# Contributors (Alphabetical Order)
|
||||||
|
Reference in New Issue
Block a user