nimbus-eth1/nimbus/db/state_db
Jordan Hrycaj debba5a620
Coeredb related clean up and maint fixes (#2360)
* Fix initialiser

why:
  Possible crash (app profiling, tracer etc.)

* Update column family options processing

why:
  Same for kvt as for aristo

* Move `AristoDbDualRocks` backend type to the test suite

why:
  So it is not available for production

* Fix typos in API jump table

why:
  Used for tracing and app profiling only. Needed some update

* Purged CoreDb legacy API

why:
  Not needed anymore, was transitionary and disabled.

* Rename `flush` argument to `eradicate` in a DB close context

why:
  The word `eradicate` leaves no doubt what is meant

* Rename `stoFlush()` -> `stoDelete()`

* Rename `core_apps_newapi` -> `core_apps` (not so new anymore)
2024-06-14 11:19:48 +00:00
..
base.nim Coeredb related clean up and maint fixes (#2360) 2024-06-14 11:19:48 +00:00
read_only.nim Core db disable legacy api n remove distinct tries (#2299) 2024-06-05 20:52:04 +00:00
read_write.nim Optional accounts cache module for creating genesis (#1897) 2023-11-20 11:51:43 +00:00