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

feat: allows a custom IpfsApi constructor to be used #261

Merged
merged 5 commits into from
Aug 7, 2018

Commits on Aug 6, 2018

  1. feat: allows a custom IpfsApi constructor to be used

    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    alanshaw committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    78353ae View commit details
    Browse the repository at this point in the history
  2. chore: move type and exec into options

    BREAKING CHANGE: host, port, type and exec are no longer accessible directly from factory instances, use `options.type` etc. instead.
    
    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    alanshaw committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    226b7fe View commit details
    Browse the repository at this point in the history
  3. fix: remove repo async

    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    alanshaw committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    f17ee4b View commit details
    Browse the repository at this point in the history
  4. fix: restore real API so node can be stopped properly

    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    alanshaw committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    bed20af View commit details
    Browse the repository at this point in the history
  5. fix: remove .only

    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    alanshaw committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    a46fe16 View commit details
    Browse the repository at this point in the history