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

refactor: Improve rendezvous protocol usage #399

Merged
merged 32 commits into from
Nov 7, 2023

Commits on Oct 19, 2023

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

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    2e270e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fade98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6d9e5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5145d58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d328de7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ea6ff5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. chore: Check identified peer before adding to external addresses

    We only want to add addresses for ourself to external addresses.
    bgins committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1acc08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e79ee5f View commit details
    Browse the repository at this point in the history
  3. refactor: Improve dialing after rendezvous discovery

    Only dial when we are not at connected peer limit.
    Only dial peers we are not already connected to.
    bgins committed Oct 25, 2023
    2 Configuration menu
    Copy the full SHA
    24a1512 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e9135d View commit details
    Browse the repository at this point in the history
  5. chore: Improve logs

    bgins committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0bab542 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    6dfed94 View commit details
    Browse the repository at this point in the history
  2. feat: Add rendezvous rediscovery and registration renewal

    Add cache with eviction listener to trigger discovery and renewal events
    on an interval and at TTL respectively.
    bgins committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    15f4d32 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    4e0f08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a5266c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. chore: Add extract timestamps test utility

    Extracts timestamps for logs with matching predicates.
    bgins committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5b37c6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e114f View commit details
    Browse the repository at this point in the history
  3. chore: Add cache polling loop

    bgins committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9f0b227 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d7ad72 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    e709f7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c5308b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    189548e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd04b65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5f31df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    402a412 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e02ce80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4bbd5f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0cec3b1 View commit details
    Browse the repository at this point in the history
  10. chore: Upgrade to libp2p 0.52.4

    bgins committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    263a871 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. chore: updates

    zeeshanlakhani committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0ea35d0 View commit details
    Browse the repository at this point in the history