194 Commits

Author SHA1 Message Date
Jacob Heun
daa26859e0
chore: update contributors 2018-12-14 17:57:31 +01:00
Jacob Heun
fdfb7b4e86
fix: not started yet (#297)
* fix: callback when not started rather than throwing asserts

* fix: dont remove transports until the switch has stopped

* test: update connection check logic

* test: fix variable reference

* chore: update switch dep

* chore: update switch dep
2018-12-14 17:54:32 +01:00
Jacob Heun
7d78728f54
chore: update contributors 2018-12-04 17:10:52 +01:00
Jacob Heun
7c78faa171
chore: update contributors 2018-12-03 12:56:50 +01:00
Jacob Heun
2a5232b541
chore: update contributors 2018-11-16 14:12:01 +01:00
Jacob Heun
44915b3723
0.24.0-rc.3 2018-11-15 18:59:22 +01:00
Jacob Heun
64bba57255
chore: add publish files to package 2018-11-15 18:58:40 +01:00
Jacob Heun
92cd591da4 chore: update deps 2018-11-15 18:01:31 +01:00
Jacob Heun
320d84f541
docs: update examples (#271)
* docs: fix examples

* chore: remove non jenkins ci files

* chore: update libp2p-spdy

* chore: update libp2p-spdy

* docs: update example language
2018-11-14 18:50:17 +01:00
Vasco Santos
970deec2a4 feat: add maxNumProviders to findprovs (#283)
* feat: add maxNumProviders to findprovs

* chore: upgrade libp2p-kad-dht
2018-11-13 11:46:51 +01:00
Jacob Heun
e92053da9a
Chore/update deps (#279)
* chore: update deps

* test: remove unneeded timeout

* chore: make nock a dev dep, it was not
2018-11-06 22:52:16 +01:00
Jacob Heun
c18d2a4147
0.24.0-rc.2 2018-11-01 15:10:36 +01:00
Jacob Heun
f1baa7e0b1
chore: update switch version 2018-11-01 15:10:35 +01:00
Jacob Heun
4abc868ab3
0.24.0-rc.1 2018-11-01 15:10:35 +01:00
Vasco Santos
40e840d5fd feat: add datastore to config 2018-10-31 14:43:16 +01:00
Jacob Heun
0b75f99d75
feat: make libp2p a state machine (#257)
* docs: add events to readme
2018-10-19 17:37:34 +02:00
Jacob Heun
a95389a28e
feat: add delegated peer and content routing support (#242)
* feat: allow for configuring content and peer routing

* feat: support multiple peer and content routing modules

* docs: add delegated routing example
2018-10-19 16:28:28 +02:00
Vasco Santos
dd934b9690 fix: start kad dht random walk (#251)
* fix: start kad dht random walk

* chore: added tests and stop random walk

* chore: allows to disable discovery for dht

* chore: upgrade kad-dht version
2018-10-04 14:40:32 +02:00
Vasco Santos
cef3c8b5cc chore: change dependency name from libp2p-railing to libp2p-bootstrap (#256)
* chore: change dependency name from libp2p-railing to libp2p-bootstrap

* fix: changed require on tests
2018-10-02 15:09:22 +02:00
Vasco Santos
eedb20e9a3 chore: upgrade libp2p-mplex 2018-10-01 17:26:41 +02:00
Jacob Heun
3b7c4b5eb0 chore: update deps 2018-09-24 17:24:32 +02:00
Vasco Santos
4460e8246c fix: dht get options 2018-09-24 17:03:43 +02:00
Jacob Heun
7b6c921d36
chore: release version v0.23.1 2018-08-13 15:21:08 +02:00
Jacob Heun
0b729621db chore: update lead maintainer 2018-07-27 16:04:15 +02:00
David Dias
e6e5b872dc
chore: release version v0.23.0 2018-07-27 14:01:36 +02:00
David Dias
5aa9ebbbe8
chore: update deps 2018-07-27 13:57:15 +02:00
Jacob Heun
6106915923 fix: start and stop connection manager with libp2p
test: add test to verify libp2p starts and stops the right things
test: add test for verifying disabled modules
fix: linting
2018-07-22 19:29:19 +01:00
David Dias
d9059dbad9 chore: update deps 2018-07-13 18:10:03 +02:00
David Dias
b7f67f2764
chore: release version v0.22.0 2018-06-29 23:27:29 +01:00
David Dias
8665286764
chore: update contributors 2018-06-29 23:27:28 +01:00
David Dias
a43d73eea7
chore: update deps 2018-06-29 23:23:54 +01:00
Jacob Heun
a57f1b22d0 chore: update latest webrtc 2018-06-29 20:38:40 +02:00
David Dias
4e8ac0b7a8
chore: release version v0.21.0 2018-06-28 10:34:11 +02:00
David Dias
b593adef56
chore: update contributors 2018-06-28 10:34:11 +02:00
David Dias
8c803d5901
chore: remove pre-push 2018-06-28 10:11:54 +02:00
David Dias
9fadd1d7b8
chore: update mplex 2018-06-28 10:11:29 +02:00
David Dias
6905f1ba41
feat: (BREAKING CHANGE) overhaul libp2p config and constructor
* docs: update chat example and add info to its readme
* docs: update echo example
* docs: update libp2p in browser example
* docs: update pubsub example
* docs: update peer and content routing examples
* docs: update discovery mechanisms example
* docs: update encrypted comms example
* docs: update protocol and stream muxing example
* feat: add config validation
* test: update CI configs, use only node 8
2018-06-28 10:06:25 +02:00
Pedro Teixeira
d5972045da feat: set and hook up libp2p-connection-manager (#184) 2018-06-20 11:19:37 +01:00
Hugo Dias
28ffa0c7dc chore: update libp2p-switch 2018-06-07 19:58:22 +01:00
David Dias
65073792aa
fix: lock wrtc to 0.1.1
* chore: update deps

* fix: use only wrtc 0.1.1

* chore: update webrtc-star

* chore: update circle

* chore: no node10
2018-05-12 19:45:05 +01:00
David Dias
0bf203b087
docs: lead maintainer (#190) 2018-05-06 18:32:26 +02:00
David Dias
37471135fa
chore: release version v0.20.4 2018-04-30 22:41:32 +01:00
David Dias
2a21c20ea3
chore: update contributors 2018-04-30 22:41:32 +01:00
David Dias
9a2d4e3d72
chore: release version v0.20.3 2018-04-30 22:41:08 +01:00
David Dias
7c2a19e3cc
chore: update deps 2018-04-30 22:41:08 +01:00
David Dias
26d5e69c62
chore: update deps 2018-04-30 22:41:08 +01:00
David Dias
409e7a8e1f chore: release version v0.20.2 2018-04-10 14:04:44 +09:00
David Dias
32941a807a chore: fix deps 2018-04-10 14:03:29 +09:00
David Dias
32d34d3b83 chore: release version v0.20.1 2018-04-10 12:15:57 +09:00
David Dias
4117bd7552 chore: add needed dep (websockets) 2018-04-10 12:13:11 +09:00