Skip to content

Commit fba6fda

Browse files
committed
docs: update release notes
1 parent 814e1a7 commit fba6fda

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/release-notes/release-notes-0.18.0.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,15 @@
221221
error is defined as a routing error found in one of a MPP's HTLC attempts.
222222
If, however, there's only one HTLC attempt, when it's failed, this payment is
223223
considered failed, thus there's no such thing as temp error for a non-MPP.
224+
224225
* Support for
225226
[MinConf](https://github.com/lightningnetwork/lnd/pull/8097)(minimum number
226227
of confirmations) has been added to the `WalletBalance` RPC call.
228+
229+
* [EstimateRouteFee](https://github.com/lightningnetwork/lnd/pull/8136) extends
230+
the graph based estimation by a payment probe approach which can lead to more
231+
accurate estimates. The new estimation method manually incorporates fees of
232+
destinations that lie hidden behind lightning service providers.
227233

228234
* `PendingChannels` now optionally returns the
229235
[raw hex of the closing tx](https://github.com/lightningnetwork/lnd/pull/8426)
@@ -250,6 +256,9 @@
250256
* `pendingchannels` now optionally returns the
251257
[raw hex of the closing tx](https://github.com/lightningnetwork/lnd/pull/8426)
252258
in `waiting_close_channels`.
259+
260+
* The [estimateroutefee](https://github.com/lightningnetwork/lnd/pull/8136)
261+
subcommand now gives access to graph based and payment probe fee estimation.
253262

254263
## Code Health
255264

@@ -346,10 +355,10 @@
346355
* Keagan McClelland
347356
* Marcos Fernandez Perez
348357
* Matt Morehouse
358+
* Ononiwu Maureen Chiamaka
349359
* Slyghtning
350360
* Tee8z
351361
* Turtle
352-
* Ononiwu Maureen Chiamaka
353362
* w3irdrobot
354363
* Yong Yu
355364
* Ziggie

0 commit comments

Comments
 (0)