]> git.bitcoin.ninja Git - rust-lightning/commit
Add support for parsing the `dns_resolver` feature bit
authorMatt Corallo <git@bluematt.me>
Wed, 2 Oct 2024 18:12:38 +0000 (18:12 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 2 Oct 2024 18:24:40 +0000 (18:24 +0000)
commit1abbe2a2374e99704cea8599f5ac578d85425b92
treea1fe4d00fccb70d40df5dfc69351a3028a5d55a5
parentd49a08a824810515340176ffa7df715236dade7d
Add support for parsing the `dns_resolver` feature bit

This feature bit is used to indicate that a node will make DNS
queries on behalf of onion message senders, returning DNSSEC TXT
proofs for the requested names.

It is used to signal support for bLIP 32 resolution and can be used
to find nodes from which we can try to resolve BIP 32 HRNs.
lightning-types/src/features.rs