Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: estimate gas #139

Open
wants to merge 59 commits into
base: scroll
Choose a base branch
from
Open

fix: estimate gas #139

wants to merge 59 commits into from

Conversation

greged93
Copy link
Collaborator

Fixes the gas estimation related to a missing ScrollFields. Resolves #137.

curl http://127.0.0.1:8545 -X POST -H "Content-Type: application/json"  --data '{"method":"eth_estimateGas","params":[{"to":"0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0"}],"id":1,"jsonrpc":"2.0"}'
{"jsonrpc":"2.0","id":1,"result":"0x5208"}

@github-actions github-actions bot added the bug Something isn't working label Jan 16, 2025
Copy link

codspeed-hq bot commented Jan 16, 2025

CodSpeed Performance Report

Merging #139 will not alter performance

Comparing fix/estimate-gas (7603b68) with feat/scroll-rpc1 (e9d89f8)

Summary

✅ 77 untouched benchmarks

Base automatically changed from feat/scroll-rpc1 to scroll January 22, 2025 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants