Skip to content

Commit 2ab1ae2

Browse files
committed
docs: add BOLT 12 invoice release notes
Add release notes for the BOLT 12 invoice codec.
1 parent 6ad047a commit 2ab1ae2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.22.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@
9999
in `SubscribeOnionMessages`, ensuring a nil reply path remains nil in the
100100
RPC response rather than being emitted as an empty struct.
101101

102+
* [BOLT 12 invoice
103+
codec](https://github.com/lightningnetwork/lnd/pull/10999): add the
104+
`invoice` TLV message to the `bolt12/` package with structural
105+
reader/writer validation. Schnorr signature verification is not yet
106+
performed; callers must verify the signature independently until the
107+
Merkle and signing primitives land.
108+
102109
## Testing
103110

104111
## Database

0 commit comments

Comments
 (0)