mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: eth_simulateV1 support (#10829)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
5
book/cli/reth/node.md
vendored
5
book/cli/reth/node.md
vendored
@ -347,6 +347,11 @@ RPC:
|
||||
|
||||
[default: 50000000]
|
||||
|
||||
--rpc.max-simulate-blocks <BLOCKS_COUNT>
|
||||
Maximum number of blocks for `eth_simulateV1` call
|
||||
|
||||
[default: 256]
|
||||
|
||||
--rpc.eth-proof-window <RPC_ETH_PROOF_WINDOW>
|
||||
The maximum proof window for historical proof generation. This value allows for generating historical proofs up to configured number of blocks from current tip (up to `tip - window`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user