Update EIP-7883: Triple price#9969
Merged
eth-bot merged 6 commits intoethereum:masterfrom Jul 11, 2025
Merged
Conversation
Collaborator
|
✅ All reviewers have approved. |
LukaszRozmej
approved these changes
Jul 2, 2025
21 tasks
This was referenced Jul 7, 2025
spencer-tb
approved these changes
Jul 8, 2025
5 tasks
spencer-tb
reviewed
Jul 11, 2025
| | modexp_nagydani_4_pow0x10001 | 21845 | 131072 | 500% | | ||
| | modexp_nagydani_5_square | 5461 | 32768 | 500% | | ||
| | modexp_nagydani_5_qube | 5461 | 32768 | 500% | | ||
| | modexp_nagydani_5_pow0x10001 | 87381 | 525288 | 500% | |
Contributor
There was a problem hiding this comment.
We got 524288 for modexp_nagydani_5_pow0x10001. It's the only discrepancy we have. Should this be the case? I am double checking now.
Contributor
Author
There was a problem hiding this comment.
I have 524288 too, so it was a typo. I will fix it in a moment
eth-bot
approved these changes
Jul 11, 2025
Collaborator
eth-bot
left a comment
There was a problem hiding this comment.
All Reviewers Have Approved; Performing Automatic Merge...
chfast
added a commit
to ipsilon/evmone
that referenced
this pull request
Jul 19, 2025
Update the [EIP-7883 "ModExp Gas Cost Increase"](https://eips.ethereum.org/EIPS/eip-7883) to the latest revision: - ethereum/EIPs#9855 - ethereum/EIPs#9969
chfast
added a commit
to ipsilon/evmone
that referenced
this pull request
Jul 19, 2025
Update the [EIP-7883 "ModExp Gas Cost Increase"](https://eips.ethereum.org/EIPS/eip-7883) to the latest revision: - ethereum/EIPs#9855 - ethereum/EIPs#9969
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tripling the price for ModExp calls.
Moving worst-performing ModExp test case from 18 to about 31MGas/s.