nimbus-eth1/nimbus/sync
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
..
beacon Beacon sync fix overlapping block list import (#2866) 2024-11-22 13:23:53 +00:00
handlers Cleanup db/core_apps error handling (#2838) 2024-11-07 08:24:21 +07:00
protocol eth: bump to devp2p v5 (#2837) 2024-11-08 10:24:35 +01:00
beacon.nim Beacon sync docu todo and async prototype update v2 (#2832) 2024-11-05 11:39:45 +00:00
handlers.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
peers.nim Slightly change the static peer manager lookup behaviour (#1484) 2023-03-06 09:22:07 +00:00
protocol.nim Remove eth/66 and eth/67 wire protocol (#2238) 2024-05-29 09:20:25 +02:00
sync_desc.nim Beacon sync updates tbc (#2818) 2024-11-01 19:18:41 +00:00
sync_sched.nim Beacon sync update multi exe heads aware (#2861) 2024-11-21 16:32:47 +00:00