1505 Commits

Author SHA1 Message Date
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
haad
781ca786aa Add a benchmark for loading a db 2019-12-12 08:28:22 +02:00
shamb0t
94dbd3bad3 v0.23.0 2019-12-11 19:30:04 +00:00
shamb0t
13b16bd53a
Merge pull request #742 from orbitdb/feat/release-notes-0.23.0
update changelog v0.23.0
2019-12-11 17:05:57 +00:00
shamb0t
b4f92907e5 update changelog v0.23.0 2019-12-11 16:56:17 +00:00
shamb0t
c002fcc9dc update dependencies 2019-12-11 14:57:50 +00:00
shamb0t
2d82cb7740 remove pubsub flag 2019-12-11 14:57:40 +00:00
shamb0t
a981b0d7e9
Merge pull request #741 from orbitdb/feat/options
Feat/options
2019-12-11 12:13:09 +00:00
shamb0t
46d4cf0d0a fix benchmark-add 2019-12-11 11:45:46 +00:00
shamb0t
9c18dfc161 add note about pinning 2019-12-11 09:16:19 +00:00
shamb0t
afb742109d pass options to store 2019-12-11 09:16:19 +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
Richard Littauer
6ca95f7f00
Fix discord invite link (#739)
Fix discord invite link
2019-12-09 12:15:33 -05:00
swedneck
19e267341b
Fix discord invite link 2019-12-09 18:11:10 +01:00
shamb0t
d40bae5913 v0.23.0-rc1 2019-12-07 06:14:42 +00:00