-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Commits on Feb 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6f9c297 - Browse repository at this point
Copy the full SHA 6f9c297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6be0b - Browse repository at this point
Copy the full SHA 2e6be0bView commit details -
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" ] ```Configuration menu - View commit details
-
Copy full SHA for 29bf59d - Browse repository at this point
Copy the full SHA 29bf59dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c99dd84 - Browse repository at this point
Copy the full SHA c99dd84View commit details -
Configuration menu - View commit details
-
Copy full SHA for af5b835 - Browse repository at this point
Copy the full SHA af5b835View commit details -
Configuration menu - View commit details
-
Copy full SHA for de464b7 - Browse repository at this point
Copy the full SHA de464b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 188d336 - Browse repository at this point
Copy the full SHA 188d336View commit details -
Configuration menu - View commit details
-
Copy full SHA for bebc3ca - Browse repository at this point
Copy the full SHA bebc3caView commit details -
sharness/t0120-bootstrap: test the bootstrap cmd
and do it both online + offline
Configuration menu - View commit details
-
Copy full SHA for d0dd22b - Browse repository at this point
Copy the full SHA d0dd22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8aa1a - Browse repository at this point
Copy the full SHA 5a8aa1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc78f20 - Browse repository at this point
Copy the full SHA fc78f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd3424 - Browse repository at this point
Copy the full SHA 3cd3424View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff1d8b - Browse repository at this point
Copy the full SHA aff1d8bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.