Skip to content

Commit

Permalink
Fix book
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Sep 6, 2024
1 parent dfe2604 commit bb59ab0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 4 additions & 1 deletion book/cli/reth/db/clear/static-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Usage: reth db clear static-file [OPTIONS] <SEGMENT>

Arguments:
<SEGMENT>

Possible values:
- 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

Options:
--instance <INSTANCE>
Expand Down
5 changes: 4 additions & 1 deletion book/cli/reth/db/get/static-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Usage: reth db get static-file [OPTIONS] <SEGMENT> <KEY>

Arguments:
<SEGMENT>

Possible values:
- 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

<KEY>
The key to get content for
Expand Down
7 changes: 7 additions & 0 deletions book/cli/reth/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,13 @@ Debug:
--debug.engine-api-store <PATH>
The path to store engine API messages at. If specified, all of the intercepted engine API messages will be written to specified location

--debug.invalid-block-hook <INVALID_BLOCK_HOOK>
Determines which type of bad block hook to install

Example: `witness,prestate`

[possible values: witness, pre-state, opcode]

Database:
--db.log-level <LOG_LEVEL>
Database logging level. Levels higher than "notice" require a debug build
Expand Down

0 comments on commit bb59ab0

Please sign in to comment.