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

@@ -32,7 +32,7 @@ reth-stateless = { workspace = true, features = ["secp256k1"] }
reth-tracing.workspace = true
reth-trie.workspace = true
reth-trie-db.workspace = true
revm = { workspace = true, features = ["secp256k1", "blst", "c-kzg"] }
revm = { workspace = true, features = ["secp256k1", "blst", "c-kzg", "memory_limit"] }
alloy-rlp.workspace = true
alloy-primitives.workspace = true