Skip to content

Commit

Permalink
Merge pull request #681 from lightninglabs/docs-lnd
Browse files Browse the repository at this point in the history
Update lnd documentation
  • Loading branch information
github-actions[bot] authored Aug 9, 2024
2 parents 2fbca71 + 35a637b commit ab4f9bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/lnd/release-notes/release-notes-0.18.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ commitment when the channel was force closed.
[here](https://github.com/lightningnetwork/lnd/issues/8146) for a summary of
the issue.

* We'll now always send [channel updates to our remote peer for open
channels](https://github.com/lightningnetwork/lnd/pull/8963).

# New Features
## Functional Enhancements
## RPC Additions
Expand Down Expand Up @@ -97,6 +100,9 @@ commitment when the channel was force closed.
SendCoins(req)
```

* The `EstimateFee` call on the `walletrpc` sub-server now [also returns the
current `min_relay_fee`](https://github.com/lightningnetwork/lnd/pull/8986).

## lncli Additions

* [Added](https://github.com/lightningnetwork/lnd/pull/8491) the `cltv_expiry`
Expand Down Expand Up @@ -206,6 +212,10 @@ commitment when the channel was force closed.
* Add the ability to [send to use multiple blinded payment
paths](https://github.com/lightningnetwork/lnd/pull/8764) in an MP payment.

* [Improve route blinding invoice generation
UX](https://github.com/lightningnetwork/lnd/pull/8976) by making various
params configurable on a per-RPC basis.

## Testing
## Database

Expand Down Expand Up @@ -243,6 +253,7 @@ commitment when the channel was force closed.
* Elle Mouton
* Eugene Siegel
* Matheus Degiovani
* Olaoluwa Osuntokun
* Oliver Gugger
* Slyghtning
* Yong Yu
Expand Down

0 comments on commit ab4f9bc

Please sign in to comment.