Skip to content

Commit 97aa46c

Browse files
Merge pull request #780 from lightninglabs/docs-lnd
Update lnd documentation
2 parents c89fd09 + f9f9e0b commit 97aa46c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/lnd/release-notes/release-notes-0.18.5.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@
5050

5151
* [Improved user experience](https://github.com/lightningnetwork/lnd/pull/9454)
5252
by returning a custom error code when HTLC carries incorrect custom records.
53+
54+
* [Make input validation stricter](https://github.com/lightningnetwork/lnd/pull/9470)
55+
when using the `BumpFee`, `BumpCloseFee(deprecated)` and `BumpForceCloseFee`
56+
RPCs. For the `BumpFee` RPC the new param `deadline_delta` is introduced. For
57+
the `BumpForceCloseFee` RPC the param `conf_target` was added. The conf_target
58+
changed in its meaning for all the RPCs which had it before. Now it is used
59+
for estimating the starting fee rate instead of being treated as the deadline,
60+
and it cannot be set together with `StartingFeeRate`. Moreover if the user now
61+
specifies the `deadline_delta` param, the budget value has to be set as well.
5362

5463
## Tooling and Documentation
5564

docs/lnd/release-notes/release-notes-0.19.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9322) that caused
6565
estimateroutefee to ignore the default payment timeout.
6666

67+
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9474) where LND would
68+
fail to persist (and hence, propagate) node announcements containing address
69+
types (such as a DNS hostname) unknown to LND.
70+
6771
# New Features
6872

6973
* [Support](https://github.com/lightningnetwork/lnd/pull/8390) for
@@ -239,6 +243,9 @@ The underlying functionality between those two options remain the same.
239243
* [Golang was updated to
240244
`v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).
241245

246+
* Various refactors to simplify the
247+
`graph.Builder` [1](https://github.com/lightningnetwork/lnd/pull/9476).
248+
242249
## Breaking Changes
243250
## Performance Improvements
244251

0 commit comments

Comments
 (0)