Commit Graph

413 Commits

Author SHA1 Message Date
d2fe2d1b36 feat: crypto errors (#4)
* chore: ignore docs folder

* feat: add invalid crypto exchange error
2019-10-29 12:12:09 +01:00
bcb52ae709 docs: add crypto to readme (#5) 2019-10-29 11:24:28 +01:00
c52c3dc8a3 chore: release version v0.1.1 v0.1.1 2019-10-21 14:45:40 +02:00
92f13f8106 chore: update contributors 2019-10-21 14:45:39 +02:00
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
f7239faefc chore: release version v0.1.0 v0.1.0 2019-10-20 11:57:03 +02:00
7bbba14646 chore: update contributors 2019-10-20 11:57:03 +02:00
81254b1d43 chore: add empty main file 2019-10-20 11:56:33 +02:00
9eb16ddee9 refactor: merge pull request #1 from libp2p/refactor/consolidation
refactor: repo consolidation
2019-10-20 11:52:21 +02:00
3230ae4ead chore: fix transport docs and imports 2019-10-18 14:45:28 +02:00
13844d482c chore: clean up transport 2019-10-18 14:40:12 +02:00
212e571624 chore: clean up transport 2019-10-18 14:39:43 +02:00
101cf22cc9 chore: clean up stream-muxer 2019-10-18 14:39:26 +02:00
46eac39626 chore: remove record-store, it is old 2019-10-18 14:31:00 +02:00
606d6a6815 chore: cleanup peer routing 2019-10-18 14:25:47 +02:00
f9f0b0902e chore: cleanup peer disco and fix tests 2019-10-18 14:23:50 +02:00
32f863be86 chore: clean up content routing 2019-10-18 14:20:29 +02:00
c9fa1ac249 chore: fix connection tests and do cleanup 2019-10-18 14:14:27 +02:00
020f72b336 refactor: move all files to the right place 2019-10-18 13:58:35 +02:00
798fc75443 refactor: move record-store 2019-10-18 13:54:50 +02:00
38ff675a68 Merge branch 'master' of https://github.com/libp2p/interface-record-store into remote/connection 2019-10-18 13:52:50 +02:00
00e150ffcd refactor: move peer-routing 2019-10-18 13:52:21 +02:00
a2f6d92551 Merge branch 'master' of https://github.com/libp2p/interface-peer-routing into remote/connection 2019-10-18 13:51:38 +02:00
51c985f564 refactor: move content-routing 2019-10-18 13:50:39 +02:00
1759c897f4 Merge branch 'master' of https://github.com/libp2p/interface-content-routing into remote/connection 2019-10-18 13:49:41 +02:00
827197585e refactor: move stream-muxer 2019-10-18 13:48:14 +02:00
07d71de456 Merge branch 'master' of https://github.com/libp2p/interface-stream-muxer into remote/connection 2019-10-18 13:46:22 +02:00
cebcfe3e33 refactor: move peer-discovery 2019-10-18 13:44:19 +02:00
b1fda8401a Merge branch 'master' of https://github.com/libp2p/interface-peer-discovery into remote/connection 2019-10-18 13:43:17 +02:00
6b025774b9 refactor: move transport 2019-10-18 13:42:16 +02:00
f399a680a6 Merge branch 'master' of https://github.com/libp2p/interface-transport into remote/connection 2019-10-18 13:40:37 +02:00
df75bee27d refactor: move connection 2019-10-18 13:39:17 +02:00
2cbf2b2ac1 Merge branch 'master' of https://github.com/libp2p/interface-connection into remote/connection 2019-10-18 13:37:41 +02:00
e3be5c141b tmp: move files 2019-10-18 13:37:29 +02:00
584a69b181 feat: initial commit 2019-10-18 13:33:30 +02:00
499575cf8c chore: release version v0.4.1 2019-10-17 14:41:12 +02:00
cac492bb1e chore: update contributors 2019-10-17 14:41:11 +02:00
541bf83c1e feat: add support for timeline proxying (#31) 2019-10-17 14:38:37 +02:00
1f84bfc749 chore: release version v0.1.1 2019-09-27 13:33:34 +02:00
bee951f036 chore: update contributors 2019-09-27 13:33:34 +02:00
2814c76e23 fix: add async support to setup (#11) 2019-09-27 13:32:45 +02:00
6bb1f2a4cb chore: release version v0.1.0 2019-09-27 12:40:01 +02:00
808b72fafd chore: update contributors 2019-09-27 12:40:01 +02:00
9a3048748e refactor: async 2019-09-27 12:38:54 +02:00
b0b54db5b1 chore: add basic discovery module for compliance spec 2019-09-27 11:58:20 +02:00
721e475fd2 chore: release version v0.4.0 2019-09-27 11:21:16 +02:00
f58356aa10 chore: update contributors 2019-09-27 11:21:15 +02:00
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
e690d28e0d refactor: async 2019-09-26 12:05:23 +02:00
d8f7774277 chore: release version v0.8.0 2019-09-20 12:57:34 +02:00