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

Miscellaneous fixes #267

Merged
merged 7 commits into from
Nov 7, 2014
Merged

Miscellaneous fixes #267

merged 7 commits into from
Nov 7, 2014

Commits on Nov 5, 2014

  1. fix(bitswap) shut down async

    Brian Tiger Chow committed Nov 5, 2014
    4 Configuration menu
    Copy the full SHA
    83716af View commit details
    Browse the repository at this point in the history
  2. feat(Dockerfile) use ENTRYPOINT

    Fixes #258
    
    #258
    Brian Tiger Chow committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    e6ee19e View commit details
    Browse the repository at this point in the history
  3. feat(init) display peer id in init command

    use case:
    
    Just configured and installed a node.
    
    benefits:
    
    1) reduces friction when setting up a new node
    
    2) reveals useful details about the workings of the system. It's the
    user's first encounter with her node's identity. The tour can build on
    the user's knowledge.
    
    ```
    ipfs (maybebtc-november) λ. ipfs init -f
    initializing ipfs node at /Users/btc/.go-ipfs
    generating key pair
    peer identity: QmcRbn41Vc2CvbpLYfN36mAWusErKWvAAHbq92LPra2gFT
    ```
    Brian Tiger Chow committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    67bc9cc View commit details
    Browse the repository at this point in the history
  4. fix(commands/http/client) cast safely

    Brian Tiger Chow committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    d3f9aad View commit details
    Browse the repository at this point in the history
  5. fix(commands/request) cast safely

    should be able to look at a function in isolation and prove it won't
    panic. if that's not possible, should cast safely.
    Brian Tiger Chow committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    de17092 View commit details
    Browse the repository at this point in the history
  6. fix(peer) update latency

    Brian Tiger Chow committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    074722c View commit details
    Browse the repository at this point in the history
  7. doc(peer)

    Brian Tiger Chow committed Nov 5, 2014
    1 Configuration menu
    Copy the full SHA
    550b98b View commit details
    Browse the repository at this point in the history