good morning!!!!

Skip to content
Snippets Groups Projects
  1. Mar 26, 2021
  2. Mar 19, 2021
  3. Feb 05, 2021
  4. Feb 02, 2021
  5. Jan 26, 2021
  6. Jan 13, 2021
  7. Dec 11, 2020
  8. Nov 25, 2020
  9. Nov 17, 2020
  10. Nov 11, 2020
  11. Nov 09, 2020
  12. Oct 13, 2020
  13. Oct 12, 2020
  14. Aug 21, 2020
  15. Jul 28, 2020
    • 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
  16. Jul 13, 2020
  17. May 27, 2020
  18. May 25, 2020
  19. May 11, 2020
  20. Mar 31, 2020
  21. Jan 07, 2020
  22. Dec 06, 2019
    • Martin Holst Swende's avatar
      consensus/ethash, params: eip-2384: bump difficulty bomb (#20347) · bc01593a
      Martin Holst Swende authored
      * consensus/ethash, params: implement eip-2384: bump difficulty bomb
      
      * params: EIP 2384 compat checks
      
      * consensus, params: add Muir Glacier block number (mainnet,ropsten) + official name
      
      * core/forkid: forkid tests for muir glacier
      
      * params/config: address review concerns
      
      * params, core/forkid: review nitpicks
      
      * cmd/geth,eth,les: add override option for muir glacier
      
      * params: nit fix
      bc01593a
  23. Nov 28, 2019
    • Felix Lange's avatar
      consensus/ethash: refactor remote sealer (#20335) · a91b704b
      Felix Lange authored
      The original idea behind this change was to remove a use of the
      deprecated CancelRequest method. Simply removing it would've been an
      option, but I couldn't resist and did a bit of a refactoring instead.
      
      All remote sealing code was contained in a single giant function. Remote
      sealing is now extracted into its own object, remoteSealer.
      a91b704b
  24. Nov 18, 2019
    • Felix Lange's avatar
      consensus/clique: fix struct tags for status API (#20316) · c5c5e0db
      Felix Lange authored
      Also unexport the status struct.
      c5c5e0db
    • Martin Holst Swende's avatar
      consensus/clique: add clique_status API method (#20103) · 3f4a875b
      Martin Holst Swende authored
      This PR introduces clique_status which gives info about the health of
      the clique network.
      
      It's currently a bit PITA to find out how a clique network is
      performing, and it can easily happen that sealers drop off -- and
      everything is 'fine' until one more signer drops off, and the network
      suddenly halts.
      
      The new method provides the following stats:
      
      - Which signers are currently active, and have signed blocks in the last
        N (set to 64) blocks?
      - How many blocks has each signer signed?
      - What is the difficulty in the last N blocks, compared to the
        theoretical maximum?
      3f4a875b
  25. Nov 08, 2019
    • Guillaume Ballet's avatar
      travis: enable test suite on ARM64 (#20219) · de2259d2
      Guillaume Ballet authored
      * travis: Enable ARM support
      
      * Include fixes from 20039
      
      * Add a trace to debug the invalid lookup issue
      
      * Try increasing the timeout to see if the arm test passes
      
      * Investigate the resolver issue
      
      * Increase arm64 timeout for clique test
      
      * increase timeout in tests for arm64
      
      * Only test the failing tests
      
      * Review feedback: don't export epsilon
      
      * Remove investigation tricks+include fjl's feeback
      
      * Revert the retry ahead of using the mock resolver
      
      * Fix rebase errors
      de2259d2
  26. Oct 28, 2019
  27. Aug 22, 2019
  28. Jul 22, 2019
  29. May 16, 2019
  30. May 10, 2019
  31. Apr 30, 2019
  32. Apr 08, 2019
  33. Apr 02, 2019
  34. Mar 06, 2019
Loading