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

bolt7: dns support #4829

Merged
merged 9 commits into from Nov 29, 2021
Merged

Commits on Nov 28, 2021

  1. options: fix ld proposed_wireaddr proposed_listen_announce get out of…

    … sync
    
    Incase the error handling happening after the quted line is non-critical:
    ```
        return tal_fmt(NULL, "Unable to parse address '%s': %s", arg, err_msg);
    ```
    
    we should not expand the proposed_listen_announce array without adding
    a proposed_wireaddr. So we move the expand of proposed_listen_announce
    to the location where we also expand the proposed_wireaddr.
    
    Changelog-None
    m-schmoock authored and rustyrussell committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    cb2a3fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    185f28c View commit details
    Browse the repository at this point in the history
  3. chore: gitignore gdb_history

    m-schmoock authored and rustyrussell committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    4bd6573 View commit details
    Browse the repository at this point in the history
  4. options: fix respect --disable-dns when parsing wireaddress

    Changelog-Fixed: Options: Respect --always-use-proxy AND --disable-dns when parsing wireaddresses to listen on.
    m-schmoock authored and rustyrussell committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    dbfee2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f99aa1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55825cb View commit details
    Browse the repository at this point in the history
  7. connectd: resolve ADDR_TYPE_DNS

    This will resolve ADDR_TYPE_DNS wireaddr by expanding connect->addrs with one
    new wireaddr ADDR_INTERNAL_WIREADDR per DNS result and calling recursion
    m-schmoock authored and rustyrussell committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    5cfcc6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6bc3f57 View commit details
    Browse the repository at this point in the history
  9. chore: use EXPERIMENTAL for BOLT7 DNS ElementsProject#911

    Changelog-EXPERIMENTAL: Ability to announce DNS addresses
    m-schmoock authored and rustyrussell committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    930d25b View commit details
    Browse the repository at this point in the history