good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 02, 2020
    • Martin Holst Swende's avatar
      eth/downloader: change intial download size (#21366) · 3010f9fc
      Martin Holst Swende authored
      This changes how the downloader works, a little bit. Previously, when block sync started,
      we immediately started filling up to 8192 blocks. Usually this is fine, blocks are small
      in the early numbers. The threshold then is lowered as we measure the size of the blocks
      that are filled.
      
      However, if the node is shut down and restarts syncing while we're in a heavy segment,
      that might be bad. This PR introduces a more conservative initial threshold of 2K blocks
      instead.
      3010f9fc
  2. Sep 01, 2020
  3. Aug 28, 2020
  4. Aug 27, 2020
  5. Aug 26, 2020
  6. Aug 25, 2020
  7. Aug 24, 2020
  8. Aug 22, 2020
  9. Aug 21, 2020
  10. Aug 20, 2020
  11. Aug 19, 2020
  12. Aug 18, 2020
  13. Aug 14, 2020
  14. Aug 11, 2020
Loading