-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Update EIP-7825: Lower Tx Gas Limit Cap #9986
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
Conversation
✅ All reviewers have approved. |
EIPS/eip-7825.md
Outdated
@@ -1,7 +1,7 @@ | |||
--- | |||
eip: 7825 | |||
title: Transaction Gas Limit Cap | |||
description: Introduce a protocol-level cap on the maximum gas used by a transaction to 30 million. | |||
description: Introduce a protocol-level cap on the maximum gas used by a transaction to 16,777,216 (2^24). | |||
author: Giulio Rebuffo (@Giulio2002) | |||
discussions-to: https://ethereum-magicians.org/t/eip-7825-transaction-gas-limit-cap/21848 | |||
status: Stagnant |
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.
Why is it Stagnant
if its literally going in a hardfork 😅
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.
I think the EIP bot does this if it stays on Draft for too long 🤔
just double checking that system calls (EIP-2935, EIP-7002, etc) will keep the current limit of 30M? |
Yeah, system calls are kinda unrelated as they don't count to block gas and if they cause a problem can be fixed in protocol. Is more for unknown and unpredictable user txs |
Can it be added in the EIP why it is specifically choosen to be |
We may still want to gather some feedback from dapp builders. We've already stumbled across apps with emergency modules that were never called on mainnet but could require more gas than 16.7m. |
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.
approving, would still requires author's approval
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.
I shall give you my blessings
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.
All Reviewers Have Approved; Performing Automatic Merge...
Based on this new EIP and discussions on ACDT, I created this PR to proposer lowering the tx gas limit cap.