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

upgrade dependencies. #233

Merged
merged 7 commits into from
Aug 19, 2020
Merged

upgrade dependencies. #233

merged 7 commits into from
Aug 19, 2020

Commits on May 19, 2020

  1. upgrade dependencies.

    raulk committed May 19, 2020
    Configuration menu
    Copy the full SHA
    1bbdb60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2e3254 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. fix: don't use kvalue for default provider count

    kvalue has nothing to do with the number of providers a user might want and this
    constant has been removed from the DHT.
    Stebalien committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    36006ba View commit details
    Browse the repository at this point in the history
  2. chore: fix vet issue

    Stebalien committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    29d4e51 View commit details
    Browse the repository at this point in the history
  3. feat remove support for "find peers connected to peer"

    This feature has been removed from the DHT and supporting this feature here was
    an historical mistake. We need to move towards abstracting over an abstract
    "router" type instead of hard-coding DHT concepts.
    Stebalien committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    d7f609c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. update libp2p again

    Stebalien committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    d936acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8fad0c View commit details
    Browse the repository at this point in the history