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

[WIP] coreapi: pubsub, dht, swarm #4774

Closed
wants to merge 11 commits into from
Closed

Commits on Mar 10, 2018

  1. coreapi: move unixfs errors to the top

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    2513a1d View commit details
    Browse the repository at this point in the history
  2. coreapi: expose peer/addr types

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    934fccc View commit details
    Browse the repository at this point in the history
  3. coreapi: pubsub interface

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    3226ef3 View commit details
    Browse the repository at this point in the history
  4. coreapi: swarm interface

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    978be16 View commit details
    Browse the repository at this point in the history
  5. coreapi: dht interface

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    ba46a35 View commit details
    Browse the repository at this point in the history
  6. coreapi: implement dht api

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    910535d View commit details
    Browse the repository at this point in the history
  7. coreapi: minor doc fixes

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    2d2a979 View commit details
    Browse the repository at this point in the history
  8. coreapi: implement pubsub api

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    f98929b View commit details
    Browse the repository at this point in the history
  9. coreapi: implement swarm api

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    e3867ff View commit details
    Browse the repository at this point in the history
  10. coreapi: dht tests

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    e5690b9 View commit details
    Browse the repository at this point in the history
  11. coreapi: use type aliases for exposed types

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    be4c355 View commit details
    Browse the repository at this point in the history