mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs(book): update CLI (#8093)
This commit is contained in:
15
book/cli/reth/node.md
vendored
15
book/cli/reth/node.md
vendored
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user