nimbus-eth1/nimbus/sync/snap/worker/pass/pass_snap/helper
Jordan Hrycaj e1369a7c25
Improve full sync part behaviour 4 snap sync suite (#1564)
* Set maximum time for nodes to be banned.

why:
  Useless nodes are marked zombies and banned. They a kept in a table
  until flushed out by new connections. This works well if there are many
  connections. For the case that there are a few only, a maximum time is
  set. When expired, zombies are flushed automatically.

* Suspend full sync while block number at beacon block

details:
  Also allows to use external setting from file (2nd line)

* Resume state at full sync after restart (if any)
2023-04-26 16:46:42 +01:00
..
accounts_coverage.nim Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00
beacon_header.nim Improve full sync part behaviour 4 snap sync suite (#1564) 2023-04-26 16:46:42 +01:00
missing_nodes.nim Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00
storage_queue.nim Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00
swap_in.nim Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00