feat: eth_simulateV1 support (#10829)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Arsenii Kulikov
2024-09-18 20:38:04 +03:00
committed by GitHub
parent 06b9792792
commit 91eb50c59f
20 changed files with 607 additions and 39 deletions

View File

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