File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -91,17 +91,12 @@ types in a series of changes:
91
91
92
92
## lncli Additions
93
93
94
- * [ ` updatechanpolicy ` ] ( https://github.com/lightningnetwork/lnd/pull/8805 ) will
95
- now update the channel policy if the edge was not found in the graph
96
- database if the ` create_missing_edge ` flag is set.
97
94
98
95
# Improvements
99
96
## Functional Updates
100
97
## RPC Updates
101
98
102
99
## lncli Updates
103
-
104
-
105
100
## Code Health
106
101
## Breaking Changes
107
102
## Performance Improvements
@@ -124,5 +119,4 @@ types in a series of changes:
124
119
* George Tsagkarelis
125
120
* Olaoluwa Osuntokun
126
121
* Oliver Gugger
127
- * Ziggie
128
-
122
+ * Ziggie
Original file line number Diff line number Diff line change 107
107
* The ` lncli wallet fundpsbt ` command now has a [ ` --max_fee_ratio ` argument to
108
108
specify the max fees to output amounts ratio.] ( https://github.com/lightningnetwork/lnd/pull/8600 )
109
109
110
+ * [ ` updatechanpolicy ` ] ( https://github.com/lightningnetwork/lnd/pull/8805 ) will
111
+ now update the channel policy if the edge was not found in the graph
112
+ database if the ` create_missing_edge ` flag is set.
113
+
110
114
# Improvements
111
115
## Functional Updates
112
116
@@ -216,6 +220,11 @@ The underlying functionality between those two options remain the same.
216
220
store] ( https://github.com/lightningnetwork/lnd/pull/9001 ) so that results are
217
221
namespaced. All existing results are written to the "default" namespace.
218
222
223
+ * [ Remove global application level lock for
224
+ Postgres] ( https://github.com/lightningnetwork/lnd/pull/9242 ) so multiple DB
225
+ transactions can run at once, increasing efficiency. Includes several bugfixes
226
+ to allow this to work properly.
227
+
219
228
## Code Health
220
229
221
230
* A code refactor that [ moves all the graph related DB code out of the
@@ -239,13 +248,15 @@ The underlying functionality between those two options remain the same.
239
248
# Contributors (Alphabetical Order)
240
249
241
250
* Abdullahi Yunus
251
+ * Alex Akselrod
242
252
* Animesh Bilthare
243
253
* Boris Nagaev
244
254
* Carla Kirk-Cohen
245
255
* CharlieZKSmith
246
256
* Elle Mouton
247
257
* George Tsagkarelis
248
258
* hieblmi
259
+ * Jesse de Wit
249
260
* Keagan McClelland
250
261
* Oliver Gugger
251
262
* Pins
You can’t perform that action at this time.
0 commit comments