nimbus-eth1/nimbus/sync/flare/worker
Jordan Hrycaj 1ced684d8f
Update flare header download mechanism (#2607)
* Reverse order in staged blob lists

why:
  having the largest block number with the least header list index `0`
  makes it easier to grow the list with parent headers, i.e. decreasing
  block numbers.

* Set a header response threshold when to ditch peer

* Refactor extension of staged header chains record

why:
  Was cobbled together as a proof of concept after several approaches of
  how to run the download.

* TODO update

* Make debugging code independent of `release` flag

* Update import from jacek
2024-09-10 11:37:49 +00:00
..
staged Update flare header download mechanism (#2607) 2024-09-10 11:37:49 +00:00
start_stop
update
db.nim Update flare header download mechanism (#2607) 2024-09-10 11:37:49 +00:00
staged.nim Update flare header download mechanism (#2607) 2024-09-10 11:37:49 +00:00
start_stop.nim
unproc.nim
update.nim