Skip to content

Commit

Permalink
update-book-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo committed Jan 8, 2025
1 parent d97732e commit 3e2f18f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions book/cli/reth/db/clear/static-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Arguments:
- headers: Static File segment responsible for the `CanonicalHeaders`, `Headers`, `HeaderTerminalDifficulties` tables
- transactions: Static File segment responsible for the `Transactions` table
- receipts: Static File segment responsible for the `Receipts` table
- block-meta: Static File segment responsible for the `BlockBodyIndices`, `BlockOmmers`, `BlockWithdrawals` tables
Options:
--instance <INSTANCE>
Expand Down
1 change: 1 addition & 0 deletions book/cli/reth/db/get/static-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Arguments:
- headers: Static File segment responsible for the `CanonicalHeaders`, `Headers`, `HeaderTerminalDifficulties` tables
- transactions: Static File segment responsible for the `Transactions` table
- receipts: Static File segment responsible for the `Receipts` table
- block-meta: Static File segment responsible for the `BlockBodyIndices`, `BlockOmmers`, `BlockWithdrawals` tables
<KEY>
The key to get content for
Expand Down
3 changes: 2 additions & 1 deletion crates/static-file/types/src/segment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ pub enum StaticFileSegment {
/// Static File segment responsible for the `Receipts` table.
Receipts,
#[strum(serialize = "block_meta")]
/// Static File segment responsible for the `Receipts` table.
/// Static File segment responsible for the `BlockBodyIndices`, `BlockOmmers`,
/// `BlockWithdrawals` tables.
BlockMeta,
}

Expand Down

0 comments on commit 3e2f18f

Please sign in to comment.