nimbus-eth1/nimbus/sync
Jordan Hrycaj a8df4c1165
Fix trie inspector for healing (#1284)
* Update logging

* Fix node hash associated with partial path for missing nodes

why:
  Healing uses the partial paths for fetching nodes from the network. The
  node hash (or key) is used to verify the node data retrieved.

  The trie inspector function returned the parent hash instead of the node hash
  with the partial path when a missing node was detected. So all nodes
  for healing were rejected.

* Must not modify sequence while looping over it
2022-10-28 08:26:17 +01:00
..
full Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
misc Prep for full sync after snap make 4 (#1282) 2022-10-27 14:49:28 +01:00
protocol Prettify logging for snap sync environment (#1278) 2022-10-21 20:29:42 +01:00
snap Fix trie inspector for healing (#1284) 2022-10-28 08:26:17 +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