nimbus-eth1/nimbus/sync/handlers
Jordan Hrycaj c5e895aaab
Code reorg 4 snap sync suite (#1560)
* Rename `playXXX` => `passXXX`

why:
  Better purpose match

* Code massage, log message updates

* Moved `ticker.nim` to `misc` folder to be used the same by full and snap sync

why:
  Simplifies maintenance

* Move `worker/pivot*` => `worker/pass/pass_snap/*`

why:
  better for maintenance

* Moved helper source file => `pass/pass_snap/helper`

* Renamed ComError => GetError, `worker/com/` => `worker/get/`

* Keep ticker enable flag in worker descriptor

why:
  This allows to pass this flag with the descriptor and not an extra
  function argument when calling the setup function.

* Extracted setup/release code from `worker.nim` => `pass/pass_init.nim`
2023-04-24 21:24:07 +01:00
..
eth.nim Prepare snap client for continuing with full sync (#1534) 2023-04-06 20:42:07 +01:00
setup.nim Prepare snap server client test scenario cont2 (#1487) 2023-03-07 14:23:22 +00:00
snap.nim Code reorg 4 snap sync suite (#1560) 2023-04-24 21:24:07 +01:00