nimbus-eth1/nimbus/sync/beacon/worker
Jordan Hrycaj 81690e0446
Beacon sync fix overlapping block list import (#2866)
* Ignore `FC` overlapping blocks and the ones <= `base`

why:
  Due to concurrently running `importBlock()` by `newPayload` RPC
  requests the `FC` module layout might differ when re-visiting for
  importing blocks.

* Update logging and docu

details:
 Reduce some logging noise
 Clarify activating/suspending syncer in log messages
2024-11-22 13:23:53 +00:00
..
blocks_staged Beacon sync update multi exe heads aware (#2861) 2024-11-21 16:32:47 +00:00
headers_staged Beacon sync update multi exe heads aware (#2861) 2024-11-21 16:32:47 +00:00
start_stop Beacon sync update multi exe heads aware (#2861) 2024-11-21 16:32:47 +00:00
update Beacon sync update multi exe heads aware (#2861) 2024-11-21 16:32:47 +00:00
blocks_staged.nim Beacon sync fix overlapping block list import (#2866) 2024-11-22 13:23:53 +00:00
blocks_unproc.nim Beacon sync update multi exe heads aware (#2861) 2024-11-21 16:32:47 +00:00
db.nim Beacon sync fix overlapping block list import (#2866) 2024-11-22 13:23:53 +00:00
headers_staged.nim Beacon sync update multi exe heads aware (#2861) 2024-11-21 16:32:47 +00:00
headers_unproc.nim Beacon sync update multi exe heads aware (#2861) 2024-11-21 16:32:47 +00:00
helpers.nim Beacon sync updates tbc (#2818) 2024-11-01 19:18:41 +00:00
start_stop.nim Beacon sync fix overlapping block list import (#2866) 2024-11-22 13:23:53 +00:00
update.nim Beacon sync fix overlapping block list import (#2866) 2024-11-22 13:23:53 +00:00