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: streaming HTTP APIs of js-ipfs in Brave #794

Merged
merged 2 commits into from
Oct 15, 2019
Merged

Commits on Oct 14, 2019

  1. fix: /api/v0/add in Brave

    This switches to async iterator version of ipfs.add
    (introduced to js-ipfs in ipfs/js-ipfs#2517)
    and ensures Node streams are replaced by deterministic version of readable-stream
    
    Closes #757
    lidel committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    ed6a39e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    6d16f97 View commit details
    Browse the repository at this point in the history