nimbus-eth1/nimbus/sync/snap/worker/pass/pass_snap
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
..
helper Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00
heal_accounts.nim Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00
heal_storage_slots.nim Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00
pivot.nim Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00
range_fetch_accounts.nim Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00
range_fetch_contracts.nim Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00
range_fetch_storage_slots.nim Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00
snap_pass_desc.nim Snap sync cosmetic code update (#1563) 2023-04-25 17:34:48 +01:00