Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include BIP 353 name info in invoice_requests #1180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 16, 2024

  1. Include BIP 353 name info in invoice_requests

    BIP 353 defines a method for resolving Human Readable Names (in the
    form ₿`name`@`domain`) into bitcoin: URIs. In order to use them with
    BOLT 12 with a wildcard DNS entry which resolves to a single
    BOLT 12 offer for all `name`s in a domain, we need a way to
    disambiguate the `name` being paid in an `invoice_request` which we
    provide here by simply copying the HRN into the `invoice_request`.
    TheBlueMatt committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ef77393 View commit details
    Browse the repository at this point in the history