-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upexp/expertHaving worked on the specific codebase is importantHaving worked on the specific codebase is importantkind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)status/readyReady to be workedReady to be worked
Description
I'm trying to enable EXPERIMENTAL.dht
for my in-proc node:
df.spawn({ config: { EXPERIMENTAL: { dht: true } } }, /* ... */)
The DHT experiment is not enabled because the in process node does not use the config
property to configure the node, it expects EXPERIMENTAL
to be in the root of the options object:
js-ipfsd-ctl/src/ipfsd-in-proc.js
Line 36 in cf794cd
this.opts.EXPERIMENTAL = defaults({}, opts.EXPERIMENTAL, { |
dryajov
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upexp/expertHaving worked on the specific codebase is importantHaving worked on the specific codebase is importantkind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)status/readyReady to be workedReady to be worked