Skip to content

Commit

Permalink
Merge pull request #570 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 Nov 1, 2023
2 parents 38bcb25 + 1a9a8d1 commit a1bb456
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/lnd/release-notes/release-notes-0.17.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
bit when sending `update_fail_malformed_htlc`. This avoids a force close
with other implementations.

* A bug that would cause taproot channels to sometimes not display as active
[has been fixed](https://github.com/lightningnetwork/lnd/pull/8104).

* [`lnd` will now properly reject macaroons with unknown versions.](https://github.com/lightningnetwork/lnd/pull/8132)

# New Features
## Functional Enhancements

Expand Down Expand Up @@ -67,4 +72,5 @@

# Contributors (Alphabetical Order)
* Eugene Siegel
* Olaoluwa Osuntokun
* Yong Yu
4 changes: 4 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 @@ -32,6 +32,10 @@
attempt](https://github.com/lightningnetwork/lnd/pull/8091) when sweeping new
inputs with retried ones.

* [Fixed](https://github.com/lightningnetwork/lnd/pull/7811) a case where `lnd`
might panic due to empty witness data found in a transaction. More details
can be found [here](https://github.com/bitcoin/bitcoin/issues/28730).

# New Features
## Functional Enhancements

Expand Down

0 comments on commit a1bb456

Please sign in to comment.