nimbus-eth1/nimbus/db/aristo/aristo_init
Jordan Hrycaj 445fa75251
Aristo db consolidate and clean up (#1699)
* Removed dedicated transcoder tests

why:
  will implicitely be provided by other tests:
  + encode/write -> hashify -> test_tx
  + decode/read -> merge raw nodes -> test_tx
  + de/blobfiy -> backend operations, taext_tx, test_backend, test_filter

* Clarify how the vertex ID generator state is accessed from the backend

why:
  This state is a list of unused vertex IDs. It was just stored somewhere
  on the backend which details were exposed when iterating over some
  sub-table(s).

  As there will be more such single information records, an admin
  sub-tables has been defined (formerly ID generator table) with dedicated
  access keys and type. Also, the iterator over the single ID generator
  state item has been removed. It must be accessed via the `get()`
  interface.

* Remove trailing space from file name

why:
  fixes windows bail out
2023-08-21 15:58:30 +01:00
..
aristo_rocksdb Aristo db consolidate and clean up (#1699) 2023-08-21 15:58:30 +01:00
aristo_init_common.nim Aristo db consolidate and clean up (#1699) 2023-08-21 15:58:30 +01:00
aristo_memory.nim Aristo db consolidate and clean up (#1699) 2023-08-21 15:58:30 +01:00
aristo_rocksdb.nim Aristo db consolidate and clean up (#1699) 2023-08-21 15:58:30 +01:00
memory_only.nim Aristo db implement filter serialisation for storage (#1695) 2023-08-18 20:46:55 +01:00
persistent.nim Aristo db implement filter serialisation for storage (#1695) 2023-08-18 20:46:55 +01:00