1. 24 Jul, 2023 5 commits
  2. 18 Jul, 2023 2 commits
  3. 17 Jul, 2023 2 commits
  4. 15 Jul, 2023 4 commits
  5. 14 Jul, 2023 5 commits
  6. 13 Jul, 2023 7 commits
  7. 12 Jul, 2023 4 commits
  8. 11 Jul, 2023 7 commits
  9. 10 Jul, 2023 1 commit
  10. 07 Jul, 2023 1 commit
  11. 06 Jul, 2023 2 commits
    • Martin Holst Swende's avatar
      core: remove outdated tests (#27662) · c866dfdc
      Martin Holst Swende authored
      Back before #27178 , we spun up a number of ethash verifiers to verify headers. So we also had tests to ensure that we were indeed able to abort verification even if we had multiple workers running.
      
      With PR #27178, we removed the parallelism in verification, and these tests are now failing, since we now just sequentially fire away the results as fast as possible on one routine.
      
      This change removes the (sometimes failing) tests
      c866dfdc
    • lightclient's avatar
      p2p, p2p/discover: add dial metrics (#27621) · cbf25796
      lightclient authored
      This PR adds metrics for p2p dialing, which gives us visibility into the quality of the dial 
      candidates  returned by our discovery methods.
      cbf25796