nimbus-eth1/nimbus/db/core_db
Jordan Hrycaj 1d70ba5ff0
Fix log warnings (`==` should have been `!=`) (#2907)
2024-12-04 14:36:15 +00:00
..
backend Simplify state root api (#2864) 2024-11-22 14:15:35 +01:00
base Simplify state root api (#2864) 2024-11-22 14:15:35 +01:00
README.md Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
TODO.md Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
base.nim Simplify state root api (#2864) 2024-11-22 14:15:35 +01:00
base_iterators.nim switch to Nim v2.0.12 (#2817) 2024-11-01 19:06:26 +00:00
core_apps.nim Fix log warnings (`==` should have been `!=`) (#2907) 2024-12-04 14:36:15 +00:00
memory_only.nim Separate config for core db and ledger (#2479) 2024-07-12 13:12:25 +00:00
persistent.nim aristo: remove `replicate` (#2758) 2024-10-20 17:25:12 +02:00

README.md

Core database

Layout of CoreDb descriptor objects

Objects dependence:

    CoreDbRef                           -- Base descriptor
     | | |
     | | +--- CoreDbCtxRef              -- Context descriptor
     | |       | | | |
     | |       | | | +--- CoreDbKvtRef  -- Key-value table
     | |       | | |
     | |       | | +----- CoreDbMptRef  -- Generic MPT
     | |       | |
     | |       | +------- CoreDbAccRef  -- Accounts database
     | |       |
	 | |       +--------- CoreDbTxRef   -- Transaction handle
     | |
     | +----- CoreDbCtxRef
     |         : : : :
     |
     +------- CoreDbCtxRef
               : : : :