mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-06 09:13:46 +00:00
73661fd8a4
* switch to Nim v2.0.12 * fix LruCache capitalization for styleCheck * KzgProof/KzgCommitment for styleCheck * TxEip4844 for styleCheck * styleCheck issues in nimbus/beacon/payload_conv.nim * ENode for styleCheck * isOk for styleCheck * some more styleCheck fixes * more styleCheck fixes --------- Co-authored-by: jangko <jangko128@gmail.com>
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
: : : :