]> git.bitcoin.ninja Git - rust-lightning/commit
Add a type to track `HumanReadableName`s
authorMatt Corallo <git@bluematt.me>
Sat, 13 Jul 2024 16:23:47 +0000 (16:23 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 30 Sep 2024 16:19:33 +0000 (16:19 +0000)
commit75d20e5a5c23eac3ce0850cc9969a6b7feeae807
treecaa7cd80ecbe7862544c0d7cf32a2eea58df77c8
parentebde296abd0c1e1b15d7e2ece9c4f7f961efb378
Add a type to track `HumanReadableName`s

BIP 353 `HumanReadableName`s are represented as `â‚¿user@domain` and
can be resolved using DNS into a `bitcoin:` URI. In the next
commit, we will add such a resolver using onion messages to fetch
records from the DNS, which will rely on this new type to get name
information from outside LDK.
lightning/src/onion_message/dns_resolution.rs
lightning/src/util/ser.rs