nimbus-eth1/nimbus/sync/snap/worker
Jordan Hrycaj 96bb09457e
Snap sync rename objects (#1099)
* Disentangle `collect` module from `reply_data`

why:
  Now the module visible from `collect` for fetching data is `peer/fetch`
  only.

* Merge `SnapPeerHunt` into `collect`

why:
  This part needs to be known by `collect`, only

* rename collect => worker

* Dissolve `sync_fetch_xdesc` module into `common`

why:
  Descriptor is only used in `common` and `fetch_trie`

* rename `snap/peer` directory => `snap/worker`

* rename `SnapSync` -> `Worker`, `SnapPeer` -> `WorkerBuddy`

* moved `snap/base_desc.nim` -> `snap/worker/worker_desc.nim`

* Unified opaque object ref naming in `worker_desc.nim`

details:
  indicated my inheriting module (exactly one, always)
2022-05-24 09:07:39 +01:00
..
common.nim Snap sync rename objects (#1099) 2022-05-24 09:07:39 +01:00
fetch.nim Snap sync rename objects (#1099) 2022-05-24 09:07:39 +01:00
fetch_snap.nim Snap sync rename objects (#1099) 2022-05-24 09:07:39 +01:00
fetch_trie.nim Snap sync rename objects (#1099) 2022-05-24 09:07:39 +01:00
reply_data.nim Snap sync rename objects (#1099) 2022-05-24 09:07:39 +01:00
timer_helper.nim Snap sync rename objects (#1099) 2022-05-24 09:07:39 +01:00
validate_trienode.nim Snap sync rename objects (#1099) 2022-05-24 09:07:39 +01:00
worker_desc.nim Snap sync rename objects (#1099) 2022-05-24 09:07:39 +01:00