1. 11 Aug, 2020 1 commit
  2. 10 Aug, 2020 5 commits
  3. 07 Aug, 2020 9 commits
  4. 06 Aug, 2020 5 commits
  5. 05 Aug, 2020 3 commits
  6. 04 Aug, 2020 4 commits
  7. 03 Aug, 2020 4 commits
  8. 31 Jul, 2020 1 commit
  9. 30 Jul, 2020 1 commit
  10. 29 Jul, 2020 5 commits
  11. 28 Jul, 2020 2 commits
    • Robert Zaremba's avatar
      miner: refactor helper functions in worker.go (#21044) · 37564ced
      Robert Zaremba authored
      This reduces complexity of some lengthy functions in worker.go,
      making the code easier to read.
      37564ced
    • gary rong's avatar
      les: implement new les fetcher (#20692) · 28c5a8a5
      gary rong authored
      * cmd, consensus, eth, les: implement light fetcher
      
      * les: address comment
      
      * les: address comment
      
      * les: address comments
      
      * les: check td after delivery
      
      * les: add linearExpiredValue for error counter
      
      * les: fix import
      
      * les: fix dead lock
      
      * les: order announces by td
      
      * les: encapsulate invalid counter
      
      * les: address comment
      
      * les: add more checks during the delivery
      
      * les: fix log
      
      * eth, les: fix lint
      
      * eth/fetcher: address comment
      28c5a8a5