File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 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
240240a new option ` channel-max-fee-exposure ` which is unambiguous in its description.
241241The underlying functionality between those two options remain the same.
242242
243+ * [ Abstraction of graph] ( https://github.com/lightningnetwork/lnd/pull/9480 )
244+ access for autopilot.
245+
243246* [ Golang was updated to
244247 ` v1.22.11 ` ] ( https://github.com/lightningnetwork/lnd/pull/9462 ) .
245248
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+
248254
249255## Breaking Changes
250256## Performance Improvements
@@ -329,6 +335,9 @@ The underlying functionality between those two options remain the same.
329335 to the sweeper to improve code quality, with a renaming of the internal state
330336 (` Failed ` -> ` Fatal ` ) used by the inputs tracked in the sweeper.
331337
338+ * A code refactor that [ replaces min/max helpers with built-in min/max
339+ functions] ( https://github.com/lightningnetwork/lnd/pull/9451 ) .
340+
332341## Tooling and Documentation
333342
334343* [ 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