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

Integrate Zikade/go-kademlia in v2 #880

Merged
merged 30 commits into from
Sep 7, 2023
Merged

Integrate Zikade/go-kademlia in v2 #880

merged 30 commits into from
Sep 7, 2023

Commits on Aug 28, 2023

  1. WIP

    dennis-tra committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f88eb9e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. revise protobuf

    dennis-tra committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3898f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d31e9c9 View commit details
    Browse the repository at this point in the history
  3. WIP

    dennis-tra committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d2cfda6 View commit details
    Browse the repository at this point in the history
  4. add kadt package

    dennis-tra committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f2f22a3 View commit details
    Browse the repository at this point in the history
  5. Add routing test

    dennis-tra committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7e8f1df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95520ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2dbd5a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    fc2d370 View commit details
    Browse the repository at this point in the history
  2. Import zikade code

    iand committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d0c67d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    55fac36 View commit details
    Browse the repository at this point in the history
  2. Update to latest go-kademlia

    iand committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7add530 View commit details
    Browse the repository at this point in the history
  3. Cleanup naming of events

    iand committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    25bcc7f View commit details
    Browse the repository at this point in the history
  4. Minor naming cleanup

    iand committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    fbe3f44 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge pull request #875 from libp2p/zikade-import-id

    Import zikade code
    iand authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    300e402 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dca5c5d View commit details
    Browse the repository at this point in the history
  3. remove Zikade dependency

    dennis-tra committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    afa8051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79c7009 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d7cdea View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. use opentelemetry

    dennis-tra committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e8d82f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    165b00b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    413aefd View commit details
    Browse the repository at this point in the history
  4. fix golint warnings

    dennis-tra committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    53821dd View commit details
    Browse the repository at this point in the history
  5. use clock.Clock

    dennis-tra committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    05e2d90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d7df1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a749dcf View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    885bd82 View commit details
    Browse the repository at this point in the history
  2. fix test race

    dennis-tra committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5fa755b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6170d5d View commit details
    Browse the repository at this point in the history
  4. Add AddAddresses method to DHT (#879)

    * Add AddAddresses method to DHT
    
    * Add AddAddresses method to DHT
    
    * go mod tidy
    
    * Rename Query Skip errors
    
    * go fmt coordinator.go
    
    * Fix test flakes
    
    * Fix lint errors
    iand authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    46ff621 View commit details
    Browse the repository at this point in the history