kubo/repo
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
..
common refactor(config, repo): use repo.Interface to (Get|Set)ConfigKey 2015-01-13 03:09:32 -08:00
config bootstrap: use ipfsaddr for boostrap peers ⚠️ 2015-02-01 05:16:52 -08:00
fsrepo refactor(eventlog) integrate into fsrepo 2015-01-24 01:37:03 -08:00
mock.go repo/mock: basic impl 2015-01-18 14:41:42 -08:00
repo.go feat(core): use repo.Repo in core constructor 2015-01-18 14:41:42 -08:00