Hayden Young
b6c03fac00
Merge pull request #1193 from TryQuiet/fix-access-controllers
...
await verifyIdentity because it's async
2024-08-24 05:00:54 +08:00
Lucas Leblow
52fc148c55
await verifyIdentity because it's async
2024-08-23 14:22:21 -06:00
Hayden Young
1c9b4dc5ce
Merge pull request #1190 from hsjo12/patch-1
...
Update GETTING_STARTED.md
2024-08-23 22:04:52 +08:00
hsjo12
e4803f64f6
Update GETTING_STARTED.md
...
Fix several pieces of code
2024-08-06 18:33:54 +09:00
Hayden Young
9ddffd346a
Merge pull request #1186 from jasonnathan/patch-1
...
Update GETTING_STARTED.md
2024-07-08 05:52:51 +08:00
Jason Nathan
967a754872
Update GETTING_STARTED.md
...
Tiny typo in readme
2024-07-05 09:07:35 +08:00
Hayden Young
f5d0d501dd
Merge pull request #1184 from Henni/fix/sync-docs
...
Docs: Fix links & docstring formatting
2024-05-16 20:04:44 +08:00
Hendrik Leppelsack
1d5c18e419
fix links to sync api docs and formatting of sync module docstring
2024-05-10 16:52:39 +02:00
Hayden Young
6409eaae9f
chore: Tea verification.
2024-05-03 13:03:13 +01:00
Haad
1cdb186d06
Merge pull request #1178 from orbitdb/chore/gossipsub-upgrade
...
chore: Iterate gossipsub. Changes to gossipsub options.
2024-04-22 06:53:59 +03:00
Hayden Young
1a533e6b46
chore: Iterate gossipsub. Changes to gossipsub options.
2024-04-18 11:49:45 +01:00
Hayden Young
bd1eb71e44
Merge pull request #1177 from orbitdb/log-performance
...
Improve Oplog performance
2024-04-17 11:24:42 +01:00
haad
1564ee0325
Remove obsolete useRefs option in log traverse function
2024-04-17 13:17:58 +03:00
haad
e6afa0b7e7
Remove unnecessary entry encoding step
2024-04-17 13:17:58 +03:00
Hayden Young
7ff642be86
Merge pull request #1176 from orbitdb/cache-keys
...
Cache keys in key-store
2024-04-17 11:06:11 +01:00
Hayden Young
f3e15ecfac
Merge pull request #1175 from orbitdb/documents-benchmark
...
Add a benchmark for Documents database
2024-04-17 10:58:37 +01:00
haad
31433f3ff6
Cache keys in key-store
2024-04-17 12:45:01 +03:00
haad
439d890839
Add a benchmark for Documents database
2024-04-17 12:38:56 +03:00
Hayden Young
63b93c2168
chore: Iterate version for release.
v2.2.0
2024-04-16 22:01:14 +01:00
Haad
0550a44949
Merge pull request #1171 from orbitdb/docs/blockstore-config
...
docs: Randomize blockstore location.
2024-04-16 17:57:07 +03:00
Hayden Young
a2454064b4
Merge remote-tracking branch 'origin' into docs/blockstore-config
2024-04-16 15:42:51 +01:00
Hayden Young
7b818d26a2
Merge pull request #1160 from orbitdb/fix/kv-indexing
...
Fix indexing in KeyValueIndexed database
2024-04-16 13:43:26 +01:00
haad
40b600d9e6
Fix indexing in KeyValueIndexed database
2024-04-16 11:50:53 +03:00
Hayden Young
f6d1c7dbaf
docs: Randomize blockstore location.
2024-03-19 23:55:16 +00:00
Hayden Young
e02a92ffc5
Merge pull request #1165 from orbitdb/fix/pin-blocks
...
fix: Pin a block.
2024-03-05 21:13:15 +00:00
Hayden Young
2f75420842
fix: Lint errors.
2024-02-27 16:08:56 +00:00
Hayden Young
61f15fd556
fix: Pin a block.
2024-02-27 16:07:16 +00:00
Hayden Young
16686c6a82
Merge pull request #1161 from orbitdb/fix/log-concurrency
...
Process appends and joins through a queue
v2.1.0
2024-02-21 16:48:04 +00:00
haad
5a73b9cdfb
Add amount and reverse iterator options to storage iterators
2024-02-21 09:36:00 +01:00
haad
16b3358355
Process appends and joins through a queue
2024-02-21 09:02:04 +01:00
Hayden Young
734f50ed7e
chore: Iterate version. Upgrade Helia.
2024-02-17 14:45:11 +00:00
Hayden Young
e5351fe087
Merge pull request #1159 from orbitdb/fix/storage
...
Fix storage
2024-02-13 12:48:22 +00:00
haad
a3ea2e1165
Test storage interfaces and LevelStorage
2024-02-13 09:28:58 +01:00
haad
3e93d294bf
Add del() to ComposedStorage
2024-02-13 09:26:14 +01:00
Hayden Young
18eb27c44e
Merge pull request #1156 from orbitdb/docs/example-updates
...
docs: Audit GETTING STARTED examples. Ensure they are running.
2024-02-05 19:50:26 +00:00
Hayden Young
e439453262
docs: Remove duplicate imports.
2024-02-05 19:05:49 +00:00
Karsten Ohme
af0048991c
Error: PublishError.InsufficientPeers ( #1149 )
...
* Error: PublishError.InsufficientPeers
Prevent Error: PublishError.InsufficientPeers when starting alone
* Update README.md
added whitespace
* Update README.md
spacing corrected
2024-02-02 05:45:21 +08:00
Hayden Young
aa0f7f3c42
docs: Add permanent blockstores to IPFS examples.
2024-01-30 00:45:06 +00:00
Hayden Young
848112a232
docs: Fix description.
2024-01-30 00:07:11 +00:00
Hayden Young
8c29b77eab
docs: Use Helia. Use createOrbitDB.
2024-01-29 23:49:19 +00:00
Hayden Young
d6b9c41095
Merge remote-tracking branch 'origin' into docs/example-updates
2024-01-27 20:29:42 +00:00
Hayden Young
c666774b75
Merge pull request #1155 from koh-osug/patch-2
...
Update ACCESS_CONTROLLERS.md
2024-01-27 20:26:00 +08:00
Hayden Young
03f8a69856
docs: Use Level Blockstore.
2024-01-26 10:22:44 +00:00
Karsten Ohme
7001c7528b
Update ACCESS_CONTROLLERS.md
...
included comments
2024-01-26 04:02:58 +01:00
Hayden Young
12d17b1ceb
docs: Audit GETTING STARTED examples. Ensure they are running.
2024-01-26 00:07:47 +00:00
Karsten Ohme
9a5ca21577
Update ACCESS_CONTROLLERS.md
...
Added ipfs argument to `Identities` constructor.
2024-01-25 13:28:41 +01:00
Hayden Young
d37d2c9586
Merge pull request #1150 from koh-osug/patch-1
...
Update REPLICATION.md
2024-01-22 22:55:01 +08:00
Karsten Ohme
34014d8136
Update REPLICATION.md
...
From a discussion in a thread i remember that the replication is not automatically started. Also this is my experience since I'm not using these functions.
2024-01-20 23:32:31 +01:00
Hayden Young
ea6bfd93e0
chore: Increment version.
v2.0.1
2024-01-19 16:24:17 +00:00
Hayden Young
a7ec7b7b41
docs: Migrate js-ipfs examples to Helia.
2024-01-19 16:19:18 +00:00