mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: --debug.etherscan for fake consensus client (#8082)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
6
book/cli/reth/node.md
vendored
6
book/cli/reth/node.md
vendored
@ -463,6 +463,12 @@ Debug:
|
||||
--debug.max-block <MAX_BLOCK>
|
||||
Runs the sync only up to the specified block
|
||||
|
||||
--debug.etherscan [<ETHERSCAN_API_URL>]
|
||||
Runs a fake consensus client that advances the chain using recent block hashes on Etherscan. If specified, requires an `ETHERSCAN_API_KEY` environment variable
|
||||
|
||||
--debug.rpc-consensus-ws <RPC_CONSENSUS_WS>
|
||||
Runs a fake consensus client using blocks fetched from an RPC `WebSocket` endpoint
|
||||
|
||||
--debug.skip-fcu <SKIP_FCU>
|
||||
If provided, the engine will skip `n` consecutive FCUs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user