nimbus-eth1/nimbus/p2p/chain
Jordan Hrycaj 5d98f68c09
Sync update to work with sepolia reorgs (#1168)
* Error return in `persistBlocks()` on initial `VmState` roblem

why:
  previously threw an exception

* Updated sync mode option

why:
 using enum rather than bool => space for more

* Added sync mode `full`, re-factued legacy sync

also:
  rebased

* Fix typo (crashes `pesistBlocks()` otherwise)

also:
  rebase to master

* Reduce log ticker noise by suppressing duplicate messages

* Clarify staged queue overflow handling

why:
  backtrack/re-org mode in `stageItem()` should be detected by both,
  the global indicator or the work item where it might have moved into.

also:
  rebased
2022-07-21 13:14:41 +01:00
..
chain_desc.nim move block validation from execution payload generator to engine api 2022-07-04 20:36:30 +07:00
chain_helpers.nim Feature/implement poa processing (#748) 2021-07-14 16:13:27 +01:00
chain_misc.nim Handle EIP-3675 (TheMerge) switch block (#1005) 2022-03-24 08:54:11 +00:00
persist_blocks.nim Sync update to work with sepolia reorgs (#1168) 2022-07-21 13:14:41 +01:00