nimbus-eth1/nimbus/sync
Jordan Hrycaj c0d580715e
Remodel persistent snapdb access (#1274)
* Re-model persistent database access

why:
  Storage slots healing just run on the wrong sub-trie (i.e. the wrong
  key mapping). So get/put and bulk functions now use the definitions
  in `snapdb_desc` (earlier there were some shortcuts for `get()`.)

* Fixes: missing return code, typo, redundant imports etc.

* Remove obsolete debugging directives from `worker_desc` module

* Correct failing unit tests for storage slots trie inspection

why:
  Some pathological cases for the extended tests do not produce any
  hexary trie data. This is rightly detected by the trie inspection
  and the result checks needed to adjusted.
2022-10-20 17:59:54 +01:00
..
full Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
misc Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
protocol Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
snap Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +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 Remodel persistent snapdb access (#1274) 2022-10-20 17:59:54 +01:00
types.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00