use ipfs@0.40.x

remove pubsub flag
This commit is contained in:
shamb0t 2019-12-10 09:36:41 +00:00
parent 6ca95f7f00
commit c42afa55ab
4 changed files with 25131 additions and 5733 deletions

View File

@ -38,8 +38,10 @@ const repoConf = {
const defaultConfig = Object.assign({}, { const defaultConfig = Object.assign({}, {
start: true, start: true,
preload: {
enabled: false
},
EXPERIMENTAL: { EXPERIMENTAL: {
pubsub: true,
sharding: false, sharding: false,
dht: false, dht: false,
}, },

View File

@ -38,8 +38,10 @@ const repoConf = {
const defaultConfig = Object.assign({}, { const defaultConfig = Object.assign({}, {
start: true, start: true,
preload:{
enabled: false
},
EXPERIMENTAL: { EXPERIMENTAL: {
pubsub: true,
sharding: false, sharding: false,
dht: false, dht: false,
}, },
@ -47,7 +49,7 @@ const defaultConfig = Object.assign({}, {
}) })
const conf2 = Object.assign({}, defaultConfig, { const conf2 = Object.assign({}, defaultConfig, {
repo: new IPFSRepo('./orbitdb/benchmarks/replication/client22faf/ipfs', repoConf) repo: new IPFSRepo('./orbitdb/benchmarks/replication/client2/ipfs', repoConf)
}) })
// Metrics output function // Metrics output function

30852
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -46,7 +46,7 @@
"datastore-level": "0.10.0", "datastore-level": "0.10.0",
"fs-extra": "^7.0.1", "fs-extra": "^7.0.1",
"go-ipfs-dep": "~0.4.20", "go-ipfs-dep": "~0.4.20",
"ipfs": "~0.36.4", "ipfs": "~0.40.0",
"ipfs-http-client": "~37.0.1", "ipfs-http-client": "~37.0.1",
"ipfs-repo": "~0.26.6", "ipfs-repo": "~0.26.6",
"ipfsd-ctl": "~0.42.3", "ipfsd-ctl": "~0.42.3",