nimbus-eth1/nimbus/sync/misc
Jordan Hrycaj d55a72ae49
Full sync peer negotiation control (#1390)
* Additional logging for scheduler

* Fix duplicate occurrence of `bestNumber`

why:
  Happened when the `block_queue` module was separated out of
  the `worker` module. Somehow testing was insufficient or skipped,
  at all.

* Update `runPool()` mixin for scheduler

details:
  Could be simplified

* Dynamically adapt pivot header negotiation mode

details:
  After accepting one peer and some timeout, do not search for more
  peers for start syncing but rather continue in relaxed mode with a
  single peer.
2022-12-18 16:06:43 +00:00
..
notused Prep for full sync after snap make 4 (#1282) 2022-10-27 14:49:28 +01:00
best_pivot.nim Full sync peer negotiation control (#1390) 2022-12-18 16:06:43 +00:00
block_queue.nim Full sync peer negotiation control (#1390) 2022-12-18 16:06:43 +00:00
timer_helper.nim Isolating sync action modules (#1249) 2022-09-30 09:22:14 +01:00