131
131
* The ` lncli wallet fundpsbt ` command now has a [ ` --max_fee_ratio ` argument to
132
132
specify the max fees to output amounts ratio.] ( https://github.com/lightningnetwork/lnd/pull/8600 )
133
133
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
-
138
134
* [ Enhance] ( https://github.com/lightningnetwork/lnd/pull/9390 ) the
139
135
` lncli listchannels ` output by adding the human readable short
140
136
channel id and the channel id defined in BOLT02. Moreover change
170
166
use the configured budget values for HTLCs (first level sweep) in parcticular
171
167
` --sweeper.budget.deadlinehtlcratio ` and ` --sweeper.budget.deadlinehtlc ` .
172
168
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
+
173
173
## RPC Updates
174
174
175
175
* 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.
248
248
* [ Abstraction of graph] ( https://github.com/lightningnetwork/lnd/pull/9480 )
249
249
access for autopilot.
250
250
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
256
252
[ 1] ( https://github.com/lightningnetwork/lnd/pull/9476 )
257
253
[ 2] ( https://github.com/lightningnetwork/lnd/pull/9477 )
254
+ [ 3] ( https://github.com/lightningnetwork/lnd/pull/9478 ) .
258
255
259
256
260
257
## Breaking Changes
@@ -314,11 +311,6 @@ The underlying functionality between those two options remain the same.
314
311
store] ( https://github.com/lightningnetwork/lnd/pull/9001 ) so that results are
315
312
namespaced. All existing results are written to the "default" namespace.
316
313
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
-
322
314
* [ Migrate KV invoices to
323
315
SQL] ( https://github.com/lightningnetwork/lnd/pull/8831 ) as part of a larger
324
316
effort to support SQL databases natively in LND.
@@ -361,7 +353,6 @@ The underlying functionality between those two options remain the same.
361
353
# Contributors (Alphabetical Order)
362
354
363
355
* Abdullahi Yunus
364
- * Alex Akselrod
365
356
* Andras Banki-Horvath
366
357
* Animesh Bilthare
367
358
* Boris Nagaev
@@ -370,7 +361,6 @@ The underlying functionality between those two options remain the same.
370
361
* Elle Mouton
371
362
* George Tsagkarelis
372
363
* hieblmi
373
- * Jesse de Wit
374
364
* Keagan McClelland
375
365
* Nishant Bansal
376
366
* Oliver Gugger
0 commit comments