good morning!!!!

Skip to content
Snippets Groups Projects
  1. Mar 18, 2017
    • Felix Lange's avatar
      pow: fix Search with ethash test mode · 24dd0355
      Felix Lange authored
      The cache/dataset methods crashed with a nil pointer error if
      cachesinmem/dagsinmem were zero. Fix it by skipping the eviction logic
      if there are no caches/datasets.
      
      Search always used the regular dataset size regardless of test mode. Fix
      it by removing the redundant size parameter of hashimotoFull.
      
      Fixes #3784
      24dd0355
  2. Mar 09, 2017
  3. Jan 06, 2017
  4. Apr 15, 2016
  5. Oct 07, 2015
  6. Jul 23, 2015
  7. Jul 22, 2015
  8. Jul 07, 2015
  9. May 05, 2015
  10. Mar 17, 2015
  11. Mar 16, 2015
  12. Mar 14, 2015
  13. Mar 03, 2015
  14. Feb 28, 2015
  15. Feb 27, 2015
  16. Feb 20, 2015
  17. Feb 19, 2015
  18. Feb 18, 2015
  19. Feb 17, 2015
  20. Feb 14, 2015
  21. Feb 13, 2015
  22. Feb 10, 2015
  23. Feb 05, 2015
  24. Feb 04, 2015
  25. Jan 21, 2015
  26. Jan 12, 2015
  27. Jan 07, 2015
  28. Jan 05, 2015
  29. Jan 04, 2015
  30. Dec 23, 2014
  31. Dec 18, 2014
    • obscuren's avatar
      Locks, refactor, tests · 49e0267f
      obscuren authored
      * Added additional chain tests
      * Added proper mutex' on chain
      * Removed ethereum dependencies
      49e0267f
Loading