kubo/core
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
..
commands bootstrap: use ipfsaddr for boostrap peers ⚠️ 2015-02-01 05:16:52 -08:00
corehttp test/sharness: fix errors 2015-01-31 22:54:34 -08:00
corerepo implement path type 2015-01-29 17:51:08 +00:00
coreunix address concerns about user interface with new Path type 2015-01-30 19:55:38 +00:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go introducing p2p pkg 2015-01-02 08:46:45 -08:00
bootstrap.go bootstrap: use ipfsaddr for boostrap peers ⚠️ 2015-02-01 05:16:52 -08:00
core_test.go feat(core): use repo.Repo in core constructor 2015-01-18 14:41:42 -08:00
core.go bootstrap: use ipfsaddr for boostrap peers ⚠️ 2015-02-01 05:16:52 -08:00
datastore.go refactor(repo/config) move config under repo 2015-01-13 03:09:30 -08:00
mock.go feat(core): use repo.Repo in core constructor 2015-01-18 14:41:42 -08:00