1243 Commits

Author SHA1 Message Date
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
swedneck
ed697fdfd6 Update matrix and discord links 2020-03-05 11:02:26 -05: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
shamb0t
fb143e6816 use ipfs@0.36.x 2019-12-05 20:24:35 +00:00
shamb0t
faa67d8094 use latest orbit-db-store 2019-12-05 16:18:06 +00:00
shamb0t
187422e7dd
Merge pull request #732 from orbitdb/develop
Release 0.23.0
2019-12-05 09:29:34 +00:00
shamb0t
bbf0fc26dc remove ipfs-log 2019-12-04 15:30:03 +00:00
shamb0t
b640ec95b3 update dependencies 2019-12-04 12:55:36 +00:00
shamb0t
594bdd9d1b
Merge pull request #721 from orbitdb/feat/golang
docs: Add a link to the Golang repo on the README
2019-12-03 09:23:31 +00:00
shamb0t
f425697493
Merge pull request #738 from orbitdb/fix/build-examples
Fix/build examples
2019-12-03 08:42:01 +00:00
shamb0t
85a39230df Resolve package conflict 2019-12-03 08:30:39 +00:00
Mark Henderson
2551412ebe Removing unnecessary examples build steps 2019-12-03 08:18:41 +00:00
shamb0t
50fdcdb5a2 fix browser tests 2019-12-02 17:51:44 +00:00
shamb0t
7baed34c06 Compress fixtures 2019-12-02 11:02:09 +00:00
shamb0t
a21907a0f3
Merge pull request #731 from orbitdb/feat/new-ipfs-log
Use next ipfs-log
2019-11-29 16:47:37 +00:00