1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-16 04:02:05 +08:00

7 Commits

Author SHA1 Message Date
5b4f4328fd 3nodetest: dont fail because of logs 2015-03-18 02:11:45 -07:00
07529fa56a run profiler in test 2015-02-02 01:31:51 -08:00
4af79b7135 clean old docker images 2015-02-02 01:31:51 -08:00
093c87ef45 feat: keep profiling data from test runs 2015-02-02 01:31:51 -08:00
de464b7e40 test/3nodetest: list bootstrap nodes to debug 2015-02-01 05:16:53 -08:00
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
28cf220de1 dockertest -> test/3nodetest 2015-01-07 07:57:22 -08:00