kubo/test
Juan Batiz-Benet 29bf59dded bootstrap: use ipfsaddr for boostrap peers ⚠️
⚠️ this commit makes your current configs unusable, as the
default bootstrap peers. You may need to edit your config.

Go from:

```js
Bootstrap: [
  {
    "Address": "/ip4/104.131.131.82/tcp/4001",
    "PeerID": "QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ"
  }
]
```

To:
```js
Bootstrap: [
  "/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ"
]
```
2015-02-01 05:16:52 -08:00
..
3nodetest bootstrap: use ipfsaddr for boostrap peers ⚠️ 2015-02-01 05:16:52 -08:00
bench bench: offline add 2015-01-30 06:57:42 -08:00
bin sharness: nice verbose ouput 2015-01-04 22:22:33 -08:00
dependencies Add "test/dependencies" dir and "godep restore" test 2015-01-23 21:27:45 +01:00
integration address concerns about user interface with new Path type 2015-01-30 19:55:38 +00:00
jenkins dockertest -> test/3nodetest 2015-01-07 07:57:22 -08:00
sharness daemon: fix output + time waiting 2015-02-01 04:29:32 -08:00
.gitignore moved sharness tests to a subdir. 2015-01-07 07:10:17 -08:00
Makefile Add "test/dependencies" dir and "godep restore" test 2015-01-23 21:27:45 +01:00