mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
feat(node): rename debug.rpc-consensus-ws to debug-rpc-consensus-url to suport HTTP (#18027)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -639,8 +639,8 @@ Debug:
|
||||
--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.rpc-consensus-url <RPC_URL>
|
||||
Runs a fake consensus client using blocks fetched from an RPC endpoint. Supports both HTTP and `WebSocket` endpoints - `WebSocket` endpoints will use subscriptions, while HTTP endpoints will poll for new blocks
|
||||
|
||||
--debug.skip-fcu <SKIP_FCU>
|
||||
If provided, the engine will skip `n` consecutive FCUs
|
||||
|
||||
Reference in New Issue
Block a user