415 Commits

Author SHA1 Message Date
Jacob Heun
763187beb1
chore: release version v0.1.2 v0.1.2 2019-10-29 12:15:58 +01:00
Jacob Heun
44e08c9007
chore: update contributors 2019-10-29 12:15:57 +01:00
Jacob Heun
d2fe2d1b36
feat: crypto errors (#4)
* chore: ignore docs folder

* feat: add invalid crypto exchange error
2019-10-29 12:12:09 +01:00
Vasco Santos
bcb52ae709 docs: add crypto to readme (#5) 2019-10-29 11:24:28 +01:00
Jacob Heun
c52c3dc8a3
chore: release version v0.1.1 v0.1.1 2019-10-21 14:45:40 +02:00
Jacob Heun
92f13f8106
chore: update contributors 2019-10-21 14:45:39 +02:00
Jacob Heun
5a5c44a770
feat: crypto interface (#2)
* docs: initial crypto readme

* feat: add basic crypto interface test suite

* feat: add optional remotepeer for inbound

feat: add errors export

* docs(fix): update src/crypto/README.md

Co-Authored-By: Vasco Santos <vasco.santos@moxy.studio>
2019-10-21 14:44:17 +02:00
Jacob Heun
f7239faefc
chore: release version v0.1.0 v0.1.0 2019-10-20 11:57:03 +02:00
Jacob Heun
7bbba14646
chore: update contributors 2019-10-20 11:57:03 +02:00
Jacob Heun
81254b1d43
chore: add empty main file 2019-10-20 11:56:33 +02:00
Jacob Heun
9eb16ddee9
refactor: merge pull request #1 from libp2p/refactor/consolidation
refactor: repo consolidation
2019-10-20 11:52:21 +02:00
Jacob Heun
3230ae4ead
chore: fix transport docs and imports 2019-10-18 14:45:28 +02:00
Jacob Heun
13844d482c
chore: clean up transport 2019-10-18 14:40:12 +02:00
Jacob Heun
212e571624
chore: clean up transport 2019-10-18 14:39:43 +02:00
Jacob Heun
101cf22cc9
chore: clean up stream-muxer 2019-10-18 14:39:26 +02:00
Jacob Heun
46eac39626
chore: remove record-store, it is old 2019-10-18 14:31:00 +02:00
Jacob Heun
606d6a6815
chore: cleanup peer routing 2019-10-18 14:25:47 +02:00
Jacob Heun
f9f0b0902e
chore: cleanup peer disco and fix tests 2019-10-18 14:23:50 +02:00
Jacob Heun
32f863be86
chore: clean up content routing 2019-10-18 14:20:29 +02:00
Jacob Heun
c9fa1ac249
chore: fix connection tests and do cleanup 2019-10-18 14:14:27 +02:00
Jacob Heun
020f72b336
refactor: move all files to the right place 2019-10-18 13:58:35 +02:00
Jacob Heun
798fc75443
refactor: move record-store 2019-10-18 13:54:50 +02:00
Jacob Heun
38ff675a68
Merge branch 'master' of https://github.com/libp2p/interface-record-store into remote/connection 2019-10-18 13:52:50 +02:00
Jacob Heun
00e150ffcd
refactor: move peer-routing 2019-10-18 13:52:21 +02:00
Jacob Heun
a2f6d92551
Merge branch 'master' of https://github.com/libp2p/interface-peer-routing into remote/connection 2019-10-18 13:51:38 +02:00
Jacob Heun
51c985f564
refactor: move content-routing 2019-10-18 13:50:39 +02:00
Jacob Heun
1759c897f4
Merge branch 'master' of https://github.com/libp2p/interface-content-routing into remote/connection 2019-10-18 13:49:41 +02:00
Jacob Heun
827197585e
refactor: move stream-muxer 2019-10-18 13:48:14 +02:00
Jacob Heun
07d71de456
Merge branch 'master' of https://github.com/libp2p/interface-stream-muxer into remote/connection 2019-10-18 13:46:22 +02:00
Jacob Heun
cebcfe3e33
refactor: move peer-discovery 2019-10-18 13:44:19 +02:00
Jacob Heun
b1fda8401a
Merge branch 'master' of https://github.com/libp2p/interface-peer-discovery into remote/connection 2019-10-18 13:43:17 +02:00
Jacob Heun
6b025774b9
refactor: move transport 2019-10-18 13:42:16 +02:00
Jacob Heun
f399a680a6
Merge branch 'master' of https://github.com/libp2p/interface-transport into remote/connection 2019-10-18 13:40:37 +02:00
Jacob Heun
df75bee27d
refactor: move connection 2019-10-18 13:39:17 +02:00
Jacob Heun
2cbf2b2ac1
Merge branch 'master' of https://github.com/libp2p/interface-connection into remote/connection 2019-10-18 13:37:41 +02:00
Jacob Heun
e3be5c141b
tmp: move files 2019-10-18 13:37:29 +02:00
Jacob Heun
584a69b181
feat: initial commit 2019-10-18 13:33:30 +02:00
Jacob Heun
499575cf8c
chore: release version v0.4.1 2019-10-17 14:41:12 +02:00
Jacob Heun
cac492bb1e
chore: update contributors 2019-10-17 14:41:11 +02:00
Jacob Heun
541bf83c1e
feat: add support for timeline proxying (#31) 2019-10-17 14:38:37 +02:00
Vasco Santos
1f84bfc749 chore: release version v0.1.1 2019-09-27 13:33:34 +02:00
Vasco Santos
bee951f036 chore: update contributors 2019-09-27 13:33:34 +02:00
Jacob Heun
2814c76e23 fix: add async support to setup (#11) 2019-09-27 13:32:45 +02:00
Vasco Santos
6bb1f2a4cb chore: release version v0.1.0 2019-09-27 12:40:01 +02:00
Vasco Santos
808b72fafd chore: update contributors 2019-09-27 12:40:01 +02:00
Vasco Santos
9a3048748e
refactor: async 2019-09-27 12:38:54 +02:00
Vasco Santos
b0b54db5b1 chore: add basic discovery module for compliance spec 2019-09-27 11:58:20 +02:00
Jacob Heun
721e475fd2
chore: release version v0.4.0 2019-09-27 11:21:16 +02:00
Jacob Heun
f58356aa10
chore: update contributors 2019-09-27 11:21:15 +02:00
Vasco Santos
bf5c646441 refactor: API changes and switch to async iterators (#29)
BREAKING CHANGE: all the callbacks in the provided API were removed and each function uses async/await. Additionally, pull-streams are no longer being used. See the README for new usage.
2019-09-27 11:13:02 +02:00