Skip to content
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

Support for evm "estimate" flag for RPC estimation #230

Merged
merged 3 commits into from
Dec 7, 2020
Merged

Conversation

sorpaas
Copy link
Member

@sorpaas sorpaas commented Dec 3, 2020

This uses the new "estimate" flag available in evm 0.19 -- if enabled, all refunds are stripped, and SSTORE cost is always calculated at its highest value. Should be deal with most cases of #198.

This can be optionally combined with #229 (use Geth's binary search as fallback). However, it would be great to figure out a way to encourage people to submit issue reports if #229 is triggered (so that we can fix those cases "natively" in evm).

@sorpaas sorpaas merged commit 4c48cee into master Dec 7, 2020
@sorpaas sorpaas deleted the sp-estimate branch December 7, 2020 08:28
abhijeetbhagat pushed a commit to web3labs/frontier that referenced this pull request Jan 11, 2023
* Update evm to 0.19

* Make evm config a variable in runner

* Finish estimate config support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant