555 Commits

Author SHA1 Message Date
Hayden Young
eb5104ead6 refactor: Move start/stop OrbitDB convenience functions to own repo. 2024-01-18 14:21:55 +00:00
Hayden Young
c844e54fe9 feat: A quick-start OrbitDB instance. 2024-01-16 22:27:16 +00:00
haad
056e4e185f Make timeouts per request in IPFSBlockStorage 2024-01-16 11:38:14 +02:00
Hayden Young
4a1f5cba33 test: Replication when ipfs peers reconnect or a relaunched. 2024-01-13 02:36:45 +00:00
Hayden Young
c72e81e262 docs: Update log params. 2024-01-12 14:50:14 +00:00
Hayden Young
8ab276026a test: Block get timeout. 2024-01-12 13:25:00 +00:00
Hayden Young
5282fb2d77 fix: Time out put operations. 2024-01-12 11:40:47 +00:00
Hayden Young
37abd1a0b4 fix: Timeout is globally configurable for IPFSBlock. 2024-01-12 11:39:19 +00:00
Hayden Young
e72dd5c258 fix: Time out blockstore get for block cannot be fetched. 2024-01-12 11:32:46 +00:00
Hayden Young
ba043391d9 chore: Upgrade Helia. 2024-01-09 16:50:25 +00:00
Hayden Young
b105dd489a fix: Lint errors. 2023-12-15 23:11:42 +00:00
Hayden Young
6501ec6fa7 docs: Remove references "lazy loading" during replication. All values are now replicated when entries are replicated via joinEntry. 2023-12-15 23:10:24 +00:00
Hayden Young
5c187e7a47 refactor: Remove timeout settings from ipfs block storage. 2023-12-15 16:44:01 +00:00
haad
5b0bc171d1 Clean up 2023-12-15 10:28:58 +02:00
Hayden Young
d718a66818 feat: Default Libp2p config for node.js and browser peers. 2023-12-14 01:40:20 +00:00
Hayden Young
82591bf456 Merge remote-tracking branch 'origin' into helia 2023-12-02 21:48:09 +00:00
haad
f675641982 Refactor joinEntry implementation 2023-11-30 07:46:14 +02:00
Hayden Young
9f766da793 Merge branch 'main' into helia 2023-11-14 17:20:10 +00:00
Hayden Young
0a13a27546
Merge pull request #1115 from 1329576606/main
fix log.js iterator
2023-11-14 06:19:53 +08:00
Hayden Young
1c3b99c605 Merge branch 'main' into helia 2023-11-09 18:03:03 +00:00
Hayden Young
071d78df16 refactor: Remove removeAccessController. 2023-11-06 18:09:03 +00:00
zhanxin.xu
d24dffc0a8
fix log.js iterator
fix log.js iterator
2023-10-23 15:12:23 +08:00
Hayden Young
d05cd87b5c chore: Do not catch any error when onPeerJoined. 2023-10-12 21:03:19 +01:00
Hayden Young
b069e76f91 chore: Catch any error when onPeerJoined. 2023-10-12 20:28:59 +01:00
Hayden Young
01d74aaa02 chore: Do not catch any error when onPeerJoined. 2023-10-11 23:41:06 +01:00
Hayden Young
e609d33ae8 chore: Output stack. 2023-10-11 23:30:35 +01:00
Hayden Young
78dab50eb8 chore: Do not catch any error when sendHeads. 2023-10-11 23:20:13 +01:00
Hayden Young
e1a163bce7 fix: Lint issues. 2023-10-11 23:05:22 +01:00
Hayden Young
0c3e7667f3 chore: Catch heads iterator errors. 2023-10-11 23:03:22 +01:00
Hayden Young
3b3f90501c fix: Stop sync before removing listeners. 2023-10-11 22:24:05 +01:00
Hayden Young
3b7ffd02a7 fix: Lint issues. 2023-10-10 09:37:56 +01:00
Hayden Young
280bc60a92 refactor: Do not filter "messages from me". Hand off to Helia config. 2023-10-10 09:36:00 +01:00
haad
f86564db13 Fix helia tests 2023-09-28 16:14:57 +03:00
Hayden Young
ec8b17352a fix: Deregister all events to complete stop sync. 2023-09-25 19:32:36 +01:00
Hayden Young
dc706ee713 fix: Filter pubsub sync messages by address. 2023-09-24 00:31:38 +01:00
Hayden Young
31597d7084 refactor: Support Helia. 2023-09-23 16:25:29 +01:00
Hayden Young
411702e561
Merge pull request #1100 from orbitdb/docs/dead-links
Docs/dead links
2023-09-17 21:43:38 +08:00
Hayden Young
bc7e559f00 docs: Correctly name createOrbitDB func in API. 2023-09-17 14:39:15 +01:00
haad
72ebd7ebc2 Close databases when orbitdb is stopped 2023-09-13 07:49:28 +03:00
Hayden Young
858c66fe86 test: Override default keyvalue with indexed keyvalue. 2023-09-08 00:53:59 +01:00
Hayden Young
01f401a71a refactor: Using the same IDP does not throw error. 2023-09-08 00:13:43 +01:00
Hayden Young
8fb09a959d chore: Fix lint issues. 2023-09-07 14:49:43 +01:00
Hayden Young
5c03f816d3 feat: Return OrbitDB configured id. 2023-09-07 13:46:49 +01:00
Hayden Young
c42f28740a fix: Async both the idp and the verifyIdentity function. 2023-09-07 13:44:24 +01:00
Hayden Young
c75b805ed1 refactor: Use an identity provider. 2023-09-07 09:38:19 +01:00
Hayden Young
06ea870308 refactor: Use an access controller. 2023-09-07 09:34:48 +01:00
Hayden Young
7888ff06a3 refactor: Use a database type. 2023-09-07 09:29:33 +01:00
Hayden Young
86f4c9cd52 refactor: Second partial function async. 2023-09-06 20:56:04 +01:00
Hayden Young
f6a32050cc fix: If provider is specified, pass to identity creator. 2023-09-06 20:48:46 +01:00
Hayden Young
5b83acf26d refactor: Remove unnecessary identity provider configuration. 2023-09-06 20:15:36 +01:00