nimbus-eth1/nimbus/sync
Jordan Hrycaj 68b2448ce1
Snap sync cosmetic code update (#1563)
* Relocate full sync descriptors from global `worker_desc.nim` to local pass

why:
  These settings are needed only for the full sync pass.

* Rename `pivotAccountsCoverage*()` => `accountsCoverage*()`

details:
  Extract from `worker_desc.nim` into separate source file.

* Relocate snap sync sub-descriptors

details:
  ..from global `worker_desc.nim` to local pass module `snap_pass_desc.nam`.

* Rename `SnapPivotRef` => `SnapPassPivotRef`

* Mostly removed `SnapPass` prefix from object type names

why:
  These objects are solely used on the snap pass.
2023-04-25 17:34:48 +01:00
..
full Code reorg 4 snap sync suite (#1560) 2023-04-24 21:24:07 +01:00
handlers Code reorg 4 snap sync suite (#1560) 2023-04-24 21:24:07 +01:00
misc Fix pivot setup after switch to full sync (#1562) 2023-04-25 13:24:32 +01:00
protocol Update snap sync ready to succeed at lab test (#1556) 2023-04-21 22:11:04 +01:00
snap Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00
full.nim Code reorg 4 snap sync suite (#1560) 2023-04-24 21:24:07 +01:00
handlers.nim Snap sync extractor and sub range proofs cont1 (#1468) 2023-02-15 10:14:40 +00:00
legacy.nim Silence some compiler gossip -- part 8, sync (#1467) 2023-02-14 23:38:33 +00:00
peers.nim Slightly change the static peer manager lookup behaviour (#1484) 2023-03-06 09:22:07 +00:00
protocol.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00
skeleton.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
snap.nim Code reorg 4 snap sync suite (#1560) 2023-04-24 21:24:07 +01:00
stateless.nim Sketching in "stateless mode". (#1495) 2023-03-13 14:18:30 -04:00
sync_desc.nim Pre functional snap to full sync (#1546) 2023-04-14 23:28:57 +01:00
sync_sched.nim Fix pivot setup after switch to full sync (#1562) 2023-04-25 13:24:32 +01:00
types.nim Pre functional snap to full sync (#1546) 2023-04-14 23:28:57 +01:00