Add pending changelog for PR 3435

This commit is contained in:
Jeffrey Czyz 2024-12-05 18:50:44 -06:00
parent 4f0252fe75
commit 09b134490a
No known key found for this signature in database
GPG Key ID: 912EF12EA67705F5

View File

@ -0,0 +1,9 @@
## API Updates
* Payment `ReceiveTlvs` now contains an `authentication` field. It should be
set to `None` and then filled in with a nonce and the HMAC produced by
`ReceiveTlvs::hmac_for_offer_payment` when passing in the nonce (#3435).
## Backwards Compatibility
* `ReceiveTlvs` for payments over `BlindedPaymentPath`s are now authenticated.
Any inbound payments for a preexisting `Bolt12Invoice` will therefore fail
(#3435).