lambdaclass / lambdaclass/ethrex
Add a gas limit to `eth_call`
Open
Nobody has claimed this yet.
L1
rpc-api
- Dominant language
- Rust
- Stars
- 897
- Forks
- 229
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 44
Description
Im not sure if we currently have a gas limit, but we should have one.
See this conversation: https://discord.com/channels/595666850260713488/688075293562503241/1414604384192561342
I would start with using 50M gas like geth and others do
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the eth_call handling and its current gas accounting, then review the linked Discord conversation for the intended behavior and 50M reference value. Done means the eth_call path has a defined gas limit consistent with the agreed behavior, with coverage for the limit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100