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

EVM: Implement gas limit estimation #906

Closed
orkunkilic opened this issue Sep 21, 2023 · 0 comments · Fixed by #947
Closed

EVM: Implement gas limit estimation #906

orkunkilic opened this issue Sep 21, 2023 · 0 comments · Fixed by #947
Labels

Comments

@orkunkilic
Copy link
Contributor

Summary

Implement gas limit estimation so that we can use it in eth_sendTransaction endpoint. It needs to take a transaction, replay it in evm module, and return the estimated gas consumption for the transaction.

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

Successfully merging a pull request may close this issue.

2 participants