]> git.bitcoin.ninja Git - rust-lightning/commit
Parse and handle `DNSResolverMessage`s in `OnionMessenger`
authorMatt Corallo <git@bluematt.me>
Sat, 13 Jul 2024 17:08:27 +0000 (17:08 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 30 Sep 2024 16:19:33 +0000 (16:19 +0000)
commitebde296abd0c1e1b15d7e2ece9c4f7f961efb378
tree2257904292112d54400dcc15549753434140edbc
parent1cf03930561cd49017cbff8237ef45cdab379fb0
Parse and handle `DNSResolverMessage`s in `OnionMessenger`

This adds the requisite message parsing and handling code for the
new DNSSEC messages to `OnionMessenger`.
fuzz/src/onion_message.rs
lightning-background-processor/src/lib.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/offers_tests.rs
lightning/src/ln/peer_handler.rs
lightning/src/onion_message/functional_tests.rs
lightning/src/onion_message/messenger.rs
lightning/src/onion_message/packet.rs