1. 16 Jan, 2019 3 commits
  2. 26 Oct, 2018 1 commit
    • Hector Sanjuan's avatar
      Fix #27: Remove batching from importers · 60781411
      Hector Sanjuan authored
      A batching DAG service is forced onto the
      users of the importers, but they could just wrap
      the given DAGSerice in the batching one to get the same
      functionality (remembering to Close it at the end of the
      proccess).
      
      As detailed in #27, the importers should not be making choices
      about what DAGService is the right one to use and wrapping the
      given one.
      
      This change requires wrapping the DAGService in go-ipfs into
      ipld.Batch. and closing it when Finishing the adding process.
      60781411
  3. 23 Sep, 2018 1 commit
  4. 30 Jul, 2018 2 commits