1. 08 Oct, 2014 1 commit
    • Juan Batiz-Benet's avatar
      bugfix: use consistent interface · 23c3ca51
      Juan Batiz-Benet authored
      We'll want a `type blocks.Block interface {}` later, but
      for now, make sure Blockstore uses ptrs for both Get and Put.
      
      + fix NewBlock output compile error
      23c3ca51
  2. 06 Oct, 2014 1 commit
  3. 25 Sep, 2014 1 commit
    • Brian Tiger Chow's avatar
      feat(bitswap:network) propagate errors up the stack · 7b1cda70
      Brian Tiger Chow authored
      Rather than pushing errors back down to lower layers, propagate the
      errors upward.
      
      This commit adds a `ReceiveError` method to BitSwap's network receiver.
      
      Still TODO: rm the error return value from:
      
          net.service.handler.HandleMessage
      
      This is inspired by delegation patterns in found in the wild.
      7b1cda70
  4. 22 Sep, 2014 32 commits