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
..
2022-04-06 07:28:19 +02:00
2022-10-19 09:51:18 +07:00
2022-09-16 08:24:12 +01:00
2022-07-21 19:16:28 +01:00
2019-10-31 06:17:01 +01:00
2022-01-22 08:26:57 +02:00
2022-05-25 12:04:47 +07:00
2022-08-22 20:11:36 +07:00

tests

TODO: more GeneralStateTest fixtures!