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

Rework p2p req resp protocol #11781

Open
wants to merge 50 commits into
base: develop
Choose a base branch
from
Open

Rework p2p req resp protocol #11781

wants to merge 50 commits into from

Commits on Aug 22, 2024

  1. Herp

    anacrolix committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    81ce6bd View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    170f39f View commit details
    Browse the repository at this point in the history
  2. Extreme test passes

    anacrolix committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4ed047e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Trim just check output

    anacrolix committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a897178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7868a30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af7761d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c6b312 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    681ad9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02f7aff View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    6fcb95d View commit details
    Browse the repository at this point in the history
  2. Everything stable

    anacrolix committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e4e5dd2 View commit details
    Browse the repository at this point in the history
  3. Fix TestMultiPeerSync

    anacrolix committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9969026 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9c899e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Revert to go1.21

    anacrolix committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9e2baa5 View commit details
    Browse the repository at this point in the history
  2. go1.22...

    anacrolix committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bbd9877 View commit details
    Browse the repository at this point in the history
  3. Add just test-components

    anacrolix committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c850a51 View commit details
    Browse the repository at this point in the history
  4. Expose P2P sync config

    anacrolix committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9cb665b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4788b58 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    ce688cd View commit details
    Browse the repository at this point in the history
  2. Group sync client request state

    It's not Rust but 🤷
    anacrolix committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6170149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    690ee60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deac586 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    c6dd233 View commit details
    Browse the repository at this point in the history
  2. Tidy up comments

    anacrolix committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bdb4728 View commit details
    Browse the repository at this point in the history
  3. Handle the case where the range changes or next promote target change…

    … while we're sending a payload
    anacrolix committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1f4f8a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73964b6 View commit details
    Browse the repository at this point in the history
  5. go1.21 support

    anacrolix committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    25ad57e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c5bf67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59cf37f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    e16d7e8 View commit details
    Browse the repository at this point in the history
  2. Fix lints

    anacrolix committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7f12b76 View commit details
    Browse the repository at this point in the history
  3. Reduce diff

    anacrolix committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    445f552 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3370816 View commit details
    Browse the repository at this point in the history
  5. lint

    anacrolix committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2f0d61a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9316902 View commit details
    Browse the repository at this point in the history
  7. Tidy

    anacrolix committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    41b6cb0 View commit details
    Browse the repository at this point in the history
  8. Tidy

    anacrolix committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f6c5236 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5eefe1 View commit details
    Browse the repository at this point in the history
  10. Disable stdout debugging

    anacrolix committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ab05aa2 View commit details
    Browse the repository at this point in the history
  11. lint

    anacrolix committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fccd892 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d7fbb3a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Fix @tynes nits

    Also figured out answers to some of the TODOs
    anacrolix committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d35d700 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    8ae2217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa9c491 View commit details
    Browse the repository at this point in the history
  3. Fix spotted race

    anacrolix committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0f2c725 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45c5747 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    d620512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b9af4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    598d0f0 View commit details
    Browse the repository at this point in the history
  4. lint

    anacrolix committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cc64a80 View commit details
    Browse the repository at this point in the history