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

Migrate x/sync to p2p #3106

Merged
merged 18 commits into from
Sep 25, 2024
Merged

Migrate x/sync to p2p #3106

merged 18 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. migrate x/sync to p2p

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d18ea8a View commit details
    Browse the repository at this point in the history
  2. nit

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2193c2f View commit details
    Browse the repository at this point in the history
  3. Update network/p2p/p2ptest/client.go

    Co-authored-by: Stephen Buttolph <[email protected]>
    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim and StephenButtolph committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e6f4f75 View commit details
    Browse the repository at this point in the history
  4. nit

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2ad58e3 View commit details
    Browse the repository at this point in the history
  5. nit

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3af3bc9 View commit details
    Browse the repository at this point in the history
  6. rename handleResponse -> shouldHandleResponse

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ff29b98 View commit details
    Browse the repository at this point in the history
  7. nit

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    59fefdd View commit details
    Browse the repository at this point in the history
  8. rename modified handlers -> flaky handlers

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8b352a2 View commit details
    Browse the repository at this point in the history
  9. nit

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    83bea6f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. oops

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    32df38c View commit details
    Browse the repository at this point in the history
  2. Update x/sync/sync_test.go

    Co-authored-by: Darioush Jalali <[email protected]>
    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim and darioush authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2e20098 View commit details
    Browse the repository at this point in the history
  3. rename

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c024c41 View commit details
    Browse the repository at this point in the history
  4. move and rename testHandler -> waitingHandler

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0945232 View commit details
    Browse the repository at this point in the history
  5. remove whitespace

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    722f12c View commit details
    Browse the repository at this point in the history
  6. log requests when dropping responses

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    67623e1 View commit details
    Browse the repository at this point in the history
  7. nit

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f236955 View commit details
    Browse the repository at this point in the history
  8. nit

    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cac9b9d View commit details
    Browse the repository at this point in the history
  9. Update x/sync/manager.go

    Co-authored-by: Darioush Jalali <[email protected]>
    Signed-off-by: Joshua Kim <[email protected]>
    joshua-kim and darioush authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e6b6b37 View commit details
    Browse the repository at this point in the history