nimbus-eth1/nimbus/sync/protocol
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
..
eth initial wire protocol transformation 2022-10-15 19:48:21 +07:00
les initial wire protocol transformation 2022-10-15 19:48:21 +07:00
eth66.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00
eth67.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00
les_protocol.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00
snap1.nim Prettify logging for snap sync environment (#1278) 2022-10-21 20:29:42 +01:00
trace_config.nim Prep for full sync after snap make 3 (#1270) 2022-10-19 11:04:06 +01:00
wire_protocol.md add local copy of ethereum wire protocol spec 2022-09-17 09:08:55 +07:00