feat: adding cli --rpc.txfeecap flag (#15654)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
rrrengineer
2025-04-15 11:30:12 -07:00
committed by GitHub
parent a21769686c
commit 4850bd5ebc
10 changed files with 226 additions and 3 deletions

View File

@@ -362,6 +362,11 @@ RPC:
[default: 50000000]
--rpc.txfeecap <TX_FEE_CAP>
Maximum eth transaction fee that can be sent via the RPC APIs (0 = no cap)
[default: 1.0]
--rpc.max-simulate-blocks <BLOCKS_COUNT>
Maximum number of blocks for `eth_simulateV1` call