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

Closed
palango opened this issue Jul 6, 2023 · 1 comment
Closed

Implement upstream gas price API #2153

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

Comments

@palango
Copy link
Collaborator

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
@palango
Copy link
Collaborator Author

palango commented Jan 20, 2025

Implemented in the L2.

@palango palango closed this as completed Jan 20, 2025
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