mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 21:04:11 +00:00
1ced684d8f
* 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