131131*  The ` lncli wallet fundpsbt `  command now has a [ ` --max_fee_ratio `  argument to
132132  specify the max fees to output amounts ratio.] ( https://github.com/lightningnetwork/lnd/pull/8600 ) 
133133
134- *  [ ` updatechanpolicy ` ] ( https://github.com/lightningnetwork/lnd/pull/8805 )  will
135-   now update the channel policy if the edge was not found in the graph
136-   database if the ` create_missing_edge `  flag is set.
137- 
138134*  [ Enhance] ( https://github.com/lightningnetwork/lnd/pull/9390 )  the
139135  ` lncli listchannels `  output by adding the human readable short
140136  channel id and the channel id defined in BOLT02. Moreover change
170166 use the configured budget values for HTLCs (first level sweep) in parcticular
171167 ` --sweeper.budget.deadlinehtlcratio `  and ` --sweeper.budget.deadlinehtlc ` .
172168
169+ *  When deciding whether ` lnd `  is synced to chain, the current height from the
170+   blockbeat dispatcher is now also [ taken into
171+   consideration] ( https://github.com/lightningnetwork/lnd/pull/9501 ) .
172+ 
173173## RPC Updates  
174174
175175*  Some RPCs that previously just returned an empty response message now at least
@@ -248,13 +248,10 @@ The underlying functionality between those two options remain the same.
248248*  [ Abstraction of graph] ( https://github.com/lightningnetwork/lnd/pull/9480 )  
249249  access for autopilot. 
250250
251- *  [ Golang was updated to
252-   ` v1.22.11 ` ] ( https://github.com/lightningnetwork/lnd/pull/9462 ) . 
253- 
254- *  Various refactors and preparations to simplify the 
255-   ` graph.Builder `  and to move the funding tx validation to the gossiper.
251+ *  Move funding transaction validation to the gossiper
256252   [ 1] ( https://github.com/lightningnetwork/lnd/pull/9476 ) 
257253   [ 2] ( https://github.com/lightningnetwork/lnd/pull/9477 ) 
254+    [ 3] ( https://github.com/lightningnetwork/lnd/pull/9478 ) .
258255
259256
260257## Breaking Changes  
@@ -314,11 +311,6 @@ The underlying functionality between those two options remain the same.
314311  store] ( https://github.com/lightningnetwork/lnd/pull/9001 )  so that results are 
315312  namespaced. All existing results are written to the "default" namespace.
316313
317- *  [ Remove global application level lock for
318-   Postgres] ( https://github.com/lightningnetwork/lnd/pull/9242 )  so multiple DB
319-   transactions can run at once, increasing efficiency. Includes several bugfixes
320-   to allow this to work properly.
321- 
322314*  [ Migrate KV invoices to
323315  SQL] ( https://github.com/lightningnetwork/lnd/pull/8831 )  as part of a larger
324316  effort to support SQL databases natively in LND.
@@ -361,7 +353,6 @@ The underlying functionality between those two options remain the same.
361353# Contributors (Alphabetical Order)  
362354
363355*  Abdullahi Yunus
364- *  Alex Akselrod
365356*  Andras Banki-Horvath
366357*  Animesh Bilthare
367358*  Boris Nagaev
@@ -370,7 +361,6 @@ The underlying functionality between those two options remain the same.
370361*  Elle Mouton
371362*  George Tsagkarelis
372363*  hieblmi
373- *  Jesse de Wit
374364*  Keagan McClelland
375365*  Nishant Bansal
376366*  Oliver Gugger
0 commit comments