nimbus-eth1/tests/test_coredb
Jordan Hrycaj 1b4a43c140
Aristo db remove over engineered object type (#2027)
* CoreDb: update test suite

* Aristo: Simplify reverse key map

why:
  The reverse key map `pAmk: (root,key) -> {vid,..}` as been simplified to
  `pAmk: key -> {vid,..}` as the state `root` domain argument is not used,
  anymore

* Aristo: Remove `HashLabel` object type and replace it by `HashKey`

why:
  The `HashLabel` object attaches a root hash to a hash key. This is
  nowhere used, anymore.

* Fix copyright
2024-02-14 19:11:59 +00:00
..
coredb_test_xx.nim Aristo db remove over engineered object type (#2027) 2024-02-14 19:11:59 +00:00
test_chainsync.nim Core db+aristo update storage trie handling (#2023) 2024-02-12 19:37:00 +00:00
test_helpers.nim Core db+aristo update storage trie handling (#2023) 2024-02-12 19:37:00 +00:00