docs(book): update CLI (#8093)

This commit is contained in:
Alexey Shekhirin
2024-05-04 13:07:18 +01:00
committed by GitHub
parent f8cd8c56a2
commit 82e4ad9e76
3 changed files with 285 additions and 12 deletions

15
book/cli/reth/node.md vendored
View File

@ -438,21 +438,12 @@ Debug:
--debug.max-block <MAX_BLOCK>
Runs the sync only up to the specified block
--debug.print-inspector
Print opcode level traces directly to console during execution
--debug.hook-block <HOOK_BLOCK>
Hook on a specific block during execution
--debug.hook-transaction <HOOK_TRANSACTION>
Hook on a specific transaction during execution
--debug.hook-all
Hook on every transaction in a block
--debug.skip-fcu <SKIP_FCU>
If provided, the engine will skip `n` consecutive FCUs
--debug.skip-new-payload <SKIP_NEW_PAYLOAD>
If provided, the engine will skip `n` consecutive new payloads
--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