We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the eth_gasPrice endpoint returns the registries gas price minimum multiplied with a factor (of currently five).
eth_gasPrice
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.
The text was updated successfully, but these errors were encountered:
--rpc.gaspricemultiplier
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: