1. 01 Oct, 2014 12 commits
  2. 30 Sep, 2014 14 commits
  3. 29 Sep, 2014 5 commits
  4. 28 Sep, 2014 1 commit
  5. 27 Sep, 2014 1 commit
  6. 24 Sep, 2014 2 commits
  7. 23 Sep, 2014 1 commit
  8. 22 Sep, 2014 4 commits
    • Juan Batiz-Benet's avatar
      RPC Address init + checks · 81b4b381
      Juan Batiz-Benet authored
      81b4b381
    • Juan Batiz-Benet's avatar
      adjusted what Address means in config · 16533041
      Juan Batiz-Benet authored
      There are (so far) two sorts of addresses that peers care about:
      
      - peer network addresses, local to listen, saved to bootstrap.
        `config.Identity.Address`
      
      - peer RPC network address, local RPC tcp endpoint
        `config.RPCAddress`
      
      @whyrusleeping @perfmode
      16533041
    • Juan Batiz-Benet's avatar
      added mars.i.ipfs.io as a bootstrap node · 6807b6e9
      Juan Batiz-Benet authored
      In the future, let's have a (signed) list of bootstrap
      nodes. Ideally just a list of ipfs multiaddrs (with node.ID)
      6807b6e9
    • Juan Batiz-Benet's avatar
      uncommenting global debug · b053896e
      Juan Batiz-Benet authored
      let's keep this a turn-on for testing sort of thing.
      (want the outputs of commands like `ipfs add` to be
      usable as inputs to other programs/scripts).
      
      maybe we should consider adding a --debug (not -d),
      once we figure out adding flags that apply globally :)
      @whyrusleeping
      b053896e