diff --git a/book/cli/reth/db/clear/static-file.md b/book/cli/reth/db/clear/static-file.md index 0f58ba0dc17c..9d1d25fa6ec8 100644 --- a/book/cli/reth/db/clear/static-file.md +++ b/book/cli/reth/db/clear/static-file.md @@ -8,7 +8,10 @@ Usage: reth db clear static-file [OPTIONS] Arguments: - + 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 diff --git a/book/cli/reth/db/get/static-file.md b/book/cli/reth/db/get/static-file.md index baa6d17e9040..672df215948e 100644 --- a/book/cli/reth/db/get/static-file.md +++ b/book/cli/reth/db/get/static-file.md @@ -8,7 +8,10 @@ Usage: reth db get static-file [OPTIONS] Arguments: - + 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 The key to get content for diff --git a/book/cli/reth/node.md b/book/cli/reth/node.md index 0ce907be6401..98f677c158e7 100644 --- a/book/cli/reth/node.md +++ b/book/cli/reth/node.md @@ -533,6 +533,13 @@ Debug: --debug.engine-api-store 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 + Determines which type of bad block hook to install + + Example: `witness,prestate` + + [possible values: witness, pre-state, opcode] + Database: --db.log-level Database logging level. Levels higher than "notice" require a debug build