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

http-routing: add "get closest peers" operation #476

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 6, 2024

  1. http-routing: add "get closest peers" operation

    Adds a new HTTP endpoint that can be used to request records for the
    closest peers to a given key that the routing implementation knows
    about.
    
    The use-case for this is browser nodes performing random walks to
    find peers that they can make a circuit relay reservation on, without
    having to be DHT clients to perform the walk which can be undesirable
    given all the connection/processing overhead that entails.
    achingbrain committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0a3d8e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. docs: apply suggestions from code review

    Co-authored-by: Guillaume Michel <guillaumemichel@users.noreply.github.com>
    achingbrain and guillaumemichel committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    351b8a7 View commit details
    Browse the repository at this point in the history