scripts: update bw-compat test LND base version
What changed, and why it matters
This commit simply updates a version number in a test configuration file so that LND's backwards-compatibility test checks against a newer release (v0.20.0-beta instead of v0.18.5-beta). There is no code change that affects how LND runs in production, and nothing in the commit suggests a security fix or vulnerability.
No security action needed. Treat as routine test-maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A one-line change in scripts/bw-compatibility-test/.env bumps LND_LATEST_VERSION from v0.18.5-beta to v0.20.0-beta. This is a test-environment variable used by the backwards-compatibility test script. No functional code, network behavior, or cryptographic logic is modified.
Changed components
scripts/bw-compatibility-test/.envInspect captured patch +1 / −1
diff --git a/scripts/bw-compatibility-test/.env b/scripts/bw-compatibility-test/.env
index 7fbd8d1..534faca 100644
--- a/scripts/bw-compatibility-test/.env
+++ b/scripts/bw-compatibility-test/.env
@@ -1,3 +1,3 @@
BITCOIND_VERSION=26
-LND_LATEST_VERSION=v0.18.5-beta
+LND_LATEST_VERSION=v0.20.0-beta
TIMEOUT=15
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.