nimbus-eth1/nimbus/sync/snap/worker/db
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
..
hexary_desc.nim Fix trie inspector for healing (#1284) 2022-10-28 08:26:17 +01:00
hexary_error.nim Prep for full sync after snap (#1253) 2022-10-08 18:20:50 +01:00
hexary_import.nim Prep for full sync after snap make 4 (#1282) 2022-10-27 14:49:28 +01:00
hexary_inspect.nim Fix trie inspector for healing (#1284) 2022-10-28 08:26:17 +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 Fix trie inspector for healing (#1284) 2022-10-28 08:26:17 +01:00
snapdb_desc.nim Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
snapdb_persistent.nim Prep for full sync after snap make 4 (#1282) 2022-10-27 14:49:28 +01:00
snapdb_storage_slots.nim Fix trie inspector for healing (#1284) 2022-10-28 08:26:17 +01:00