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:
9191
9292## lncli Additions
9393
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.
9794
9895# Improvements
9996## Functional Updates
10097## RPC Updates
10198
10299## lncli Updates
103-
104-
105100## Code Health
106101## Breaking Changes
107102## Performance Improvements
@@ -124,5 +119,4 @@ types in a series of changes:
124119* George Tsagkarelis
125120* Olaoluwa Osuntokun
126121* Oliver Gugger
127- * Ziggie
128-
122+ * Ziggie
Original file line number Diff line number Diff line change 107107* The ` lncli wallet fundpsbt ` command now has a [ ` --max_fee_ratio ` argument to
108108 specify the max fees to output amounts ratio.] ( https://github.com/lightningnetwork/lnd/pull/8600 )
109109
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+
110114# Improvements
111115## Functional Updates
112116
@@ -216,6 +220,11 @@ The underlying functionality between those two options remain the same.
216220 store] ( https://github.com/lightningnetwork/lnd/pull/9001 ) so that results are
217221 namespaced. All existing results are written to the "default" namespace.
218222
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+
219228## Code Health
220229
221230* 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.
239248# Contributors (Alphabetical Order)
240249
241250* Abdullahi Yunus
251+ * Alex Akselrod
242252* Animesh Bilthare
243253* Boris Nagaev
244254* Carla Kirk-Cohen
245255* CharlieZKSmith
246256* Elle Mouton
247257* George Tsagkarelis
248258* hieblmi
259+ * Jesse de Wit
249260* Keagan McClelland
250261* Oliver Gugger
251262* Pins
You can’t perform that action at this time.
0 commit comments