rigwild
5ee6734a41
docs(README): Add DB explorer UI
2020-06-09 11:20:26 -04:00
Julien Bouquillon
1d4725512c
docs(API): add kvstore.all doc
2020-06-05 11:11:44 -04:00
Mark Henderson
b81162e125
chore: package-lock updates
2020-05-29 22:15:05 -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 Robert Henderson
7fc1142352
Update CHANGELOG.md
2020-05-26 13:38:45 -04:00
phillmac
dda1fa5932
Merge pull request #798 from 0xflotus/patch-2
...
(api): fixed small typo
0.24.1
2020-05-25 12:14:05 +10:00
0xflotus
79d2f4cc09
(api): fixed small error
2020-05-25 04:10:46 +02:00
phillmac
1317325b77
Merge pull request #797 from 0xflotus/patch-1
...
(faq): fixed small typo
2020-05-25 12:09:46 +10:00
0xflotus
8acfacd516
(faq): fixed small error
2020-05-25 04:05:35 +02: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
4d7bfa11b8
cleaning up setTimeouts
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
Kia Rahimian
651d793e31
fix: fs shim electron check
2020-05-17 15:29:41 -04:00
Kia Rahimian
80fdf57cbe
fix: fs shim when running on electron renderer process
2020-05-15 10:44:11 -04:00
Mark Henderson
e2ad2a0b79
also exporting keystore
2020-05-15 10:28:17 -04:00
Mark Henderson
1c67c410aa
feat: adding AccessControllers and Identites re-exports
2020-05-15 10:28:17 -04:00
anders
f3d906e98e
document meta and examples
...
reduce meta description; add examples
manafest typo
2020-05-06 21:03:58 -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
anders
f2cfaa8d1a
add API to GUIDE.md
2020-04-17 19:47:42 -04:00
Mark Robert Henderson
e7c890b9d0
Update README.md
2020-04-17 17:47:15 -04:00
Mark Robert Henderson
9c674de34e
Updating pinning FAQ
2020-04-05 20:02:43 -04:00
Mark Henderson
056f81bf6b
chore: update package-lock.json
2020-04-03 22:05:54 -04:00
vasa
cef97b847f
fix: fix Module with IPFS Instance
...
I tried out both versions and added working examples for both versions ranges
v0.23.0
2020-03-25 14:28:19 -04:00
vasa
2c9dd9480d
fix: fix documentation
...
fixed initialization snippet for `ipfs` module
2020-03-25 14:28:19 -04:00
phillmac
5f7f20e621
Fix assert.notEqual
...
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)
```
2020-03-22 18:06:35 -04:00
Michael Sterle-Contala
3377fc66ee
increase time in test to wait for peer.exchanged event to trigger
2020-03-11 12:19:09 +01:00
swedneck
ed697fdfd6
Update matrix and discord links
2020-03-05 11:02:26 -05:00
Michael Sterle-Contala
bc84b4f513
test with updated orbit-db-store
2020-03-03 13:11:45 +01:00
Tyler Yasaka
8d7b3ecf5d
Add tests for peer.exchanged event
2020-02-10 15:55:49 +01:00
Tyler Yasaka
a03e062c60
Check for store before emitting event
2020-02-10 15:55:49 +01:00
Tyler Yasaka
eb6c1c2ead
Document peer.exchanged event
2020-02-10 15:55:49 +01:00
Tyler Yasaka
aee7e6a6b7
Emit peer.exchanged event when heads have been exchanged with peer
2020-02-10 15:55:48 +01:00
shamb0t
e0850436b5
v0.23.1
v0.23.1
2020-01-09 20:57:14 +00:00
shamb0t
ff18acae3d
Merge pull request #754 from zachferland/feat/share-heads-cache-onpeer
...
feat: share heads from cache on peer connect, available before log ready
2020-01-09 22:43:00 +04:00
Zach Ferland
e5c6ae6c47
feat: share heads from cache on peer connect, available before log ready
2020-01-09 11:04:20 -05:00
phillmac
4712475c9f
Allow hashes to being with 'ba'
...
On some occasions an ipfs address can start with `ba`
```
ipfs dag get bafyreicjqmfea2dlhcbyszyneaxcpdhlxjpsycxxaibpp4wlzfctiujxdm
{"accessController":"/ipfs/zdpuAzt2GWKYeF4Pbo3hcMipCimE7SqCKZcckGduqcDJ3tmRx","name":"docstore","type":"docstore"}
ipfs cid format -f "%P" bafyreicjqmfea2dlhcbyszyneaxcpdhlxjpsycxxaibpp4wlzfctiujxdm
cidv1-cbor-sha2-256-32
```
2020-01-07 09:44:03 -05:00
shamb0t
2101e25f26
Merge pull request #747 from pcowgill/feature/typo-fix
...
Typo fix
2019-12-19 05:41:08 +00:00
Paul Cowgill
f384bca54c
Typo fix
2019-12-18 15:21:05 -06:00
shamb0t
5821f9d1b7
Merge pull request #746 from orbitdb/fix/docs
...
fix 'write' event documentation
2019-12-13 07:52:28 +00:00
shamb0t
71e6947966
fix 'write' event documentation
2019-12-13 07:30:42 +00:00
shamb0t
406eea2a55
Merge pull request #745 from orbitdb/add-pin-note
...
pin option info
2019-12-12 13:47:56 +00:00
shamb0t
99470f64cc
link to ipfs issue
2019-12-12 13:37:19 +00:00
shamb0t
5ab904edde
pin option info
2019-12-12 13:24:07 +00:00
shamb0t
391245a846
Remove unnecessary argument in loading benchmark
2019-12-12 09:54:02 +00:00
shamb0t
d6414f687a
Merge pull request #744 from orbitdb/add-benchmarks-results-to-release-notes
...
add benchmark results to release notes
2019-12-12 08:43:29 +00:00
shamb0t
dcdf343cec
add benchmark results to release notes
...
add offline mode info
add explicit improvement factor
edit formatting
2019-12-12 08:32:35 +00:00
shamb0t
f3388109c3
Merge pull request #743 from orbitdb/feat/benchmark-load
...
Add a benchmark for loading a db
2019-12-12 06:37:17 +00:00