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

Enable eth_gasPrice #229

Closed
yarkinwho opened this issue Dec 13, 2024 · 0 comments · Fixed by #233
Closed

Enable eth_gasPrice #229

yarkinwho opened this issue Dec 13, 2024 · 0 comments · Fixed by #233
Assignees

Comments

@yarkinwho
Copy link
Contributor

We disabled this API as it will not return correct values during the process of gas fee changes.

But now
1 the gnosis-safe project require this in some batch requests.
2 It can only be visited via batch requests. (Regular calls will be routed to Miner in our system)
3 The cases when this API not working properly is really rare and we have full control to it (e.g. the timing to apply the price changes).

Therefore, it should be fine to expose this API.

@yarkinwho yarkinwho self-assigned this Dec 13, 2024
@github-project-automation github-project-automation bot moved this to Todo in EOS EVM Dec 13, 2024
This was referenced Dec 13, 2024
@stephenpdeos stephenpdeos moved this from Todo to In Progress in EOS EVM Dec 20, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in EOS EVM Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant