Skip to content

Commit

Permalink
Add pending changelog for PR 3435
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Dec 12, 2024
1 parent f94298d commit f37ba47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pending_changelog/3435-authenticate-payment-receive-tlvs.txt
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit f37ba47

Please sign in to comment.