nimbus-eth1/nimbus/db/aristo/aristo_init
Jordan Hrycaj 01fe172738
Aristo db integrate hashify into tx (#1679)
* Renamed type `NoneBackendRef` => `VoidBackendRef`

* Clarify names: `BE=filter+backend` and `UBE=backend (unfiltered)`

why:
  Most functions used full names as `getVtxUnfilteredBackend()` or
  `getKeyBackend()`. After defining abbreviations (and its meaning) it
   seems easier to use `getVtxUBE()` and `getKeyBE()`.

* Integrate `hashify()` process into transaction logic

why:
  Is now transparent unless explicitly controlled.

details:
  Cache changes imply setting a `dirty` flag which in turn triggers
  `hashify()` processing in transaction and `pack()` directives.

* Removed `aristo_tx.exec()` directive

why:
  Inconsistent implementation, functionality will be provided with a
  different paradigm.
2023-08-11 18:23:57 +01:00
..
aristo_rocksdb
aristo_init_common.nim Aristo db integrate hashify into tx (#1679) 2023-08-11 18:23:57 +01:00
aristo_memory.nim
aristo_rocksdb.nim
memory_only.nim Aristo db integrate hashify into tx (#1679) 2023-08-11 18:23:57 +01:00
persistent.nim Aristo db integrate hashify into tx (#1679) 2023-08-11 18:23:57 +01:00