What changed, and why it matters
This commit only adds a release notes document. It does not change any program code. The notes mention that a separate pull request fixed bugs in how LND decodes onion-routed Lightning messages, but this commit itself is purely documentation.
No action is required for this commit. Review PR #10948 separately if assessing the actual onion message decoding fixes.
Security signals we found
No strong security signals were identified.
Evidence from the diff
Commit 68bc769 is a documentation-only change creating docs/release-notes/release-notes-0.21.2.md. It references PR #10948 for BOLT 4 onion message decoding bug fixes and includes deprecation warnings for lnrpc.Hop fields and the –sat_per_byte fee rate option. No source code, build scripts, tests, or configuration files are modified.
Changed components
docs/release-notes/release-notes-0.21.2.mdInspect captured patch +71 / −0
diff --git a/docs/release-notes/release-notes-0.21.2.md b/docs/release-notes/release-notes-0.21.2.md
new file mode 100644
index 0000000..984fb48
--- /dev/null
+++ b/docs/release-notes/release-notes-0.21.2.md
@@ -0,0 +1,71 @@
+# Release Notes
+- [Bug Fixes](#bug-fixes)
+- [New Features](#new-features)
+ - [Functional Enhancements](#functional-enhancements)
+ - [RPC Additions](#rpc-additions)
+ - [lncli Additions](#lncli-additions)
+- [Improvements](#improvements)
+ - [Functional Updates](#functional-updates)
+ - [RPC Updates](#rpc-updates)
+ - [lncli Updates](#lncli-updates)
+ - [Breaking Changes](#breaking-changes)
+ - [Performance Improvements](#performance-improvements)
+ - [Deprecations](#deprecations)
+- [Technical and Architectural Updates](#technical-and-architectural-updates)
+ - [BOLT Spec Updates](#bolt-spec-updates)
+ - [Testing](#testing)
+ - [Database](#database)
+ - [Code Health](#code-health)
+ - [Robustness](#robustness)
+ - [Tooling and Documentation](#tooling-and-documentation)
+- [Contributors (Alphabetical Order)](#contributors-alphabetical-order)
+
+# Bug Fixes
+
+* [Fixed several bugs](https://github.com/lightningnetwork/lnd/pull/10948)
+ in onion message decoding where messages that should have been rejected
+ per BOLT 4 were instead accepted, or a valid TLV was dropped.
+
+# New Features
+
+## Functional Enhancements
+
+## RPC Additions
+
+## lncli Additions
+
+# Improvements
+
+## Functional Updates
+
+## RPC Updates
+
+## lncli Updates
+
+## Breaking Changes
+
+## Performance Improvements
+
+## Deprecations
+
+### ⚠️ **Warning:** Deprecated fields in `lnrpc.Hop` will be removed in release version **0.22**
+
+### ⚠️ **Warning:** The deprecated fee rate option `--sat_per_byte` will be removed in release version **0.22**
+
+# Technical and Architectural Updates
+
+## BOLT Spec Updates
+
+## Testing
+
+## Database
+
+## Code Health
+
+## Robustness
+
+## Tooling and Documentation
+
+# Contributors (Alphabetical Order)
+
+* bitromortac
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.