Skip to content

Commit

Permalink
Merge pull request #581 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 Dec 1, 2023
2 parents 192ae21 + e960638 commit 5ac5c1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/lnd/release-notes/release-notes-0.17.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8220) a loop variable
issue which may affect programs built using go `v1.20` and below.

* [An issue where LND would hang on shutdown has been fixed.](https://github.com/lightningnetwork/lnd/pull/8151)

# New Features
## Functional Enhancements
## RPC Additions
Expand All @@ -39,6 +41,10 @@
## Breaking Changes
## Performance Improvements

* [Optimized](https://github.com/lightningnetwork/lnd/pull/8232) the memoray
usage of `btcwallet`'s mempool. Users would need to use `bitcoind v25.0.0`
and above to take the advantage of this optimization.

# Technical and Architectural Updates
## BOLT Spec Updates
## Testing
Expand All @@ -47,4 +53,5 @@
## Tooling and Documentation

# Contributors (Alphabetical Order)
* Eugene Siegel
* Yong Yu
5 changes: 5 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 @@ -63,6 +63,11 @@
* A new config value,
[http-header-timeout](https://github.com/lightningnetwork/lnd/pull/7715), is added so users can specify the amount of time the http server will wait for a request to complete before closing the connection. The default value is 5 seconds.

* [`routerrpc.usestatusinitiated` is
introduced](https://github.com/lightningnetwork/lnd/pull/8177) to signal that
the new payment status `Payment_INITIATED` should be used for payment-related
RPCs. It's recommended to use it to provide granular controls over payments.

## RPC Additions

* [Deprecated](https://github.com/lightningnetwork/lnd/pull/7175)
Expand Down

0 comments on commit 5ac5c1d

Please sign in to comment.