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

move go-libp2p-discovery here #1291

Merged
merged 65 commits into from
Jan 17, 2022
Merged

move go-libp2p-discovery here #1291

merged 65 commits into from
Jan 17, 2022

Commits on Oct 12, 2018

  1. interface and utility functions

    vyzo committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    257cea0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0766bb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. niceties and best practices

    vyzo committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    6e5e928 View commit details
    Browse the repository at this point in the history
  2. test and gx package update

    vyzo committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    0cd9c1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25577e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    96c2f75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from libp2p/fix/ttl

    use 6hrs as ttl for routing based advertisements
    vyzo committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    ac2df56 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. correctly encode ns to CID

    vyzo committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    5f26fd8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from libp2p/fix/issue-10

    correctly encode ns to CID
    vyzo committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    6e64956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    250048d View commit details
    Browse the repository at this point in the history
  4. clarify comment.

    raulk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    2662fe1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #12 from libp2p/fix/provide-timeout

    add a timeout to Provide in routing.Advertise
    vyzo committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    3352420 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

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

Commits on Apr 16, 2019

  1. Merge pull request #23 from libp2p/fix/routing-advertisement-period

    Use 3hrs as routing advertisement ttl
    Stebalien committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d6e566a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Configuration menu
    Copy the full SHA
    a5bbace View commit details
    Browse the repository at this point in the history
  2. add options to utility interface

    vyzo committed May 16, 2019
    Configuration menu
    Copy the full SHA
    c36fd0f View commit details
    Browse the repository at this point in the history
  3. fix test

    vyzo committed May 16, 2019
    Configuration menu
    Copy the full SHA
    383cb2a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Merge pull request #25 from libp2p/feat/options

    More consistent use of options
    vyzo committed May 17, 2019
    Configuration menu
    Copy the full SHA
    7628197 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from libp2p/feat/options

    More consistent use of options
    vyzo committed May 17, 2019
    Configuration menu
    Copy the full SHA
    bf6bb15 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Configuration menu
    Copy the full SHA
    83826f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47d54ff View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    adb766d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df6fbe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    702512d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Configuration menu
    Copy the full SHA
    7f58d8f View commit details
    Browse the repository at this point in the history
  2. refactor constructor functions for BackoffFactory implementations. re…

    …factored BackoffDiscovery to better differentiate the BackoffStrategy from BackoffFactory.
    aschmahmann committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    54366d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    be38134 View commit details
    Browse the repository at this point in the history
  2. add backoff connector

    aschmahmann committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    66d546e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1601c60 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

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

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    204664a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from libp2p/feat/content-routing

    Discovery based Content Routing
    aschmahmann committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    77e85c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. added backoff docstrings

    aschmahmann committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    50b20ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b151fef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd1a26b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    fa543cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c635b33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4ccc21 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Merge pull request #26 from libp2p/feat/backoff

    Add Backoff Cache Discovery
    Stebalien committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    1a259ff View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    5c4f2c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    412b885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a618d46 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Merge pull request #54 from libp2p/fix/53

    Fix race with reuse of randomness
    Stebalien committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    e4f2331 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    4c3a313 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from edwargix/master

    Put period at end of sentence
    vyzo committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    9c9ee54 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Fix hang in BackoffDiscovery.FindPeers when requesting limit lower th…

    …an number of peers available
    iand committed May 4, 2021
    Configuration menu
    Copy the full SHA
    dd7188b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. fix staticcheck

    marten-seemann committed May 19, 2021
    Configuration menu
    Copy the full SHA
    6841689 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70 from libp2p/fix-staticcheck

    fix staticcheck
    marten-seemann committed May 19, 2021
    Configuration menu
    Copy the full SHA
    39a7c78 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Merge pull request #69 from iand/issue-67

    Fix hang in BackoffDiscovery.FindPeers when requesting limit lower than number of peers available
    marten-seemann committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    90403a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    4e1ef58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a221ef View commit details
    Browse the repository at this point in the history
  3. Merge pull request #73 from libp2p/remove-deprecated-types

    remove deprecated types
    Stebalien committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    9a48259 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #73 from libp2p/remove-deprecated-types

    remove deprecated types
    Stebalien committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    b29843f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    0af1a4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6443c8b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

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

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    4d687a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a63d30 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    d3243b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c0be24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da627d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5039dc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5056a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5f4910 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

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