-
Notifications
You must be signed in to change notification settings - Fork 40
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: use ipfs-provider #113
base: master
Are you sure you want to change the base?
Conversation
@achingbrain Can this merge? |
@@ -42,7 +42,7 @@ | |||
"express": "^4.16.4", | |||
"express-http-proxy": "^1.5.1", | |||
"ipfs": "^0.36.3", | |||
"ipfs-http-client": "^32.0.1", | |||
"ipfs-provider": "^0.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool module!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will pick up if I'm running IPFS Desktop, correct? 👌🏽
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct 👍
@@ -85,6 +85,8 @@ Options: | |||
timing out [default: 5000] | |||
--ipfs-mfs-prefix Which mfs prefix to use | |||
[default: "/npm-registry"] | |||
--ipfs-disable-providers Wether to disable the search for running nodes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: Wether -> Whether
When do you think you can merge this pull-request ? |
/cc @achingbrain |
Bump |
js-ipfs-http-client
in favour ofipfs-provider
--ipfs-disable-providers
, it's enabled by default