nimbus-eth1/nimbus/sync
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
..
protocol Snap sync simplify object inheritance (#1098) 2022-05-23 17:53:19 +01:00
snap Snap sync rename objects (#1099) 2022-05-24 09:07:39 +01:00
ChangeLog.md Normalise sync handler prototypes (#1087) 2022-05-13 17:30:10 +01:00
fast.nim Snap sync simplify object inheritance (#1098) 2022-05-23 17:53:19 +01:00
protocol.nim Normalise sync handler prototypes (#1087) 2022-05-13 17:30:10 +01:00
snap.nim Snap sync rename objects (#1099) 2022-05-24 09:07:39 +01:00
types.nim Snap sync simplify object inheritance (#1098) 2022-05-23 17:53:19 +01:00