File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 4040## BOLT Spec Updates
4141## Testing
4242## Database
43-
44- * [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/8854 ) pagination issues
45- in SQL invoicedb queries.
46-
4743## Code Health
4844## Tooling and Documentation
4945
Original file line number Diff line number Diff line change 100100 invoice database. Invoices with incorrect expiry values will be updated to
101101 24-hour expiry, which is the default behavior in LND.
102102
103+ * [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/8854 ) pagination issues
104+ in SQL invoicedb queries.
105+
103106## Code Health
107+
108+ * [ Move graph building and
109+ maintaining] ( https://github.com/lightningnetwork/lnd/pull/8848 ) duties from
110+ the ` routing.ChannelRouter ` to the new ` graph.Builder ` sub-system and also
111+ remove the ` channeldb.ChannelGraph ` pointer from the ` ChannelRouter ` .
112+
104113## Tooling and Documentation
105114
106115# Contributors (Alphabetical Order)
You can’t perform that action at this time.
0 commit comments