Skip to content

Update lnd documentation #864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/lnd/release-notes/release-notes-0.20.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ circuit. The indices are only available for forwarding events saved after v0.20.
* [3](https://github.com/lightningnetwork/lnd/pull/9887)
* [4](https://github.com/lightningnetwork/lnd/pull/9931)
* [5](https://github.com/lightningnetwork/lnd/pull/9935)
* [6](https://github.com/lightningnetwork/lnd/pull/9936)
* [7](https://github.com/lightningnetwork/lnd/pull/9937)

## RPC Updates

Expand Down Expand Up @@ -125,6 +127,13 @@ circuit. The indices are only available for forwarding events saved after v0.20.

## Testing

* Previously, automatic peer bootstrapping was disabled for simnet, signet and
regtest networks even if the `--nobootstrap` flag was not set. This automatic
disabling has now been
[removed](https://github.com/lightningnetwork/lnd/pull/9967) meaning that any
test network scripts that rely on bootstrapping being disabled will need to
explicitly define the `--nobootstrap` flag.

## Database

## Code Health
Expand Down