Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Implement eth_gasPrice #24

Closed
austinabell opened this issue Jul 4, 2019 · 4 comments
Closed

Implement eth_gasPrice #24

austinabell opened this issue Jul 4, 2019 · 4 comments

Comments

@austinabell
Copy link

Are we mapping gas cost to the ethermint equivalent of photons?

@austinabell
Copy link
Author

Will just be using node's set gas price

@austinabell
Copy link
Author

There is no historical gas price oracle within tendermint and if the value is being pulled from the min gas price from node's validator the config is multi-denom and is not available through the Tendermint RPC client (unless I'm missing a detail).

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale stale PRs that will be closed if no further action occurs label Jul 29, 2020
@fedekunze fedekunze added Status: On Ice and removed stale stale PRs that will be closed if no further action occurs labels Jul 29, 2020
@freddyli7
Copy link
Contributor

eth_gasPrice rpc endpoint has been added in #588, but it always returns 0, currently there is no gas price oracle so that we use default gas price in the code if user doesnt provide it.

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

No branches or pull requests

3 participants