Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiaddrs with .../ipfs/... #608

Merged
merged 13 commits into from
Feb 1, 2015
Merged

multiaddrs with .../ipfs/... #608

merged 13 commits into from
Feb 1, 2015

Commits on Feb 1, 2015

  1. Configuration menu
    Copy the full SHA
    6f9c297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e6be0b View commit details
    Browse the repository at this point in the history
  3. 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"
    ]
    ```
    jbenet committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    29bf59d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c99dd84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af5b835 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de464b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    188d336 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bebc3ca View commit details
    Browse the repository at this point in the history
  9. sharness/t0120-bootstrap: test the bootstrap cmd

    and do it both online + offline
    jbenet committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    d0dd22b View commit details
    Browse the repository at this point in the history
  10. ipfsaddr: Transport part.

    jbenet committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    5a8aa1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc78f20 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3cd3424 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aff1d8b View commit details
    Browse the repository at this point in the history