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 to p2p/discovery/generic #1280

Closed
wants to merge 56 commits into from

Commits on Oct 12, 2018

  1. interface and utility functions

    vyzo committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    729ccf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f35407 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
    18d33e6 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
    78e044b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    529d255 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    78be55e 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
    28991ad 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
    d79d2b3 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
    74c1088 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad52aea 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
    431fb82 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
    f87fdaa View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. remove Jenkinsfile.

    raulk committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    f2dbbfc View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Configuration menu
    Copy the full SHA
    ff747ff 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
    2914cd6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Configuration menu
    Copy the full SHA
    6b503a0 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
    8780de3 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
    548f847 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
    740aa16 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

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

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    4af0294 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    321bb64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b39072 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Configuration menu
    Copy the full SHA
    aab2fe9 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
    6b0ce1b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    4e95d0b 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
    8b246a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feebad9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

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

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    82c6465 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
    8427751 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
    c1adae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e73e1f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    443c5e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    9e6f484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    646b138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da0575a 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
    5b180a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    7637c9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d7176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f700a5d 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
    d24d24c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    76b48d8 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
    4cfb5d8 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
    ce31d03 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
    1814268 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
    91366aa 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
    b9be440 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

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

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

Commits on Nov 10, 2021

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

Commits on Dec 7, 2021

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

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    f93a41d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d17b35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b53ee87 View commit details
    Browse the repository at this point in the history
  4. fix import paths

    marten-seemann committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    d2ad848 View commit details
    Browse the repository at this point in the history