docs: release note for BOLT-02 push_msat fundee enforcement
What changed, and why it matters
This commit only adds a release note describing an earlier code change. It documents that LND now rejects certain invalid channel-open requests sooner and with a clearer error message. There is no code change in this commit, and the behavior it describes is a stricter enforcement of an existing Lightning protocol rule, not a security vulnerability.
No action required. Review the referenced PR #10765 if assessing the actual behavioral change; this commit is documentation-only.
Security signals we found
No code changes present in the commit
Describes stricter protocol enforcement, not a vulnerability
References prior pull request #10765 for the actual behavior change
Error message change is user-visible but not a security boundary change
Evidence from the diff
The commit is a documentation-only change to docs/release-notes/release-notes-0.22.0.md. It notes that pull request #10765 made the fundee enforce the BOLT-02 requirement that push_msat must not exceed 1000 * funding_satoshis, rejecting open_channel messages at validation time rather than later as a funder-balance-dust error. This is a spec-compliance and error-clarity improvement, not a defect or vulnerability fix.
Changed components
docs/release-notes/release-notes-0.22.0.mdInspect captured patch +9 / −0
diff --git a/docs/release-notes/release-notes-0.22.0.md b/docs/release-notes/release-notes-0.22.0.md
index c3367af..dc9b3c6 100644
--- a/docs/release-notes/release-notes-0.22.0.md
+++ b/docs/release-notes/release-notes-0.22.0.md
@@ -47,6 +47,13 @@
## BOLT Spec Updates
+* The fundee now [enforces the BOLT-02 bound on
+ `push_msat`](https://github.com/lightningnetwork/lnd/pull/10765),
+ rejecting incoming `open_channel` messages where `push_msat` exceeds
+ `1000 * funding_satoshis`. Oversized pushes were previously caught
+ later in the reservation flow as a funder-balance-dust error; they now
+ surface a clearer, spec-aligned error string up front.
+
## Testing
## Database
@@ -56,3 +63,5 @@
## Tooling and Documentation
# Contributors (Alphabetical Order)
+
+* Erick Cestari
Why this scored 18/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.