nimbus-eth1/nimbus/db/aristo/aristo_desc
Jordan Hrycaj 56d5c382d7
Aristo db traversal helpers (#1638)
* Misc fixes

detail:
* Fix de-serialisation for account leafs
* Update node recovery from unit tests

* Remove `LegacyAccount` from `PayloadRef` object

why:
  Legacy accounts use a hash key as storage root which is detrimental
  to the working of the Aristo database which uses a vertex ID.

* Dissolve `hashify_helper` into `aristo_utils` and `aristo_transcode`

why:
  Functions are of general interest so they should live in first level
  code files.

* Added left/right iterators over leaf nodes

* Some helper/wrapper functions that might be useful
2023-07-13 00:03:14 +01:00
..
aristo_error.nim Aristo db traversal helpers (#1638) 2023-07-13 00:03:14 +01:00
aristo_types_backend.nim Aristo db with storage backends (#1603) 2023-06-20 14:26:25 +01:00
aristo_types_identifiers.nim Aristo db traversal helpers (#1638) 2023-07-13 00:03:14 +01:00
aristo_types_structural.nim Aristo db traversal helpers (#1638) 2023-07-13 00:03:14 +01:00