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

fix dht commands when pubsub routing is enabled #5200

Merged
merged 3 commits into from
Jul 9, 2018
Merged

Commits on Jul 7, 2018

  1. update routing helpers to fix an issue in the parallel find providers

    See: libp2p/go-libp2p-routing-helpers#3
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    efa4e33 View commit details
    Browse the repository at this point in the history
  2. fix starting iptb nodes with additional arguments

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    cb0ad0d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. fix dht commands when pubsub routing is enabled

    Instead of checking if Routing is a DHT (because it can now be a tiered
    router and still contain a DHT), stash the DHT in a separate field in the IPFS
    node (same as we do with the PSRouter).
    
    fixes #5197
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    7df7d11 View commit details
    Browse the repository at this point in the history