12 Commits

Author SHA1 Message Date
David Dias
9a29b01ad3 it wooorks™ 2016-03-15 12:20:42 +00:00
David Dias
b83e5dd8dc complete 2016-03-15 09:57:06 +00:00
David Dias
412bda731b fixed 2016-03-11 14:47:39 +00:00
David Dias
990111980b woot 2016-03-10 20:36:07 +00:00
David Dias
f8e14e4ddf stream multiplexing done, starting on identify refactor 2016-03-07 15:22:36 +00:00
David Dias
9d8ee67c61 high level API working + tests 2016-03-06 08:40:49 +00:00
David Dias
c8f2fdd077 internal transport interface + libp2p-tcp tests 2016-03-05 11:27:57 +00:00
David Dias
0e636597ee update swarm 2016-03-03 12:08:46 +00:00
Pau Ramon Revilla
0514b0034b Do not allow undefined peerInfo
# What

The code assumes that `peerInfo` exists, the API doesn't.

# How to test

```js
swarm = new Swarm()
swarm.addTransport('tcp', tcp, { multiaddr: mh }, {}, {port: 8095})
```

This shouldn't explode because of `self.peerInfo.multiaddrs`.
2015-09-26 16:24:46 +02:00
David Dias
9c062ffeeb have at least one test 2015-07-08 23:01:36 -07:00
David Dias
b1f7e65f18 Initial Commit 2015-07-08 16:23:03 -07:00
David Dias
a74aac6e11 Initial Commit 2015-07-08 16:22:59 -07:00