]> git.bitcoin.ninja Git - rust-lightning/commit
Use `ChannelManager` as `DNSResolverMessageHandler` by default
authorMatt Corallo <git@bluematt.me>
Sun, 14 Jul 2024 01:17:03 +0000 (01:17 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 12 Nov 2024 15:53:35 +0000 (15:53 +0000)
commit2bbb3b708311ced636466943ceb66a97da6a4f98
tree001583f85f40209a1f054aa003bf7efb5f382b2d
parent99d00930a44989ee7be47a6f5d596c40919a1dd0
Use `ChannelManager` as `DNSResolverMessageHandler` by default

Now that `ChannelManager` supports using bLIP 32 to resolve BIP 353
Human Readable Names we should encourage users to use that feature
by making the "default" (in various type aliases) to use
`ChannelManager` as the `DNSResolverMessageHandler`.
lightning/src/ln/functional_test_utils.rs
lightning/src/onion_message/messenger.rs