From a116d1cf973cda123620d83f7303cf9462e3ebfe Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Fri, 24 Mar 2023 00:44:40 -0400 Subject: [PATCH] chore: add the rest of the tables to db list (#1957) --- bin/reth/src/db/mod.rs | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/bin/reth/src/db/mod.rs b/bin/reth/src/db/mod.rs index d4d23a766a..28dca132e5 100644 --- a/bin/reth/src/db/mod.rs +++ b/bin/reth/src/db/mod.rs @@ -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 => {