-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Conversation
- Respect `--enable-experimental-pubsub` - Don't overload repo config with cli args (fixes ipfs#868) - Typo
That seems weird, what npm version? Think npm@5 and above is not working well with aegir, but npm@4 should work ok. Also, CI is failing, unsure of why... @diasdavid ideas? |
Edit: I broke the tests because I don't pass down Its npm version 5.2. |
- Add an extra parameter for `HttpAPI` for `cliArgs`
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.
LGTM. Thanks @sktt
@@ -16,7 +16,7 @@ module.exports = { | |||
default: false | |||
}, | |||
'enable-pubsub-experiment': { | |||
type: 'booleam', | |||
type: 'boolean', |
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.
great catch
* Fix js-ipfs daemon config params - Respect `--enable-experimental-pubsub` - Don't overload repo config with cli args (fixes #868) - Typo * Treat cli args and config overload as seperate - Add an extra parameter for `HttpAPI` for `cliArgs`
This was accidentally disabled and no tests existed to catch it. * [x] depends on ipfs-inactive/interface-js-ipfs-core#420 License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
--enable-experimental-pubsub
daemon
in CLI screws up config #868)I was unable to run tests, linting or anything. Did not work on node 8.1.2 or 6.11.1