erigon-pulse/interfaces/db_tables.toml

50 lines
1.0 KiB
TOML

PlainState = { dup_sort = { auto = { from = 60, to = 28 } } }
PlainCodeHash = {}
AccountChangeSet = { dup_sort = {} }
StorageChangeSet = { dup_sort = {} }
HashedAccount = {}
HashedStorage = { dup_sort = { auto = { from = 72, to = 40 } } }
AccountHistory = {}
StorageHistory = {}
Code = {}
HashedCodeHash = {}
IncarnationMap = {}
TEVMCodeStatus = { dup_sort = {} }
TEVMCode = {}
TrieAccount = {}
TrieStorage = {}
DbInfo = {}
SnapshotInfo = {}
BittorrentInfo = {}
HeadersSnapshotInfo = {}
BodiesSnapshotInfo = {}
StateSnapshotInfo = {}
HeaderNumber = {}
CanonicalHeader = {}
Header = {}
HeadersTotalDifficulty = {}
BlockBody = {}
BlockTransaction = {}
Receipt = {}
TransactionLog = {}
LogTopicIndex = {}
LogAddressIndex = {}
CallTraceSet = { dup_sort = {} }
CallFromIndex = {}
CallToIndex = {}
BlockTransactionLookup = {}
BloomBits = {}
Preimage = {}
Config = {}
BloomBitsIndex = {}
SyncStage = {}
SyncStageUnwind = {}
CliqueSeparate = {}
CliqueSnapshot = {}
CliqueLastSnapshot = {}
TxSender = {}
LastBlock = {}
Migration = {}
Sequence = {}
LastHeader = {}