Skip to content

Commit

Permalink
Merge pull request #676 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 Jul 31, 2024
2 parents 66d9b67 + 23f71ec commit f85c3c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lnd/leader_election.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ readinessProbe:
command: [
"/bin/sh",
"-c",
"set -e; set -o pipefail; curl -s -k -o - https://localhost:8080/v1/state | jq .'State' | grep -E 'NON_EXISTING|LOCKED|UNLOCKED|RPC_ACTIVE'",
"set -e; set -o pipefail; curl -s -k -o - https://localhost:8080/v1/state | jq .'State' | grep -E 'NON_EXISTING|LOCKED|UNLOCKED|RPC_ACTIVE|SERVER_ACTIVE'",
]
periodSeconds: 1
```
Expand Down
14 changes: 14 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 @@ -36,6 +36,14 @@
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/8896) that caused
LND to use a default fee rate for the batch channel opening flow.

* The fee limit for payments [was made
compatible](https://github.com/lightningnetwork/lnd/pull/8941) with inbound
fees.

* [Fixed](https://github.com/lightningnetwork/lnd/pull/8946) a case where
bumping an anchor channel closing was not possible when no HTLCs were on the
commitment when the channel was force closed.

# New Features
## Functional Enhancements
## RPC Additions
Expand Down Expand Up @@ -117,6 +125,11 @@
* [Groundwork](https://github.com/lightningnetwork/lnd/pull/8752) in preparation
for implementing route blinding receives.

* [Generate and send to](https://github.com/lightningnetwork/lnd/pull/8735) an
invoice with blinded paths. With this, the `--blind` flag can be used with
the `lncli addinvoice` command to instruct LND to include blinded paths in the
invoice.

## Testing
## Database

Expand Down Expand Up @@ -145,6 +158,7 @@
# Contributors (Alphabetical Order)

* Andras Banki-Horvath
* bitromortac
* Bufo
* Elle Mouton
* Matheus Degiovani
Expand Down

0 comments on commit f85c3c6

Please sign in to comment.