From 75a353146d43824282a54f34fe8155c0eb3b535b Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Fri, 20 Jun 2025 10:32:46 +0200 Subject: [PATCH] docs: update release notes Warn users of simnet/signet/regtest scripts that they will now need to explicitly specify the `--nobootstrap` flag to turn bootstrapping off. --- docs/release-notes/release-notes-0.20.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index 3ba247cb9..a3e76581e 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -125,6 +125,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