425 Commits

Author SHA1 Message Date
haad
08eaf84d74 Fix replication 2021-10-21 14:48:54 +03:00
tabcat
5df477ea27 0.27.2 2021-10-09 13:16:49 -05:00
anders
fb0a339acb
Merge pull request #923 from cakecatz/use-is-electron
Use is-electron package for accurate environment identification
2021-10-09 13:13:54 -05:00
Ryo Narita
01f230e448 Use is-electron package for accurate environment identification 2021-10-10 01:08:03 +09:00
tabcat
c2880ccd1a build dist before publishing 2021-10-07 13:36:57 -05:00
tabcat
587b2fecae 0.27.1 2021-09-29 20:44:48 -05:00
tabcat
1b2088c555 install node-pre-gyp and eslint for npm ci 2021-09-29 20:43:46 -05:00
tabcat
2d9c9b991a 0.27.0 2021-09-29 20:40:48 -05:00
tabcat
73b3a8a55a go-ipfs at latest instead of rc 2021-09-27 18:52:00 -05:00
tabcat
c630fa4bda test-utils, io, store, acls to latest 2021-09-27 15:29:24 -05:00
tabcat
c9fcb75f9b move orbit-db-access-controller tests here 2021-09-27 15:27:49 -05:00
tabcat
6151cdff18 fix browser tests 2021-09-26 18:09:27 -05:00
tabcat
f7d68c9a33 use orbit-db deps@next 2021-09-12 20:46:51 -05:00
tabcat
ff101db544 remove multiformats from deps 2021-09-05 20:07:57 -05:00
tabcat
f8f822d315 remove datastore-level devDep 2021-09-05 16:23:05 -05:00
tabcat
be4f31d25a use new cid package 2021-09-05 16:22:31 -05:00
tabcat
0f7ceed675 upgrade ipfs and orbit-db deps 2021-09-05 16:21:10 -05:00
tabcat
68971f4ad8 update example docs/scripts 2021-03-20 16:44:11 -04:00
Mark Henderson
673042c6c4 updating deps and re-publishing dist 2021-02-27 17:17:04 -05:00
anders
2ca2604474 fix browser examples 2020-12-09 21:48:27 -05:00
anders
aafa7e3483 add keyvalue example to scripts 2020-12-09 21:48:27 -05:00
anders
dc7c5b6eb5 add package.files field with src and dist 2020-12-09 09:19:22 -05:00
anders
58fecd35b7 add publish script for npm 2020-12-09 09:19:22 -05:00
Mark Henderson
ace0b014fd v0.26.0 2020-09-17 21:38:47 -04:00
Mark Henderson
a00688e941 Support js-ipfs 0.50.2 and go-ipfs 0.6.0
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
2020-09-17 21:05:59 -04:00
Mark Henderson
7a5478c6e0 updating orbit-db-access-controllers' 2020-09-11 18:40:08 -04:00
Mark Henderson
ad92eb5a6d v0.26.3 2020-09-11 11:07:16 -04:00
Mark Henderson
32c8aed7a7 v0.25.2 2020-09-11 10:48:19 -04:00
Mark Henderson
514d53bbb2 v0.25.1 2020-08-24 15:53:37 -04:00
Mark Henderson
09d13e487a v0.25.0 2020-08-23 21:58:45 -04:00
Mark Henderson
39a00060d6 parent 32cc9a9b009d0d8543f81a6bab96ad9bcccd3088
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
2020-08-23 21:52:10 -04:00
Mark Henderson
5e94feb184 0.24.2 2020-06-25 10:21:43 -04:00
phillmac
56b5583d16 Fix broken browser tests
The `js-ipfs` distribution file is now named index.min.js instead of index.js. rename the `cpy` instruction source in the test script definition
2020-06-25 02:21:01 -04:00
Steven Allen
ea8e30e57d chore: update go-ipfs to 0.5.1
It was locked at 0.5.0-rc2.
2020-05-27 00:20:10 -04:00
Mark Henderson
842821f889 v0.24.1 2020-05-22 11:20:17 -04:00
Mark Henderson
2ca31e6918 0.24.0
Co-authored-by: shamb0t <shamb0t@users.noreply.github.com>
2020-05-21 17:30:47 -04:00
Mark Henderson
e26780a555 && on tests 2020-05-21 11:59:08 -04:00
Mark Henderson
9ad5a94ffb package.json updates 2020-05-21 11:59:08 -04:00
Mark Henderson
572029bbe7 wip: updating tests
fix browser test

package-lock updates
2020-05-21 11:59:08 -04:00
Marcin Rataj
2115820e18 fix: support POST-only API of go-ipfs 0.5
go-ipfs 0.5  will block `GET` commands on the API port, requiring
every  command (RPC) to be sent as HTTP `POST` request.

This bumps ipfs-http-client version to 41.0.1, which sends only POST requests
while maintaining the old API (async iterators that landed in 42.x)

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
2020-04-28 07:46:50 -04:00
shamb0t
e0850436b5 v0.23.1 2020-01-09 20:57:14 +00:00
shamb0t
94dbd3bad3 v0.23.0 2019-12-11 19:30:04 +00:00
shamb0t
c002fcc9dc update dependencies 2019-12-11 14:57:50 +00:00
shamb0t
46d4cf0d0a fix benchmark-add 2019-12-11 11:45:46 +00:00
shamb0t
d998f81b19 use ipfs@0.40.x 2019-12-11 09:15:55 +00:00
shamb0t
2430b4efac use ipfs@0.36.x 2019-12-10 12:31:12 +00:00
shamb0t
c42afa55ab use ipfs@0.40.x
remove pubsub flag
2019-12-10 09:39:08 +00:00
shamb0t
d40bae5913 v0.23.0-rc1 2019-12-07 06:14:42 +00:00
shamb0t
faa67d8094 use latest orbit-db-store 2019-12-05 16:18:06 +00:00
shamb0t
bbf0fc26dc remove ipfs-log 2019-12-04 15:30:03 +00:00