Jacob Heun
9f5f07269e
test: add circuit browser test ( #326 )
2019-02-25 13:44:56 +01:00
Jacob Heun
ec7d0761de
test: add pull-mplex to test suite
2019-02-18 15:45:33 +01:00
Thomas Eizinger
91e60d4253
feat: prepare for new randomWalk config parameters
...
As per: https://github.com/libp2p/js-libp2p-kad-dht/issues/76
fix: pass whole dht config into DHT constructor
2019-02-05 12:42:40 +01:00
Vasco Santos
c4cab007af
feat: enable dht by default ( #313 )
...
BREAKING CHANGE: dht experimental flag was removed and a dht.enabled property was added to the config
2019-01-29 18:57:09 +01: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
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
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
David Dias
14d3578eaf
test: update tests to use libp2p-mplex module
2018-02-19 09:58:08 +00:00
David Dias
a5fd05875c
chore: make tests faster
2018-02-16 19:23:35 +01:00
David Dias
f7f85dce0a
test: update tests to new API
2018-02-07 08:37:03 +00:00
David Dias
f602cd9f79
test: use that crypto puzzle! ( #135 )
2017-12-01 09:19:44 +00:00
Maciej Krüger
95f029eb7a
feat: Bring libp2p-websocket-star to the Transports family! 🌟 ( #122 )
...
* test: add libp2p-websocket-star tests
* refactor: websocket-star-{signal => rendezvous}
* misc: Apply requested changes
* chore: update deps
* refactor: considerable amount of refactor, clean up test structure
* use right flag
* test: refactor transport tests
2017-11-27 09:10:36 +00:00