Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

fix: response for findpeer and findprovs #1039

Merged
merged 6 commits into from
Jul 10, 2019
Merged

Commits on Jul 10, 2019

  1. fix: response for findpeer and findprovs

    Pick out the correct item from the response, do not assume the first is the one we want.
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    cb927ae View commit details
    Browse the repository at this point in the history
  2. fix: allow CID instance to be passed

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    8050e22 View commit details
    Browse the repository at this point in the history
  3. docs: add comments for magic Type numbers

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    69c7f38 View commit details
    Browse the repository at this point in the history
  4. fix: reinstate not found error

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    8cdfff9 View commit details
    Browse the repository at this point in the history
  5. fix: module name

    Alan Shaw authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    1d5db65 View commit details
    Browse the repository at this point in the history
  6. fix: add skip for dht.findprovs timeout test

    Go IPFS does not implement this option and the error that was being checked for was a false positive - it was an error to report no providers were found, which is not an error just a fact and this PR fixes this by removing that error and thus causing this test to now fail.
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    55bcea5 View commit details
    Browse the repository at this point in the history