nimbus-eth1/nimbus/db/kvt
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
..
kvt_delta Triggered write event for kvt (#2351) 2024-06-13 18:15:11 +00:00
kvt_desc Coeredb related clean up and maint fixes (#2360) 2024-06-14 11:19:48 +00:00
kvt_init Coeredb related clean up and maint fixes (#2360) 2024-06-14 11:19:48 +00:00
kvt_tx Triggered write event for kvt (#2351) 2024-06-13 18:15:11 +00:00
kvt_walk Aristo: Update unit test suite (#2002) 2024-02-01 21:27:48 +00:00
kvt_api.nim Coeredb related clean up and maint fixes (#2360) 2024-06-14 11:19:48 +00:00
kvt_constants.nim Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00
kvt_debug.nim Aristo db kvt maintenance update (#1952) 2023-12-20 16:19:00 +00:00
kvt_delta.nim Triggered write event for kvt (#2351) 2024-06-13 18:15:11 +00:00
kvt_desc.nim Triggered write event for kvt (#2351) 2024-06-13 18:15:11 +00:00
kvt_init.nim Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00
kvt_layers.nim avoid unnecessary memory allocations and lookups (#2334) 2024-06-11 11:38:58 +02:00
kvt_persistent.nim Aristo update rocksdb backend drivers (#2135) 2024-04-16 20:39:11 +00:00
kvt_tx.nim Triggered write event for kvt (#2351) 2024-06-13 18:15:11 +00:00
kvt_utils.nim Triggered write event for kvt (#2351) 2024-06-13 18:15:11 +00:00
kvt_walk.nim Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00