Chris Dostert
bd8a35aaf9
feat: add explicit error for case peer id not included in multiaddr ( #155 )
2018-02-05 12:36:20 +01:00
Chris Dostert
248d86d050
fix typo ( #152 )
2018-01-27 23:26:57 -08:00
Chris Dostert
8225b11082
fix typo ( #153 )
2018-01-27 23:26:52 -08:00
Chris Dostert
1355af2b51
docs: fix typos ( #154 )
2018-01-27 23:26:46 -08:00
David Dias
a85f041843
chore: release version v0.15.2
v0.15.2
2018-01-27 18:51:45 -08:00
David Dias
2c0cda2a7c
chore: update contributors
2018-01-27 18:51:45 -08:00
David Dias
b4ba267589
chore: update deps
2018-01-27 18:48:44 -08:00
David Dias
4c81f39ebe
chore: release version v0.15.1
v0.15.1
2018-01-16 06:16:15 -08:00
David Dias
76922383ab
chore: update contributors
2018-01-16 06:16:15 -08:00
David Dias
3fc57ff397
chore: bump timeout on after
2018-01-16 06:13:42 -08:00
David Dias
13b36dcaa6
chore: update deps
2018-01-16 06:03:04 -08:00
Irakli Gozalishvili
61bebd10fc
fix: typo in DHT setup ( #151 )
...
I think there was a typo that would have ignored passed options and fallback to defaults for DHT datastore.
2018-01-16 05:58:12 -08:00
Maciej Krüger
97cde1ccb4
test: Various pdd fixes ( #150 )
...
* fix(pdd): url for interop pkg was pointing to non-existing branch
* fix(pdd): case-sensitive names
peer-B.json does not _actually_ exist
* fix(pdd): story 2 peer b
2018-01-10 14:53:24 +00:00
Giovanni T. Parra
07b0cdc30e
docs: note the Connection type on .handle and .dial docs ( #149 )
2018-01-07 18:47:02 +00:00
Kevin Kwok
73b6d60e32
docs: update to new URL format on the browser example
2018-01-07 17:17:22 +00:00
David Dias
808f7495a9
chore: release version v0.15.0
v0.15.0
2018-01-07 17:09:57 +00:00
David Dias
ae21a6facf
chore: update contributors
2018-01-07 17:09:56 +00:00
David Dias
3aba3fd176
chore: update deps ( #148 )
2018-01-07 17:00:24 +00:00
Giovanni T. Parra
dc2da39a19
docs: tcp/443 on webrtc-star example. ( #147 )
...
according to https://github.com/libp2p/js-libp2p-webrtc-star/issues/134 and my own fiddling with this example.
2018-01-06 14:28:20 +00:00
John Rees
f8b441fff5
docs: Update README.md ( #143 )
...
added missing backtick
2018-01-02 07:18:41 +00:00
David Dias
190ad54f9e
PDD Compliance Tests ( #137 )
...
* transport story 1 done
* c
* transport series 2
* transports story 3
* the ipfs-bundle story 1
2017-12-18 10:23:34 +00:00
Tiago Alves
582f8bed2e
docs: fix links on examples peer and content routing ( #141 )
2017-12-18 09:53:30 +00:00
David Dias
59de0da19c
chore: release version v0.14.3
v0.14.3
2017-12-15 08:25:08 +00:00
David Dias
0caf600c9a
chore: update contributors
2017-12-15 08:25:08 +00:00
David Dias
a4943b4509
chore: update npm ignore
2017-12-15 08:24:49 +00:00
David Dias
c128873a07
chore: release version v0.14.2
v0.14.2
2017-12-15 07:15:05 +00:00
David Dias
5e2b6df04a
chore: update contributors
2017-12-15 07:15:05 +00:00
David Dias
8d2d8c98a0
chore: release version v0.14.1
v0.14.1
2017-12-15 07:10:42 +00:00
David Dias
30bf5bb161
chore: update contributors
2017-12-15 07:10:42 +00:00
Pedro Teixeira
c88eaf416c
fix: prevent "The libp2p node is not started yet" when stopping ( #138 )
2017-12-15 07:08:44 +00:00
David Dias
c7f20383d9
chore: release version v0.14.0
v0.14.0
2017-12-14 07:39:37 +00:00
David Dias
a86a95c19f
chore: update contributors
2017-12-14 07:39:37 +00:00
Pedro Teixeira
1b7360fcfa
fix: remove innactive multiaddrs ( #131 )
2017-12-14 07:27:13 +00:00
ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ
67ca37c356
chore: updating CI files ( #132 )
...
* Updating CI files
This commit updates all CI scripts to the latest version
* chore: update deps
* bump timout
* fix circle
2017-12-14 07:14:36 +00:00
Joel Gustafson
0870068ebc
docs: fix typo ( #136 )
2017-12-11 12:16:05 +00:00
David Dias
8563395d32
chore: release version v0.13.3
v0.13.3
2017-12-01 09:32:49 +00:00
David Dias
ef3cae5b5a
chore: update contributors
2017-12-01 09:32:49 +00:00
David Dias
f602cd9f79
test: use that crypto puzzle! ( #135 )
2017-12-01 09:19:44 +00:00
David Dias
ec956c1d42
chore: release version v0.13.2
v0.13.2
2017-11-27 09:13:13 +00:00
David Dias
c906f698e4
chore: update contributors
2017-11-27 09:13:12 +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
ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ
38a68a01b7
chore: Upgrade wrtc to 0.0.63 ( #133 )
...
For testing on CIs
2017-11-22 16:19:27 +00:00
David Dias
c08aa517a0
chore: release version v0.13.1
v0.13.1
2017-11-12 10:53:37 +00:00
David Dias
8eac0f806e
chore: update contributors
2017-11-12 10:53:37 +00:00
David Dias
9fd092fddf
chore: update deps
2017-11-12 10:51:13 +00:00
David Dias
87ddc25bee
chore: update example
2017-11-04 16:44:09 +00:00
David Dias
efb2b67f19
chore: update example
2017-11-04 16:25:58 +00:00
David Dias
7c0b4daf49
chore: update deps on browser example
2017-11-04 16:21:11 +00:00
David Dias
aeb3ae1301
chore: update deps
2017-11-04 16:20:28 +00:00
David Dias
97df76f9c5
chore: gitignore
2017-10-26 13:03:40 +01:00