Skip to content

Commit

Permalink
Merge pull request #646 from lightninglabs/docs-lnd
Browse files Browse the repository at this point in the history
Update lnd documentation
  • Loading branch information
github-actions[bot] committed May 8, 2024
2 parents 54b6655 + ac5ef17 commit ce1f9b4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/lnd/release-notes/release-notes-0.18.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,17 @@
its bitcoin peers' `feefilter` values into
account](https://github.com/lightningnetwork/lnd/pull/8418).

* Web fee estimator settings have been moved into a new `fee` config group.
A new `fee.url` option has been added within this group that replaces the old
`feeurl` option, which is now deprecated. Additionally, [two new config values,
fee.min-update-timeout and fee.max-update-timeout](https://github.com/lightningnetwork/lnd/pull/8484)
are added to allow users to specify the minimum and maximum time between fee
updates from the web fee estimator. The default values are 5 minutes and 20
minutes respectively. These values are used to prevent the fee estimator from
being queried too frequently. This replaces previously hardcoded values that
were set to the same values as the new defaults. The previously deprecated
`neutrino.feeurl` option has been removed.

* [Preparatory work](https://github.com/lightningnetwork/lnd/pull/8159) for
forwarding of blinded routes was added, along with [support](https://github.com/lightningnetwork/lnd/pull/8160)
for forwarding blinded payments and [error handling](https://github.com/lightningnetwork/lnd/pull/8485).
Expand Down Expand Up @@ -433,6 +444,9 @@
logged](https://github.com/lightningnetwork/lnd/pull/8693) when no values are
specified.

* Removed deprecated `neutrino.feeurl` option. Please use the newer `fee.url`
option instead.

## Performance Improvements

* Watchtower client DB migration to massively [improve the start-up
Expand Down Expand Up @@ -569,6 +583,7 @@
* testwill
* Thabokani
* threewebcode
* Tom Kirkpatrick
* Turtle
* twofaktor
* vuittont60
Expand Down

0 comments on commit ce1f9b4

Please sign in to comment.