-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Update gas costs in gas cost estimator #1247
Comments
See #1117. |
@pirapira would you like to do this task? We should provide an option to select which rules apply. For now, we do not need to expose that option to the commandline interface, instead, we just select the latest rules in effect in the real world. |
OK. I also noticed the |
This comes in two steps.
|
There are some tests that check the gas usage against cpp-ethereum, so I think with this story, we also have to update the cpp-ethereum we use as testing backend. We might want to switch to the docker image for that. |
@chriseth I'll figure out what interface I need from |
I just ran the tests for the pull request and there are failures, so it will be postponed for the next release. |
Will be completed in #2220 |
EIP-1014: Use keccak256 name instead of sha3
The gas costs in the estimator do not reflect the latest hard fork changes. At best, it should be possible to select which "ruleset" to use for the estimation.
The text was updated successfully, but these errors were encountered: