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 default gas for eth_estimateGas #2469

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

JamesHinshelwood
Copy link
Contributor

In the old version, we would use a value of 5.5 million as the maximum possible gas that a transaction could use when estimating its actual usage. However, transactions can use more than this. The actual maximum is the block gas limit, which we use now.

In the old version, we would use a value of 5.5 million as the
maximum possible gas that a transaction could use when estimating
its actual usage. However, transactions can use more than this.
The actual maximum is the block gas limit, which we use now.
Copy link
Contributor

github-actions bot commented Mar 7, 2025

🐰 Bencher Report

Branchgas-limit
Testbedself-hosted
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
milliseconds (ms)
(Result Δ%)
Upper Boundary
milliseconds (ms)
(Limit %)
full-blocks-erc20-transfers/full-blocks-erc20-transfers📈 view plot
🚷 view threshold
1,094.90 ms
(+1.18%)Baseline: 1,082.17 ms
1,425.39 ms
(76.81%)
full-blocks-evm-transfers/full-blocks-evm-transfers📈 view plot
🚷 view threshold
457.57 ms
(+12.77%)Baseline: 405.74 ms
490.44 ms
(93.30%)
full-blocks-zil-transfers/full-blocks-zil-transfers📈 view plot
🚷 view threshold
4,122.40 ms
(+0.93%)Baseline: 4,084.34 ms
5,669.13 ms
(72.72%)
process-empty/process-empty📈 view plot
🚷 view threshold
10.27 ms
(+2.88%)Baseline: 9.98 ms
10.71 ms
(95.87%)
🐰 View full continuous benchmarking report in Bencher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant