nimbus-eth1/nimbus/db/kvt
Jordan Hrycaj b924fdcaa7
Separate config for core db and ledger (#2479)
* Updates and corrections

* Extract `CoreDb` configuration from `base.nim` into separate module

why:
  This makes it easier to avoid circular imports, in particular
  when the capture journal (aka tracer) is revived.

* Extract `Ledger` configuration from `base.nim` into separate module

why:
  This makes it easier to avoid circular imports (if any.)

also:
  Move `accounts_ledger.nim` file to sub-folder `backend`. That way the
  layout resembles that of the `core_db`.
2024-07-12 13:12:25 +00:00
..
kvt_delta Triggered write event for kvt (#2351) 2024-06-13 18:15:11 +00:00
kvt_desc Cache code and invalid jump destination tables (fixes #2268) (#2404) 2024-06-21 09:44:10 +02:00
kvt_init Use RocksDb column family handles instead of name strings. (#2418) 2024-06-27 16:51:43 +08: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 Separate config for core db and ledger (#2479) 2024-07-12 13:12:25 +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 Update storage tree admin (#2419) 2024-06-27 09:01:26 +00:00
kvt_persistent.nim Aristo update rocksdb backend drivers (#2135) 2024-04-16 20:39:11 +00:00
kvt_tx.nim Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
kvt_utils.nim Separate config for core db and ledger (#2479) 2024-07-12 13:12:25 +00:00
kvt_walk.nim Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00