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

Respond to a PING even if the source doesn't match the ENR #184

Merged
merged 19 commits into from
Jun 21, 2023

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    f133400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d56ee1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. cargo fmt

    ackintosh committed May 24, 2023
    Configuration menu
    Copy the full SHA
    7841d1d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Fix typo

    ackintosh committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e49dc65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    394f93e View commit details
    Browse the repository at this point in the history
  3. Move the session failure up

    so that we don't send a request with a session technically still available
    ackintosh committed May 30, 2023
    Configuration menu
    Copy the full SHA
    ed69f2c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Store one session per node

    ackintosh committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    e6d95bc View commit details
    Browse the repository at this point in the history
  2. Tweak comment

    ackintosh committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    fce0fce View commit details
    Browse the repository at this point in the history
  3. Fix clippy warnings

    ackintosh committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    4960465 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aacf2ca View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    d88590d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a70c74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47b32c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jun 15, 2023

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

Commits on Jun 19, 2023

  1. Update src/handler/mod.rs

    Co-authored-by: Age Manning <Age@AgeManning.com>
    ackintosh and AgeManning committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    af4f804 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    dcba087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6a43ce View commit details
    Browse the repository at this point in the history
  3. Fix tests

    ackintosh committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    11de4b2 View commit details
    Browse the repository at this point in the history