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

refactor(iroh-net): More renaming of endpoint to direct address #2515

Merged
merged 4 commits into from
Jul 18, 2024

Commits on Jul 16, 2024

  1. refactor(iroh-net): More renaming of endpoint to direct address

    The name "endpoint" is overloaded and we decided a while ago to not
    use it for things other than `iroh_net::Endpoint`.  This further
    renames more places that were called endpoint with the new name we
    already introduced for them: direct address.  The direct address
    naming is already used consistently on public APIs, this is only for
    internal consistency.
    flub committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    062b3de View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Apply suggestions from code review

    Some more re-namings and docs tweaks
    
    Co-authored-by: Divma <26765164+divagant-martian@users.noreply.github.com>
    Co-authored-by: Philipp Krüger <philipp.krueger1@gmail.com>
    3 people authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    86ee549 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be94c27 View commit details
    Browse the repository at this point in the history
  3. Some more renaming fixes

    flub committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b311ff4 View commit details
    Browse the repository at this point in the history