]> git.bitcoin.ninja Git - rust-lightning/commit
Include experimental TLV records when verifying
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 17 Oct 2024 22:51:54 +0000 (17:51 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Tue, 5 Nov 2024 00:00:22 +0000 (18:00 -0600)
commitbcc7c1dc1d8e08c93b3f94db509ee4a0ed692608
tree8531d0373c97a349369c4ff10f1e104082d04207
parent63c687f0d9e6480877d7decedf8c977df41de3dd
Include experimental TLV records when verifying

Upcoming commits will allow parsing BOLT12 messages that include TLV
records in the experimental range. Include these ranges when verifying
messages since they will be included in the message bytes.
lightning/src/offers/invoice.rs
lightning/src/offers/offer.rs