nimbus-eth1/nimbus/sync/snap/worker
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
..
com Prep for full sync after snap make 4 (#1282) 2022-10-27 14:49:28 +01:00
db Fix trie inspector for healing (#1284) 2022-10-28 08:26:17 +01:00
heal_accounts.nim Fix trie inspector for healing (#1284) 2022-10-28 08:26:17 +01:00
heal_storage_slots.nim Fix trie inspector for healing (#1284) 2022-10-28 08:26:17 +01:00
range_fetch_accounts.nim Fix trie inspector for healing (#1284) 2022-10-28 08:26:17 +01:00
range_fetch_storage_slots.nim Fix trie inspector for healing (#1284) 2022-10-28 08:26:17 +01:00
ticker.nim Prep for full sync after snap make 4 (#1282) 2022-10-27 14:49:28 +01:00