What changed, and why it matters
This commit only updates the release notes document for version 0.22.0. It adds a new section heading for BOLT 12 (Offers), describes a recently merged feature that adds code for encoding and decoding BOLT 12 offers, and adds a contributor name. No program code is changed, so there is no direct security impact from this commit itself.
No security action needed for this documentation-only commit. Review the underlying PR #10789 separately if assessing the security of the new BOLT 12 codec implementation.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to docs/release-notes/release-notes-0.22.0.md. It adds a table-of-contents entry, a new ‘BOLT 12 (Offers)’ section summarizing PR #10789 (a new bolt12/ package with offer TLV codec and a shared BlindedPath introduction-node codec), and one contributor. There are no source-code modifications, build changes, configuration changes, or dependency updates.
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 45e7605..1e3fa69 100644
--- a/docs/release-notes/release-notes-0.22.0.md
+++ b/docs/release-notes/release-notes-0.22.0.md
@@ -13,6 +13,7 @@
- [Deprecations](#deprecations)
- [Technical and Architectural Updates](#technical-and-architectural-updates)
- [BOLT Spec Updates](#bolt-spec-updates)
+ - [BOLT 12 (Offers)](#bolt-12-offers)
- [Testing](#testing)
- [Database](#database)
- [Code Health](#code-health)
@@ -77,6 +78,13 @@
later in the reservation flow as a funder-balance-dust error; they now
surface a clearer, spec-aligned error string up front.
+## BOLT 12 (Offers)
+
+* [Initial BOLT 12 Offer codec](https://github.com/lightningnetwork/lnd/pull/10789):
+ add a new `bolt12/` package with the BOLT 12 `offer` TLV codec and full
+ reader/writer validation, plus a typed `lnwire.BlindedPath` introduction-node
+ codec shared by HTLC routing and onion messaging.
+
## Testing
## Database
@@ -87,5 +95,6 @@
# Contributors (Alphabetical Order)
+* bitromortac
* Boris Nagaev
* Erick Cestari
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.