1. 15 Feb, 2015 2 commits
  2. 14 Feb, 2015 26 commits
  3. 13 Feb, 2015 2 commits
  4. 05 Feb, 2015 2 commits
  5. 03 Feb, 2015 4 commits
  6. 02 Feb, 2015 2 commits
  7. 01 Feb, 2015 1 commit
  8. 31 Jan, 2015 1 commit
    • Juan Batiz-Benet's avatar
      dht: removing addrs sanity check · 199d5b62
      Juan Batiz-Benet authored
      About to allow dht to start without local addresses. this is
      so that we can initialize the dht and sign it up to listen
      on the muxer, before our node starts accepting incoming connections.
      otherwise, we lose some (we're observing this happening already).
      
      I looked through the dht's use of the peerstore, and the check here
      doesnt seem to be as important as the panic implies. I believe the
      panic was used for debugging weird "dont have any address" conditions
      we had earlier.
      199d5b62