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

Implement upstream gas price API #2153

Open
palango opened this issue Jul 6, 2023 · 0 comments
Open

Implement upstream gas price API #2153

palango opened this issue Jul 6, 2023 · 0 comments
Labels
component: rpc RPC API-related issues

Comments

@palango
Copy link
Contributor

palango commented Jul 6, 2023

Currently the eth_gasPrice endpoint returns the registries gas price minimum multiplied with a factor (of currently five).

Upstream geth uses a gas price oracle for better (as in closer to actual gas price) predictions. We should switch to that approach.

The biggest issue to be solved here is how to make the oracle work with Celo's different fee currencies.

Related to #1744, which needs the same oracle to work.

@palango palango added the component: rpc RPC API-related issues label Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: rpc RPC API-related issues
Projects
None yet
Development

No branches or pull requests

1 participant