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

swarm: implement smart dialing logic #2260

Merged
merged 25 commits into from
Jun 4, 2023

Commits on May 7, 2023

  1. implement smart dialing

    sukunrt committed May 7, 2023
    Configuration menu
    Copy the full SHA
    38cff0f View commit details
    Browse the repository at this point in the history
  2. add more comments and tests

    sukunrt committed May 7, 2023
    Configuration menu
    Copy the full SHA
    241fd6a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    370bf93 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    3e99ddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7255ea View commit details
    Browse the repository at this point in the history
  3. improve DialRanker docs

    sukunrt committed May 10, 2023
    Configuration menu
    Copy the full SHA
    23bca59 View commit details
    Browse the repository at this point in the history
  4. one more test

    sukunrt committed May 10, 2023
    Configuration menu
    Copy the full SHA
    f2d34fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94be946 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. fix allocations in dialQueue

    sukunrt committed May 11, 2023
    Configuration menu
    Copy the full SHA
    c64a16f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. fix allocations in dialRanker

    sukunrt committed May 12, 2023
    Configuration menu
    Copy the full SHA
    fee9f9f View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Marten Seemann <martenseemann@gmail.com>
    sukunrt and marten-seemann committed May 12, 2023
    Configuration menu
    Copy the full SHA
    3f14609 View commit details
    Browse the repository at this point in the history
  3. fix comments

    sukunrt committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8696f46 View commit details
    Browse the repository at this point in the history
  4. add logging

    sukunrt committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e0a3b4f View commit details
    Browse the repository at this point in the history
  5. merge master

    sukunrt committed May 12, 2023
    Configuration menu
    Copy the full SHA
    5f13172 View commit details
    Browse the repository at this point in the history
  6. add holepunching test

    sukunrt committed May 12, 2023
    Configuration menu
    Copy the full SHA
    f57f841 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. add metrics for tracking dial prioritisation impact

    clean up redundant address filtering committed
    sukunrt committed May 17, 2023
    Configuration menu
    Copy the full SHA
    fbd2794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d7351 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. update changelog

    sukunrt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    5e3e8e2 View commit details
    Browse the repository at this point in the history
  2. fix flaky test

    sukunrt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    c0649ef View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. update dashboard

    sukunrt committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    5e0b9a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efe923d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef12e0e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    13a23fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac03e54 View commit details
    Browse the repository at this point in the history
  3. merge master

    sukunrt committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    045af92 View commit details
    Browse the repository at this point in the history