feat: impl noop miner api endpoint (#13102)

This commit is contained in:
Matthias Seitz
2024-12-03 14:50:59 +01:00
committed by GitHub
parent 0aa4701d30
commit ca3d9895e2
5 changed files with 34 additions and 4 deletions

View File

@ -245,7 +245,7 @@ RPC:
--http.api <HTTP_API>
Rpc Modules to be configured for the HTTP server
[possible values: admin, debug, eth, net, trace, txpool, web3, rpc, reth, ots, flashbots]
[possible values: admin, debug, eth, net, trace, txpool, web3, rpc, reth, ots, flashbots, miner]
--http.corsdomain <HTTP_CORSDOMAIN>
Http Corsdomain to allow request from
@ -269,7 +269,7 @@ RPC:
--ws.api <WS_API>
Rpc Modules to be configured for the WS server
[possible values: admin, debug, eth, net, trace, txpool, web3, rpc, reth, ots, flashbots]
[possible values: admin, debug, eth, net, trace, txpool, web3, rpc, reth, ots, flashbots, miner]
--ipcdisable
Disable the IPC-RPC server