Feature Request: eth_call gas limit (rpc.gascap) #6042
Labels
enhancement
New feature or request
mainnet
RPC
snack
Smaller coding task - less than a day for an experienced dev
TeamChupa
GH issues worked on by Chupacabara Team
TeamGroot
GH issues worked on by Groot Team
TeamRevenant
GH issues worked on by Revenant Team
Description
As an RPC provider, I want a way to limit the maximum amount of gas that an
eth_call
can consume.Besu is the only Ethereum client that does not have a configurable RPC gas limit/cap.
Acceptance Criteria
rpc.gascap
with a configurable gas limit.Expected behavior: [What you expect to happen]
If someone sends an eth_call that consumes a bajillion gas, it should be killed with out of gas or other similar error.
Actual behavior: [What actually happens]
I'm not sure what the current behavior is.
The text was updated successfully, but these errors were encountered: