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:
MIHAO PARK
2025-09-18 00:10:55 +01:00
committed by GitHub
parent 2b68d3a424
commit d357d2acb3
7 changed files with 57 additions and 31 deletions

View File

@@ -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