feat: add --rpc.evm-memory-limit flag (#19279)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Wojtek Łopata
2025-10-30 20:53:43 +01:00
committed by GitHub
parent fccf76a19a
commit dc8efbf9b3
19 changed files with 87 additions and 24 deletions

View File

@@ -405,6 +405,11 @@ RPC:
[default: 50000000]
--rpc.evm-memory-limit <MEMORY_LIMIT>
Maximum memory the EVM can allocate per RPC request
[default: 4294967295]
--rpc.txfeecap <TX_FEE_CAP>
Maximum eth transaction fee (in ether) that can be sent via the RPC APIs (0 = no cap)