1. 04 Feb, 2015 2 commits
  2. 02 Feb, 2015 1 commit
  3. 31 Jan, 2015 1 commit
  4. 29 Jan, 2015 1 commit
  5. 27 Jan, 2015 8 commits
  6. 25 Jan, 2015 2 commits
  7. 24 Jan, 2015 2 commits
  8. 10 Jan, 2015 1 commit
  9. 06 Jan, 2015 1 commit
    • Jeromy's avatar
      implement recursive indirect blocks · 39d16859
      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!)
      39d16859
  10. 06 Dec, 2014 1 commit
  11. 05 Dec, 2014 8 commits
  12. 09 Nov, 2014 1 commit
  13. 07 Nov, 2014 1 commit
  14. 03 Nov, 2014 1 commit
  15. 01 Nov, 2014 3 commits
  16. 31 Oct, 2014 1 commit
  17. 30 Oct, 2014 3 commits
  18. 26 Oct, 2014 1 commit
  19. 25 Oct, 2014 1 commit
    • Juan Batiz-Benet's avatar
      go-vet friendly codebase · f7a6bca9
      Juan Batiz-Benet authored
      - distinguish log.Error and log.Errorf functions
      - Initialize structs with field names
      - A bit of unreachable code (defers)
      f7a6bca9