]> 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, 8 Oct 2024 19:47:54 +0000 (19:47 +0000)
commiteb06e5cf6532cf9f2b6eb7e66304c4e99b1c5894
treeada987e45d1c989f3b2db393870a4bb8d45de425
parent15e0bbe9181b1c953d5821e645e8b8172e27f244
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