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
@@ -252,9 +248,6 @@ The underlying functionality between those two options remain the same.
252
248
* [ Abstraction of graph] ( https://github.com/lightningnetwork/lnd/pull/9480 )
253
249
access for autopilot.
254
250
255
- * [ Golang was updated to
256
- ` v1.22.11 ` ] ( https://github.com/lightningnetwork/lnd/pull/9462 ) .
257
-
258
251
* Move funding transaction validation to the gossiper
259
252
[ 1] ( https://github.com/lightningnetwork/lnd/pull/9476 )
260
253
[ 2] ( https://github.com/lightningnetwork/lnd/pull/9477 )
@@ -318,11 +311,6 @@ The underlying functionality between those two options remain the same.
318
311
store] ( https://github.com/lightningnetwork/lnd/pull/9001 ) so that results are
319
312
namespaced. All existing results are written to the "default" namespace.
320
313
321
- * [ Remove global application level lock for
322
- Postgres] ( https://github.com/lightningnetwork/lnd/pull/9242 ) so multiple DB
323
- transactions can run at once, increasing efficiency. Includes several bugfixes
324
- to allow this to work properly.
325
-
326
314
* [ Migrate KV invoices to
327
315
SQL] ( https://github.com/lightningnetwork/lnd/pull/8831 ) as part of a larger
328
316
effort to support SQL databases natively in LND.
@@ -365,7 +353,6 @@ The underlying functionality between those two options remain the same.
365
353
# Contributors (Alphabetical Order)
366
354
367
355
* Abdullahi Yunus
368
- * Alex Akselrod
369
356
* Andras Banki-Horvath
370
357
* Animesh Bilthare
371
358
* Boris Nagaev
@@ -374,7 +361,6 @@ The underlying functionality between those two options remain the same.
374
361
* Elle Mouton
375
362
* George Tsagkarelis
376
363
* hieblmi
377
- * Jesse de Wit
378
364
* Keagan McClelland
379
365
* Nishant Bansal
380
366
* Oliver Gugger
0 commit comments