Merge pull request #5810 from bottlepay/payment-metadata

routing: send payment metadata
This commit is contained in:
Olaoluwa Osuntokun
2022-04-13 15:01:56 -07:00
committed by GitHub
27 changed files with 1730 additions and 1420 deletions

View File

@@ -1,5 +1,16 @@
# Release Notes
## Payments
Support according to the
[spec](https://github.com/lightningnetwork/lightning-rfc/pull/912) has been
added for [payment metadata in
invoices](https://github.com/lightningnetwork/lnd/pull/5810). If metadata is
present in the invoice, it is encoded as a tlv record for the receiver.
This functionality unlocks future features such as [stateless
invoices](https://lists.linuxfoundation.org/pipermail/lightning-dev/2021-September/003236.html).
## Security
* [Misconfigured ZMQ