updating dependencies
Updating to node 12 image
updating dependencies
package-lock updates
offoading repo handling from tests
one more test fix
fixing message data handling
updating store deps
author Mark Henderson <mark@mrh.io> 1598051057 -0400
committer Mark Henderson <mark@mrh.io> 1598229380 -0400
parent 32cc9a9b009d0d8543f81a6bab96ad9bcccd3088
author Mark Henderson <mark@mrh.io> 1598051057 -0400
committer Mark Henderson <mark@mrh.io> 1598229291 -0400
package updates and ipfs repo migration
validate-maintainers and orbit-db-test-utils
moving from 3 tabs to 2
wait workaround
wait 1000
standard --fix
redoing the replication test changes for some reason
validate-maintainers and orbit-db-test-utils
moving from 3 tabs to 2
wait workaround
wait 1000
standard --fix
fix create-open tests
fixing eventlog tests
fixing feed tests
fixing kvstore tests
fixing set identity tests
skipping replication tests for now
repo path based on API variable
js-ipfs.zip
go-ipfs.zip
skipping replicate tests as well
repo path based on API variable
js-ipfs.zip
go-ipfs.zip
package-lock
finalizing rebase
Fixes the following errors:
```
2) orbit-db - Create & Open (js-ipfs)
Create
Success
saves database manifest file locally:
TypeError [ERR_MISSING_ARGS]: The "actual" and "expected" arguments must be specified
at Function.notEqual (assert.js:418:11)
at Context.<anonymous> (test/create-open.test.js:145:18)
3) orbit-db - Create & Open (go-ipfs)
Create
Success
saves database manifest file locally:
TypeError [ERR_MISSING_ARGS]: The "actual" and "expected" arguments must be specified
at Function.notEqual (assert.js:418:11)
at Context.<anonymous> (test/create-open.test.js:145:18)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
```