1. 15 Feb, 2015 6 commits
  2. 05 Feb, 2015 1 commit
  3. 04 Feb, 2015 2 commits
  4. 03 Feb, 2015 3 commits
  5. 01 Feb, 2015 1 commit
    • Juan Batiz-Benet's avatar
      bootstrap: use ipfsaddr for boostrap peers · 29bf59dd
      Juan Batiz-Benet authored
       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"
      ]
      ```
      29bf59dd
  6. 31 Jan, 2015 2 commits
  7. 29 Jan, 2015 2 commits
  8. 28 Jan, 2015 1 commit
  9. 27 Jan, 2015 1 commit
  10. 24 Jan, 2015 1 commit
  11. 22 Jan, 2015 1 commit
  12. 13 Jan, 2015 5 commits