mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add the rest of the tables to db list (#1957)
This commit is contained in:
@ -166,14 +166,27 @@ impl Command {
|
||||
Headers,
|
||||
BlockBodies,
|
||||
BlockOmmers,
|
||||
BlockWithdrawals,
|
||||
TransactionBlock,
|
||||
Transactions,
|
||||
TxHashNumber,
|
||||
Receipts,
|
||||
PlainStorageState,
|
||||
PlainAccountState,
|
||||
Bytecodes,
|
||||
BlockTransitionIndex,
|
||||
TxTransitionIndex,
|
||||
AccountHistory,
|
||||
StorageHistory,
|
||||
AccountChangeSet,
|
||||
StorageChangeSet,
|
||||
HashedAccount,
|
||||
HashedStorage,
|
||||
AccountsTrie,
|
||||
StoragesTrie,
|
||||
TxSenders,
|
||||
SyncStage,
|
||||
SyncStageProgress,
|
||||
Transactions
|
||||
SyncStageProgress
|
||||
]);
|
||||
}
|
||||
Subcommands::Drop => {
|
||||
|
||||
Reference in New Issue
Block a user