1. 27 Jul, 2023 1 commit
  2. 24 Jul, 2023 5 commits
  3. 18 Jul, 2023 2 commits
  4. 17 Jul, 2023 2 commits
  5. 15 Jul, 2023 4 commits
  6. 14 Jul, 2023 5 commits
  7. 13 Jul, 2023 7 commits
  8. 12 Jul, 2023 4 commits
  9. 11 Jul, 2023 7 commits
  10. 10 Jul, 2023 1 commit
  11. 07 Jul, 2023 1 commit
  12. 06 Jul, 2023 1 commit
    • 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