-
Notifications
You must be signed in to change notification settings - Fork 528
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 rpc gas limit #2051
fix rpc gas limit #2051
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2051 +/- ##
===========================================
+ Coverage 0 85.80% +85.80%
===========================================
Files 0 98 +98
Lines 0 20074 +20074
===========================================
+ Hits 0 17225 +17225
- Misses 0 2849 +2849
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The max gas limit for eth_call is usually like 10x of the block gas limit. It is higher to allow people to make some calls that could be resource consuming but not intended to be called within transaction
evm_blockLimits