nimbus-eth1/nimbus/sync
Jordan Hrycaj 82ceec313d
Prettify logging for snap sync environment (#1278)
* Multiple storage batches at a time

why:
  Previously only some small portion was processed at a time so the peer
  might have gone when the process was resumed at a later time

* Renamed some field of snap/1 protocol response object

why:
  Documented as `slots` is in reality a per-account list of slot lists. So
  the new name `slotLists` better reflects the nature of the beast.

* Some minor healing re-arrangements for storage slot tries

why;
  Resolving all complete inherited slots tries first in sync mode keeps
  the worker queues smaller which improves logging.

* Prettify logging, comments update etc.
2022-10-21 20:29:42 +01:00
..
full Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
misc Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
protocol Prettify logging for snap sync environment (#1278) 2022-10-21 20:29:42 +01:00
snap Prettify logging for snap sync environment (#1278) 2022-10-21 20:29:42 +01:00
fast.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00
full.nim Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
handlers.nim Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
protocol.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00
skeleton.nim initial beacon sync skeleton implementation 2022-09-17 09:08:55 +07:00
snap.nim Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
sync_desc.nim Prep for full sync after snap make 3 (#1270) 2022-10-19 11:04:06 +01:00
sync_sched.nim Prettify logging for snap sync environment (#1278) 2022-10-21 20:29:42 +01:00
types.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00