nimbus-eth1/nimbus/sync
andri lim 45bc6422a0
Reduce getCanonicalHead usage, and delegate to ForkedChain (#2948)
The current getCanonicalHead of core db should not be confused with ForkedChain.latestHeader.
Therefore we need to use getCanonicalHead to restricted case only, e.g. initializing ForkedChain.
2024-12-18 11:04:23 +07:00
..
beacon Beacon sync mitigate deadlock with bogus sticky peers (#2943) 2024-12-16 16:26:38 +00:00
handlers Reduce getCanonicalHead usage, and delegate to ForkedChain (#2948) 2024-12-18 11:04:23 +07:00
protocol eth: bump to devp2p v5 (#2837) 2024-11-08 10:24:35 +01:00
beacon.nim Fix race condition on syncer termination (#2916) 2024-12-06 12:11:40 +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 Fix race condition on syncer termination (#2916) 2024-12-06 12:11:40 +00:00