nimbus-eth1/nimbus/sync/snap/worker/db
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
..
hexary_desc.nim Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
hexary_error.nim Prep for full sync after snap (#1253) 2022-10-08 18:20:50 +01:00
hexary_import.nim Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
hexary_inspect.nim Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
hexary_interpolate.nim Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
hexary_paths.nim Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
rocky_bulk_load.nim Snap sync accounts db code reorg (#1189) 2022-08-15 16:51:50 +01:00
snapdb_accounts.nim Prettify logging for snap sync environment (#1278) 2022-10-21 20:29:42 +01:00
snapdb_desc.nim Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
snapdb_persistent.nim Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
snapdb_storage_slots.nim Prettify logging for snap sync environment (#1278) 2022-10-21 20:29:42 +01:00