File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -240,11 +240,17 @@ config option](https://github.com/lightningnetwork/lnd/pull/9182) and introduce
240
240
a new option ` channel-max-fee-exposure ` which is unambiguous in its description.
241
241
The underlying functionality between those two options remain the same.
242
242
243
+ * [ Abstraction of graph] ( https://github.com/lightningnetwork/lnd/pull/9480 )
244
+ access for autopilot.
245
+
243
246
* [ Golang was updated to
244
247
` v1.22.11 ` ] ( https://github.com/lightningnetwork/lnd/pull/9462 ) .
245
248
246
- * Various refactors to simplify the
247
- ` graph.Builder ` [ 1] ( https://github.com/lightningnetwork/lnd/pull/9476 ) .
249
+ * Various refactors and preparations to simplify the
250
+ ` graph.Builder ` and to move the funding tx validation to the gossiper.
251
+ [ 1] ( https://github.com/lightningnetwork/lnd/pull/9476 )
252
+ [ 2] ( https://github.com/lightningnetwork/lnd/pull/9477 )
253
+
248
254
249
255
## Breaking Changes
250
256
## Performance Improvements
@@ -329,6 +335,9 @@ The underlying functionality between those two options remain the same.
329
335
to the sweeper to improve code quality, with a renaming of the internal state
330
336
(` Failed ` -> ` Fatal ` ) used by the inputs tracked in the sweeper.
331
337
338
+ * A code refactor that [ replaces min/max helpers with built-in min/max
339
+ functions] ( https://github.com/lightningnetwork/lnd/pull/9451 ) .
340
+
332
341
## Tooling and Documentation
333
342
334
343
* [ Improved ` lncli create ` command help text] ( https://github.com/lightningnetwork/lnd/pull/9077 )
You can’t perform that action at this time.
0 commit comments