-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
eth/ethconfig: bump the RPC gas cap to 50M, since 1559 exceeds 25 #23028
Conversation
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.
lgtm.
It's kind of a moving target. Right now the mainnet gaslimit is 15m so after the 1559 the maximum can be 30m. If miners choose to bump again, the maximum can be larger.
I think we should bump it more. Originally when we set |
Make sure we don't limit the gas estimation to below the actual block size.