-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
EIP-1231: Reduce CALL cost for precompiles #1231
Conversation
|
||
| Opcode name | Opcodes | Current Gas Cost | Updated Gas Cost | | ||
| ------------------------------ | --------- | ----------------------------- | ------------------- | | ||
| `CALL` (to precompiles) | `0xf1` | 700<sup>[1]</sup> | 40 | |
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.
Is the table necessary, since it's the same for all types of call?
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 it can be removed..
Should this be merged with https://ethereum-magicians.org/t/eip-1109-remove-call-costs-for-precompiled-contracts/447/8 or makes sense to keep track of both proposals? |
I think this could be closed after #2046 is meged. |
Since the author has not responded for a year and there is a successor EIP proposal, I suggest this is closed. |
EIP to reduce call cost to precompiles to pre-spurious dragon HF values. Precompiles don't have read overhead and as such should never have been subject to the penalty.