1. 07 Jan, 2015 4 commits
  2. 06 Jan, 2015 2 commits
    • Juan Batiz-Benet's avatar
      merkledag: keep links sorted by name · 1a5c8cc4
      Juan Batiz-Benet authored
      May not be necessary to sort when adding each link--
      doing so would be unnecessarily expensive O(n^2) when
      constructing nodes -- though n wont be big.
      1a5c8cc4
    • Jeromy's avatar
      implement recursive indirect blocks · a32fc7ff
      Jeromy authored
      improve efficiency of multilayered indirect blocks
      
      clean up tests
      
      panic cleanup
      
      clean up logic, improve readability
      
      add final root node to the dagservice upon creation
      
      importer: simplified dag generation
      
      test: updated hashes using latest code
      
      @whyrusleeping this is why the sharness tests
      were failing: the hashes are added manually to
      make sure our generation doesn't change.
      
      cleanup after CR
      
      fix merkledag tests
      
      fix small block generation (no subblocks!)
      a32fc7ff
  3. 05 Jan, 2015 1 commit
    • Juan Batiz-Benet's avatar
      merkledag: LONG timeout on Get · 339d2a98
      Juan Batiz-Benet authored
      we shouldn't use an arbitrary timeout here. since Get
      doesnt take in a context yet, we give a large upper bound.
      think of an http request. we want it to go on as long as
      the client requests it.
      339d2a98
  4. 24 Dec, 2014 1 commit
  5. 23 Dec, 2014 1 commit
  6. 18 Dec, 2014 1 commit
  7. 15 Dec, 2014 8 commits
  8. 13 Dec, 2014 1 commit
  9. 05 Dec, 2014 12 commits
  10. 09 Nov, 2014 1 commit
  11. 03 Nov, 2014 1 commit
  12. 01 Nov, 2014 3 commits
  13. 30 Oct, 2014 2 commits
  14. 28 Oct, 2014 2 commits