1. 27 Jan, 2023 4 commits
  2. 26 Jan, 2023 1 commit
  3. 25 Jan, 2023 2 commits
  4. 24 Jan, 2023 2 commits
  5. 23 Jan, 2023 2 commits
  6. 20 Jan, 2023 6 commits
  7. 19 Jan, 2023 2 commits
  8. 18 Jan, 2023 2 commits
  9. 17 Jan, 2023 2 commits
  10. 16 Jan, 2023 7 commits
  11. 15 Jan, 2023 1 commit
  12. 13 Jan, 2023 3 commits
  13. 12 Jan, 2023 4 commits
  14. 11 Jan, 2023 1 commit
  15. 10 Jan, 2023 1 commit
    • Péter Szilágyi's avatar
      eth/downloader: move the pivot in beacon sync mode too (#26453) · 452a12aa
      Péter Szilágyi authored
      In legacy (pre-merge) sync mode, headers were contiguously downloaded from the network and when no more headers were available, we checked every few seconds whether there are 64 new blocks to move the pivot.
      
      In beacon (post-merge) sync mode, we don't need to check for new skeleton headers non stop, since those re delivered one by one by the engine API. The missing code snippet from the header fetcher was to actually look at the latest head and move the pivot if it was more than 2*64-8 away. This PR adds the missing movement logic.
      452a12aa