nimbus-eth1/tests/test_aristo
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
..
test_backend.nim Aristo: Update unit test suite (#2002) 2024-02-01 21:27:48 +00:00
test_filter.nim Aristo db remove over engineered object type (#2027) 2024-02-14 19:11:59 +00:00
test_helpers.nim Aristo db remove over engineered object type (#2027) 2024-02-14 19:11:59 +00:00
test_misc.nim Aristo db remove over engineered object type (#2027) 2024-02-14 19:11:59 +00:00
test_tx.nim Aristo db remove over engineered object type (#2027) 2024-02-14 19:11:59 +00:00