File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ commitment when the channel was force closed.
57
57
[ here] ( https://github.com/lightningnetwork/lnd/issues/8146 ) for a summary of
58
58
the issue.
59
59
60
+ * We'll now always send [ channel updates to our remote peer for open
61
+ channels] ( https://github.com/lightningnetwork/lnd/pull/8963 ) .
62
+
60
63
# New Features
61
64
## Functional Enhancements
62
65
## RPC Additions
@@ -97,6 +100,9 @@ commitment when the channel was force closed.
97
100
SendCoins (req)
98
101
```
99
102
103
+ * The ` EstimateFee ` call on the ` walletrpc ` sub-server now [ also returns the
104
+ current ` min_relay_fee ` ] ( https://github.com/lightningnetwork/lnd/pull/8986 ) .
105
+
100
106
## lncli Additions
101
107
102
108
* [ Added] ( https://github.com/lightningnetwork/lnd/pull/8491 ) the ` cltv_expiry `
@@ -206,6 +212,10 @@ commitment when the channel was force closed.
206
212
* Add the ability to [ send to use multiple blinded payment
207
213
paths] ( https://github.com/lightningnetwork/lnd/pull/8764 ) in an MP payment.
208
214
215
+ * [ Improve route blinding invoice generation
216
+ UX] ( https://github.com/lightningnetwork/lnd/pull/8976 ) by making various
217
+ params configurable on a per-RPC basis.
218
+
209
219
## Testing
210
220
## Database
211
221
@@ -243,6 +253,7 @@ commitment when the channel was force closed.
243
253
* Elle Mouton
244
254
* Eugene Siegel
245
255
* Matheus Degiovani
256
+ * Olaoluwa Osuntokun
246
257
* Oliver Gugger
247
258
* Slyghtning
248
259
* Yong Yu
You can’t perform that action at this time.
0 commit comments